diff --git a/src/app/page.tsx b/src/app/page.tsx index 44945f8..b046897 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Margaret Stevens", handle: "@margarets_dining", testimonial: "An absolutely transcendent dining experience. Every course was perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg", imageAlt: "Margaret Stevens" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg?_wi=1", imageAlt: "Margaret Stevens" }, { name: "James Richardson", handle: "@culinaryexplorer", testimonial: "The attention to detail is extraordinary. This is fine dining at its finest.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg", imageAlt: "James Richardson" + imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg?_wi=1", imageAlt: "James Richardson" }, { name: "Sophie Laurent", handle: "@sophiegourmet", testimonial: "Consistently exceptional. The chef's creativity and passion shine in every plate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Sophie Laurent" + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg?_wi=1", imageAlt: "Sophie Laurent" } ]} testimonialRotationInterval={5000} @@ -100,28 +100,28 @@ export default function LandingPage() { { id: 1, title: "Sommelier-Curated Wine Collection", description: "Our expert sommeliers have personally selected the finest wines from around the world to perfectly complement our tasting menu.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg", imageAlt: "Wine cellar with premium selections" + imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg?_wi=1", imageAlt: "Wine cellar with premium selections" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg", imageAlt: "Wine cellar premium collection" + imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg?_wi=2", imageAlt: "Wine cellar premium collection" } }, { id: 2, title: "Executive Chef's Innovation", description: "Chef Marco's visionary approach combines classical French techniques with contemporary sensibilities, creating dishes that transcend expectation.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg", imageAlt: "Professional chef in fine dining kitchen" + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg?_wi=1", imageAlt: "Professional chef in fine dining kitchen" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg", imageAlt: "Chef preparing gourmet dishes" + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg?_wi=2", imageAlt: "Chef preparing gourmet dishes" } }, { id: 3, title: "Elegant Dining Atmosphere", description: "Sophisticated décor, soft candlelight, and impeccable service create an ambiance of refined luxury for your special occasion.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg", imageAlt: "Elegant table setting in fine dining" + imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg?_wi=1", imageAlt: "Elegant table setting in fine dining" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg", imageAlt: "Premium dining table setup" + imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg?_wi=2", imageAlt: "Premium dining table setup" } } ]} @@ -135,13 +135,13 @@ export default function LandingPage() {