diff --git a/src/app/page.tsx b/src/app/page.tsx index 46d17ce..0f3da14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Réserver ma Table", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/chicken-breast-steak_74190-7283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chicken-breast-steak_74190-7283.jpg?_wi=1" imageAlt="Suprême de Volaille à la sauce onctueuse" mediaAnimation="blur-reveal" /> @@ -82,7 +82,7 @@ export default function LandingPage() { id: "confit-canard", name: "Confit de Canard", price: "Voir Menu", imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5196.jpg", imageAlt: "Confit de Canard l'extra-fondant légendaire" }, { - id: "supreme-volaille", name: "Suprême de Volaille BG", price: "Voir Menu", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-steak_74190-7283.jpg", imageAlt: "Suprême de Volaille BG le chouchou de nos amatrices" + id: "supreme-volaille", name: "Suprême de Volaille BG", price: "Voir Menu", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-steak_74190-7283.jpg?_wi=2", imageAlt: "Suprême de Volaille BG le chouchou de nos amatrices" }, { id: "brioche-perdue", name: "Brioche Perdue", price: "Voir Menu", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-chocolate-syrup-cottage-cheese-powdered-sugar-cutting-board_176474-3408.jpg", imageAlt: "Brioche Perdue le dessert qui vaut le détour" @@ -132,16 +132,16 @@ export default function LandingPage() {