From 38b8604e58e90da701f6b1578b1083e048e12595 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:45:56 +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 d0cc9e5..64c7057 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { { title: "Family Friendly", description: "A welcoming environment perfect for all group sizes."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-kx6t0q9s.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-kx6t0q9s.png?_wi=1" imageAlt="Close up of delicious Asian dish" mediaAnimation="blur-reveal" /> @@ -100,7 +100,7 @@ export default function LandingPage() { { id: "p2", name: "Wok-Sautéed Vegetables", price: "13.50€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-9q7ttkzk.png"}, { - id: "p3", name: "Speciality Fried Rice", price: "12.00€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-kx6t0q9s.png"}, + id: "p3", name: "Speciality Fried Rice", price: "12.00€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-kx6t0q9s.png?_wi=2"}, ]} title="Signature Menu Highlights" description="Taste our most popular creations from the buffet and beyond." @@ -114,7 +114,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sarah Miller", role: "Local Resident", testimonial: "The best buffet in Bastogne! Always fresh and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg"}, + id: "t1", name: "Sarah Miller", role: "Local Resident", testimonial: "The best buffet in Bastogne! Always fresh and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg?_wi=1"}, { id: "t2", name: "Marc Dubois", role: "Professional", testimonial: "Fast, affordable, and incredibly tasty. Perfect lunch spot.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg"}, { @@ -122,7 +122,7 @@ export default function LandingPage() { { id: "t4", name: "Thomas G.", role: "Foodie", testimonial: "Authentic flavors and great variety. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/giving-cake-friend_23-2147716930.jpg"}, { - id: "t5", name: "Laurent V.", role: "Regular Guest", testimonial: "Consistently excellent quality and service. Always a pleasure!", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg"}, + id: "t5", name: "Laurent V.", role: "Regular Guest", testimonial: "Consistently excellent quality and service. Always a pleasure!", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg?_wi=2"}, ]} title="Customer Experiences" description="What our guests say about our dining experience." -- 2.49.1