From 1b0fc5d24801d191718236a3c5c8a5568d9407fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:08:23 +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 c518229..b4ccbcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,22 +56,22 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg", imageAlt: "Omega 3 Restaurant Interior" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg?_wi=1", imageAlt: "Omega 3 Restaurant Interior" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg", imageAlt: "Friture de Poisson - Fried Fish Platter" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg?_wi=1", imageAlt: "Friture de Poisson - Fried Fish Platter" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg", imageAlt: "Pulpo a la Gallega - Grilled Octopus" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg?_wi=1", imageAlt: "Pulpo a la Gallega - Grilled Octopus" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg", imageAlt: "Flan Caramel - Traditional Dessert" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg?_wi=1", imageAlt: "Flan Caramel - Traditional Dessert" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-worker-arranging-frozen-fish-sale_342744-1070.jpg", imageAlt: "Our Culinary Team" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg", imageAlt: "Restaurant Ambiance" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg?_wi=2", imageAlt: "Restaurant Ambiance" } ]} autoPlay={true} @@ -101,13 +101,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Friture de Poisson", price: "180 DH", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg", imageAlt: "Fried Fish Platter" + id: "1", name: "Friture de Poisson", price: "180 DH", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg?_wi=2", imageAlt: "Fried Fish Platter" }, { - id: "2", name: "Pulpo a la Gallega", price: "220 DH", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg", imageAlt: "Grilled Octopus" + id: "2", name: "Pulpo a la Gallega", price: "220 DH", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg?_wi=2", imageAlt: "Grilled Octopus" }, { - id: "3", name: "Flan Caramel", price: "45 DH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg", imageAlt: "Caramel Flan Dessert" + id: "3", name: "Flan Caramel", price: "45 DH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg?_wi=2", imageAlt: "Caramel Flan Dessert" } ]} gridVariant="three-columns-all-equal-width"