diff --git a/src/app/page.tsx b/src/app/page.tsx index e36c1d5..9048391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@aminek", testimonial: "La meilleure cuisine traditionnelle de La Marsa ! Un pur délice.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg?_wi=1", imageAlt: "traditional tunisian dish couscous plate", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@hassenm", testimonial: "Découverte incroyable. Le goût authentique est là.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/roasted-khingal-pieces-served-with-hot-chili-pepper-sauce_114579-2358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roasted-khingal-pieces-served-with-hot-chili-pepper-sauce_114579-2358.jpg?_wi=1", imageAlt: "traditional tunisian dish couscous plate", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@leilah", testimonial: "Service impeccable et terrasse très agréable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/meat-with-rice-dry-fruits-prunes-chestnuts-spices-oil-side-view_141793-1811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-with-rice-dry-fruits-prunes-chestnuts-spices-oil-side-view_141793-1811.jpg?_wi=1", imageAlt: "traditional tunisian dish couscous plate", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@karimj", testimonial: "Un restaurant incontournable à La Marsa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-dry-fruits-cup-drink-teapot_23-2148080943.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-dry-fruits-cup-drink-teapot_23-2148080943.jpg?_wi=1", imageAlt: "traditional tunisian dish couscous plate", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg?_wi=2" imageAlt="Plat traditionnel tunisien" mediaAnimation="slide-up" avatars={[ @@ -201,7 +201,7 @@ export default function LandingPage() { price: "8 TND", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/roasted-khingal-pieces-served-with-hot-chili-pepper-sauce_114579-2358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roasted-khingal-pieces-served-with-hot-chili-pepper-sauce_114579-2358.jpg?_wi=2", }, { id: "p2", @@ -210,7 +210,7 @@ export default function LandingPage() { price: "12 TND", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-dry-fruits-cup-drink-teapot_23-2148080943.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-dry-fruits-cup-drink-teapot_23-2148080943.jpg?_wi=2", }, { id: "p3", @@ -219,7 +219,7 @@ export default function LandingPage() { price: "25 TND", rating: 5, reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/meat-with-rice-dry-fruits-prunes-chestnuts-spices-oil-side-view_141793-1811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-with-rice-dry-fruits-prunes-chestnuts-spices-oil-side-view_141793-1811.jpg?_wi=2", }, { id: "p4",