From 2e3177f9354a298ce8f8ff65b1354ac182d08b18 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 27 Jun 2026 09:51:15 +0000 Subject: [PATCH] Deploy --- src/components/sections/AboutSection.tsx | 53 ++++++++++++++++++++++++ 1 file changed, 53 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..65e2da0 --- /dev/null +++ b/src/components/sections/AboutSection.tsx @@ -0,0 +1,53 @@ +import Image from "next/image" + +export default function AboutSection() { + return ( +
+
+
+
+
+ Warm interior of Bona Vista with hand-painted tiles +
+
+
+

+ Our Story +

+

+ Founded in 1968 by the Conti family, Bona Vista serves Roman recipes passed down + through three generations. Every dish starts with organic produce from local farms + within 30 km of our Trastevere kitchen. +

+

+ We source our pecorino from a single artisan in Pienza, our olive oil from a + century-old grove in Lazio, and our San Marzano tomatoes directly from the slopes + of Mount Vesuvius. +

+
+
+ Chef Marco Conti +
+
+

Chef Marco Conti

+

Third-generation chef

+
+
+
+
+
+
+ ) +}