From 4f3893a67e48fe13c681d41e1d5e0f1d993ec817 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:04:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee7a7e0..29e9d7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Rennes Premier Venue" tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/woman-black-suit-holding-crystal-ball_1153-5094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-black-suit-holding-crystal-ball_1153-5094.jpg?_wi=1" imageAlt="Le Nebula cocktail bar interior with premium ambiance" imagePosition="right" mediaAnimation="opacity" @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Marie Dupont", handle: "Jeune professionnelle, Rennes", testimonial: "Une expérience inoubliable ! L'ambiance, les cocktails et la musique sont simplement exceptionnels. Le meilleur bar de Rennes sans question.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg?_wi=1" }, { name: "Thomas Laurent", handle: "Amateur de musique électronique", testimonial: "Les sets DJ sont incroyables et l'atmosphère est électrique. J'y reviens chaque semaine. Service impeccable !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/professions-avatars-line-composition_1284-34919.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/professions-avatars-line-composition_1284-34919.jpg?_wi=1" }, { name: "Sophie Bernard", handle: "Organisatrice d'événements", testimonial: "Lieu parfait pour nos afterworks. L'équipe est professionnelle, l'ambiance premium et les cocktails authentiques. Hautement recommandé !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -117,13 +117,13 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Marie Dupont", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg", imageAlt: "Marie Dupont" + id: "1", name: "Marie Dupont", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg?_wi=2", imageAlt: "Marie Dupont" }, { - id: "2", name: "Thomas Laurent", imageSrc: "http://img.b2bpic.net/free-vector/professions-avatars-line-composition_1284-34919.jpg", imageAlt: "Thomas Laurent" + id: "2", name: "Thomas Laurent", imageSrc: "http://img.b2bpic.net/free-vector/professions-avatars-line-composition_1284-34919.jpg?_wi=2", imageAlt: "Thomas Laurent" }, { - id: "3", name: "Sophie Bernard", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg", imageAlt: "Sophie Bernard" + id: "3", name: "Sophie Bernard", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg?_wi=2", imageAlt: "Sophie Bernard" }, { id: "4", name: "Julien Moreau", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "Julien Moreau" @@ -181,7 +181,7 @@ export default function LandingPage() { id: "6", title: "Proposez-vous des options végétariennes ou sans gluten ?", content: "Absolument ! Notre équipe est formée pour accueillir tous les régimes alimentaires. Mentionnez simplement vos préférences lors de votre réservation ou à votre arrivée." } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-black-suit-holding-crystal-ball_1153-5094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-black-suit-holding-crystal-ball_1153-5094.jpg?_wi=2" imageAlt="Ambiance Le Nebula" mediaAnimation="opacity" faqsAnimation="slide-up" -- 2.49.1