From 1b17dbdf9e12afdc115df238bccaa8d88ba40399 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 13:48:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 187ebe2..1f322b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,14 +101,15 @@ export default function LandingPage() { type: "text", content: "Our Story: Generations of Flavor and Warmth"}, { type: "text", content: "La Casa del Popo began as a family dream, rooted in the rich culinary traditions of our ancestors. For generations, we've carefully preserved secret recipes, blending authentic flavors with a deep passion for bringing people together. Our kitchen is more than just a place to cook; it's where stories are shared, and heritage comes alive in every dish." + }, + { + type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-man-kneading-pizza-dough_23-2148785715.jpg", alt: "Chef preparing traditional dishes in a rustic kitchen" } ]} buttons={[ { text: "Discover Our Heritage", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-kneading-pizza-dough_23-2148785715.jpg" - imageAlt="Chef preparing traditional dishes in a rustic kitchen" /> @@ -168,7 +169,7 @@ export default function LandingPage() { { id: "t2", title: "Beyond Expectations", quote: "I came for the food, and stayed for the vibrant culture and amazing ambiance. Every dish is a masterpiece, and the staff makes you feel like family. Highly, highly recommend!", name: "Carlos Rivera", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081879.jpg", imageAlt: "Portrait of Carlos Rivera smiling"}, { - id: "t3", title: "My New Favorite Spot", quote: "If you're looking for authentic flavors and a truly unique dining experience, look no further! La Casa del Popo captures the essence of Latin American cuisine beautifully.", name: "Gabriela Soto", role: "Tourist & Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-toasting-wine-glasses_23-2148454087.jpg", imageAlt: "Portrait of Gabriela Soto smiling"}, + id: "t3", title: "My New Favorite Spot", quote: "If you're looking for authentic flavors and a truly unique dining experience, look no further! La Casa del Popo captures the essence of Latin American cuisine beautifully.", name: "Gabriela Soto", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-toasting-wine-glasses_23-2148454087.jpg", imageAlt: "Portrait of Gabriela Soto smiling"}, { id: "t4", title: "Culinary Excellence", quote: "The passion for tradition shines through in every aspect of La Casa del Popo. From the ingredients to the presentation, it's a testament to culinary excellence and heritage.", name: "Ricardo Mendez", role: "Restaurant Critic", imageSrc: "http://img.b2bpic.net/free-photo/baker-holding-big-flour-bag-kitchen-bakery-house_1303-32319.jpg", imageAlt: "Portrait of Ricardo Mendez smiling"}, { -- 2.49.1