From 055050ee067300fa4a5c3f930f96d28b30554738 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:59:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 646d555..53c0131 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=1", imageAlt: "Claude Monet Restaurant Dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1", imageAlt: "Signature Dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg?_wi=1", imageAlt: "French Cuisine Presentation", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { imageAlt: "Exquisite Wine Selection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg?_wi=1", imageAlt: "Culinary Masterpiece", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { id: "1", name: "Coq au Vin", price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", }, { id: "2", @@ -121,7 +121,7 @@ export default function LandingPage() { id: "3", name: "Bouillabaisse Royale", price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg?_wi=2", }, { id: "4", @@ -133,7 +133,7 @@ export default function LandingPage() { id: "5", name: "Escargot de Bourgogne", price: "$24.00", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg?_wi=2", }, ]} title="The Monet Menu" @@ -243,7 +243,7 @@ export default function LandingPage() { mediaAnimation="opacity" mediaPosition="right" inputPlaceholder="Enter your email for newsletters" - imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=2" /> -- 2.49.1