diff --git a/src/app/page.tsx b/src/app/page.tsx index e863d0b..995ea0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" dashboard={{ title: "Avis Clients", logoIcon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg", searchPlaceholder: "Chercher une expérience...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg?_wi=1", searchPlaceholder: "Chercher une expérience...", buttons: [ { text: "5,0 / 5", href: "#" }, { text: "216 avis", href: "#" }, ], @@ -106,9 +106,9 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "La Boîte de Pandore", price: "À partir de 69€", imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg", imageAlt: "La Boîte de Pandore - Salle d'escape game horreur"}, + id: "1", name: "La Boîte de Pandore", price: "À partir de 69€", imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg?_wi=2", imageAlt: "La Boîte de Pandore - Salle d'escape game horreur"}, { - id: "2", name: "L'Île du Mystère", price: "À partir de 79€", imageSrc: "http://img.b2bpic.net/free-photo/astonished-friends-looking-inside-box_1153-301.jpg", imageAlt: "L'Île du Mystère - Expérience escape game"}, + id: "2", name: "L'Île du Mystère", price: "À partir de 79€", imageSrc: "http://img.b2bpic.net/free-photo/astonished-friends-looking-inside-box_1153-301.jpg?_wi=1", imageAlt: "L'Île du Mystère - Expérience escape game"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -127,13 +127,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Décors ultra réalistes", description: "Immersion totale dans un univers sombre et captivant avec attention aux moindres détails.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/astonished-friends-looking-inside-box_1153-301.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg" }, + title: "Décors ultra réalistes", description: "Immersion totale dans un univers sombre et captivant avec attention aux moindres détails.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/astonished-friends-looking-inside-box_1153-301.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg?_wi=3" }, }, { id: 2, - title: "Énigmes intelligentes", description: "Puzzles travaillés et progressifs qui mettent à l'épreuve votre logique et créativité.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/astonished-friends-looking-inside-box_1153-301.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg" }, + title: "Énigmes intelligentes", description: "Puzzles travaillés et progressifs qui mettent à l'épreuve votre logique et créativité.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/astonished-friends-looking-inside-box_1153-301.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interior-building-with-stairs_250224-47.jpg?_wi=4" }, }, ]} showStepNumbers={true} @@ -153,16 +153,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marie Dupont", role: "Visitatrice", company: "Luxeuil", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { id: "2", name: "Jean Martin", role: "Aventurier", company: "Région", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "3", name: "Sophie Bernard", role: "Expérience", company: "Zone Secrète", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { id: "4", name: "Pierre Lefevre", role: "Client", company: "Luxeuil", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, ]} kpiItems={[ { value: "216+", label: "Avis vérifiés" },