diff --git a/src/app/page.tsx b/src/app/page.tsx index 05ccc34..9cc6d93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,26 +46,26 @@ export default function LandingPage() { tag="Fast Food à Pau" tagIcon={Flame} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-meat-burger-with-french-fries-dark-background_140725-89536.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-meat-burger-with-french-fries-dark-background_140725-89536.jpg?_wi=1" imageAlt="Burger appétissant KMK Food" imagePosition="right" mediaAnimation="blur-reveal" testimonials={[ { name: "Baptiste BD", handle: "Client KMK", testimonial: "Franchement KMK Food c'est devenu ma cantine ! Service rapide et personnel super sympa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-standing-against-wall_23-2148130272.jpg", imageAlt: "Baptiste BD" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-standing-against-wall_23-2148130272.jpg?_wi=1", imageAlt: "Baptiste BD" }, { name: "Betty Cns", handle: "Découvreuse de saveurs", testimonial: "Les kebabs sont fous ! Les quantités exceptionnelles et le goût incroyable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "Betty Cns" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=1", imageAlt: "Betty Cns" }, { name: "Jennifer Estille", handle: "Fan de kebab", testimonial: "Meilleur kebab de Pau. Le goûter c'est l'adopter. Recommandé 100%.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-garden_107420-29991.jpg", imageAlt: "Jennifer Estille" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-garden_107420-29991.jpg?_wi=1", imageAlt: "Jennifer Estille" }, { name: "Audrey Perrocheau", handle: "Famille heureuse", testimonial: "Super accueil avec les enfants. Une adresse à partager avec tous les amis !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg", imageAlt: "Audrey Perrocheau" + imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg?_wi=1", imageAlt: "Audrey Perrocheau" } ]} testimonialRotationInterval={4000} @@ -82,16 +82,16 @@ export default function LandingPage() {