From d72f5e24906ee4707749acd8477b05f7cc27dc96 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 17:04:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2137859..48e12fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { { text: "Book a Table", href: "#contact"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXMFwR2lWK6HA6q7O3LVLAEX1H/uploaded-1774630953769-2j6263up.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXMFwR2lWK6HA6q7O3LVLAEX1H/uploaded-1774630953769-2j6263up.jpg?_wi=1" imageAlt="Traditional Gujarati restaurant interior" - videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXMFwR2lWK6HA6q7O3LVLAEX1H/uploaded-1774630953769-2j6263up.jpg" + videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXMFwR2lWK6HA6q7O3LVLAEX1H/uploaded-1774630953769-2j6263up.jpg?_wi=2" /> @@ -99,7 +99,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Miller", role: "Food Blogger", testimonial: "The best Gujarati thali I've ever had outside of India. Simply magical.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dates-pita-arrangement_23-2148728151.jpg"}, + id: "1", name: "Sarah Miller", role: "Food Blogger", testimonial: "The best Gujarati thali I've ever had outside of India. Simply magical.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dates-pita-arrangement_23-2148728151.jpg?_wi=1"}, { id: "2", name: "Rahul Verma", role: "Chef", testimonial: "Unbelievable attention to detail and authentic spice blends.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-food_23-2149461683.jpg"}, { @@ -107,7 +107,7 @@ export default function LandingPage() { { id: "4", name: "David Smith", role: "Regular Patron", testimonial: "Great atmosphere and consistently delicious food. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520009.jpg"}, { - id: "5", name: "Ananya Rao", role: "Food Critic", testimonial: "An exquisite journey through Gujarati spice profiles. Truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dates-pita-arrangement_23-2148728151.jpg"}, + id: "5", name: "Ananya Rao", role: "Food Critic", testimonial: "An exquisite journey through Gujarati spice profiles. Truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dates-pita-arrangement_23-2148728151.jpg?_wi=2"}, ]} title="What Our Guests Say" description="Authentic experiences shared by our visitors." -- 2.49.1