From ad59c6cc3daa49b1c0e0c1e5655c1251bcacae39 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:41:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63d1569..1498d82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=1" imageAlt="Cuisine asiatique authentique NACOYA" avatars={[ { @@ -148,7 +148,7 @@ export default function LandingPage() { price: "20€", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=2", }, { id: "2", @@ -157,7 +157,7 @@ export default function LandingPage() { price: "18€", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=3", }, { id: "3", @@ -166,7 +166,7 @@ export default function LandingPage() { price: "22€", rating: 4, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=4", }, { id: "4", @@ -175,7 +175,7 @@ export default function LandingPage() { price: "8€", rating: 5, reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=5", }, { id: "5", @@ -184,7 +184,7 @@ export default function LandingPage() { price: "12€", rating: 4, reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=6", }, { id: "6", @@ -193,7 +193,7 @@ export default function LandingPage() { price: "16€", rating: 5, reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg?_wi=7", }, ]} title="Nos spécialités gourmandes" -- 2.49.1