From e505d0a4b7c5e1e74ef2f0a820415c6f5a34d3f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:52:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de2bd1f..0ec42b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,6 @@ export default function LandingPage() { description="Where authentic flavors meet modern elegance. Join us for a culinary journey." imageSrc="http://img.b2bpic.net/free-photo/gourmet-meal-restaurant_23-2150532506.jpg" imageAlt="Joli Café Bar Atmosphere" - mediaPosition="right" mediaAnimation="slide-up" buttons={[{ text: "View Our Menu", href: "#menu" }]} /> @@ -73,9 +72,9 @@ export default function LandingPage() { { id: "1", name: "Gourmet Brunch", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-table_23-2150652654.jpg"}, { - id: "2", name: "Artisan Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148782354.jpg"}, + id: "2", name: "Artisan Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/coffee-cup-table_23-2148782354.jpg"}, { - id: "3", name: "Evening Tapas", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/tapas-plate_23-2148909876.jpg"} + id: "3", name: "Evening Tapas", price: "$14", imageSrc: "http://img.b2bpic.net/tapas-plate_23-2148909876.jpg"} ]} /> @@ -86,6 +85,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" title="Our Achievements" + description="Key milestones that define our excellence." + textboxLayout="split" metrics={[ { id: "m1", value: "10+", description: "Years in Service" }, { id: "m2", value: "5000+", description: "Satisfied Diners" }, @@ -98,6 +99,7 @@ export default function LandingPage() {