diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b83a85..78b5daf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { handle: "@sarah_foodie", testimonial: "Meilleur tacos de Boufarik, une vraie expérience de luxe !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg?_wi=1", imageAlt: "luxury street food close up", }, { @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@amine_food", testimonial: "Qualité incroyable et service impeccable, je reviens chaque semaine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-with-fork-top-view-yellow-surface_176474-204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-with-fork-top-view-yellow-surface_176474-204.jpg?_wi=1", imageAlt: "fresh premium ingredients flatlay", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@yasmine_rest", testimonial: "Enfin un street food qui mise sur l'élégance et le goût.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shocked-deliveryman-carries-stack-delicious-italian-pizza-wears-helmet-casual-clothes-drives-motorbike-transports-fast-food-dinner-isolated-purple-wall-tasty-snack_273609-27793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shocked-deliveryman-carries-stack-delicious-italian-pizza-wears-helmet-casual-clothes-drives-motorbike-transports-fast-food-dinner-isolated-purple-wall-tasty-snack_273609-27793.jpg?_wi=1", imageAlt: "fast delivery food concept", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@karim_food", testimonial: "Le mélange des saveurs est tout simplement parfait.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg?_wi=1", imageAlt: "unique dining atmosphere elegant", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@sofia_gourmet", testimonial: "Une découverte exceptionnelle, les ingrédients sont d'une fraîcheur rare.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-with-cream-cheese-black-slate-background_123827-32562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-with-cream-cheese-black-slate-background_123827-32562.jpg?_wi=1", imageAlt: "gratin au poulet luxury presentation", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg" + imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/potato-gratin-baked-with-cream-cheese-black-slate-background_123827-32562.jpg", @@ -139,21 +139,21 @@ export default function LandingPage() { title: "Qualité Premium", subtitle: "Ingrédients d'exception", description: "Sélection rigoureuse d'ingrédients frais pour un goût inoubliable.", - imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-with-fork-top-view-yellow-surface_176474-204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-with-fork-top-view-yellow-surface_176474-204.jpg?_wi=2", }, { tag: "Rapidité", title: "Service Rapide", subtitle: "Efficacité garantie", description: "Votre repas préparé rapidement sans jamais compromettre la qualité.", - imageSrc: "http://img.b2bpic.net/free-photo/shocked-deliveryman-carries-stack-delicious-italian-pizza-wears-helmet-casual-clothes-drives-motorbike-transports-fast-food-dinner-isolated-purple-wall-tasty-snack_273609-27793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shocked-deliveryman-carries-stack-delicious-italian-pizza-wears-helmet-casual-clothes-drives-motorbike-transports-fast-food-dinner-isolated-purple-wall-tasty-snack_273609-27793.jpg?_wi=2", }, { tag: "Expérience", title: "Expérience Unique", subtitle: "Atmosphère raffinée", description: "Un cadre moderne où le street food devient une expérience gastronomique.", - imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg?_wi=2", }, ]} title="Pourquoi SAFTA FOOD ?" @@ -172,7 +172,7 @@ export default function LandingPage() { id: "1", name: "Gratin Au Poulet", price: "850 DA", - imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-with-cream-cheese-black-slate-background_123827-32562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-with-cream-cheese-black-slate-background_123827-32562.jpg?_wi=2", }, { id: "2", @@ -269,7 +269,7 @@ export default function LandingPage() {