From ed5f44cf36373b6d520c3cf0a5cb0bef9c288a10 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:32:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39489c3..7628e82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,10 +131,10 @@ export default function LandingPage() { title="Our Growing Community" description="Numbers that reflect our commitment to quality, generosity, and authentic hospitality" metrics={[ - { id: "metric-1", value: "500+", title: "Monthly Guests", description: "First-time and returning visitors discovering authentic Indian cuisine" }, - { id: "metric-2", value: "50+", title: "Menu Items", description: "Authentic dishes representing diverse regional Indian cuisines" }, - { id: "metric-3", value: "4.9★", title: "Guest Rating", description: "Consistently excellent reviews reflecting our dedication to quality and service" }, - { id: "metric-4", value: "100%", title: "Fresh Daily", description: "All dishes prepared fresh with quality ingredients every single day" } + { id: "metric-1", value: "500+", title: "Monthly Guests", description: "First-time and returning visitors discovering authentic Indian cuisine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5jk9qs", imageAlt: "golden samosa crispy fried Indian appetizer" }, + { id: "metric-2", value: "50+", title: "Menu Items", description: "Authentic dishes representing diverse regional Indian cuisines", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aqwnjr", imageAlt: "slow braised rogan josh lamb curry rich sauce" }, + { id: "metric-3", value: "4.9★", title: "Guest Rating", description: "Consistently excellent reviews reflecting our dedication to quality and service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=okeufy", imageAlt: "fresh Indian spices colorful aromatic ingredients" }, + { id: "metric-4", value: "100%", title: "Fresh Daily", description: "All dishes prepared fresh with quality ingredients every single day", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j0lo0p", imageAlt: "restaurant staff greeting welcoming smiling customers" } ]} animationType="slide-up" textboxLayout="default" @@ -157,7 +157,7 @@ export default function LandingPage() { { id: "faq-5", title: "Do you offer online ordering and delivery?", content: "We offer convenient takeout and delivery options. Call us directly or visit our contact section to place your order. We'll have it ready quickly, packaged to stay fresh and delicious." }, { id: "faq-6", title: "Are there gluten-free options?", content: "Several of our dishes are naturally gluten-free or can be modified. We're happy to discuss options that meet your dietary needs. Please inform us of any allergies or restrictions." } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m15jw7&_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m15jw7" imageAlt="Warm Indian restaurant interior" mediaAnimation="slide-up" mediaPosition="right" @@ -178,7 +178,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m15jw7&_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m15jw7" imageAlt="Exotic India restaurant" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1