From e411cd7c5b2151d2fcf52c7c327539fdda1bb648 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:42 +0000 Subject: [PATCH] Deploy --- src/components/sections/AboutSection.tsx | 72 ++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/components/sections/AboutSection.tsx diff --git a/src/components/sections/AboutSection.tsx b/src/components/sections/AboutSection.tsx new file mode 100644 index 0000000..dbb6327 --- /dev/null +++ b/src/components/sections/AboutSection.tsx @@ -0,0 +1,72 @@ +'use client' + +import Image from "next/image" +import Button from "@/components/ui/Button" +import { ChefHat, MapPin } from 'lucide-react' + +export default function AboutSection() { + return ( +
+
+
+ {/* Image Side */} +
+ Pino's kitchen team preparing fresh pasta +
+ + {/* Text Side */} +
+

+ Our Story +

+

+ A Taste of Italy in Chicago's Loop +

+
+

+ Founded in 1982 by Nonna Rosa and her son Pino, this family-owned restaurant + has been serving authentic Italian cuisine from a wood-fired oven in downtown Chicago. + Every dish starts with ingredients imported from small farms in Tuscany and Campania— + San Marzano tomatoes, buffalo mozzarella, and bronze-drawn pasta. +

+

+ The brick-lined interior, with exposed ceiling beams and a vintage espresso bar, + transports guests to a trattoria in Florence. Locals return weekly for the + Sunday gravy and handmade pappardelle; tourists discover the city's best + cannoli on their first visit and come back every trip. +

+
+ +
+
+ + 230 N Michigan Ave, Chicago, IL +
+
+ + Family-owned since 1982 +
+
+ +
+ +
+
+
+
+
+ ) +} \ No newline at end of file