Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 16:09:30 +00:00

View File

@@ -51,11 +51,11 @@ export default function LandingPage() {
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/leaf-tropical-palm_23-2147829088.jpg", imageAlt: "Jardin d'Eau ambiance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-swimming-pool-around-hotel-resort_74190-8567.jpg", imageAlt: "Baignade rivière" },
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-canoe_169016-1532.jpg", imageAlt: "Kayak sur la rivière" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vibrant-orchids-lush-forest_23-2151946166.jpg", imageAlt: "Botanique tropicale" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728835.jpg", imageAlt: "Vue générale jardin" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-sunset-seen-from-water_1259-16.jpg", imageAlt: "Nature luxuriante" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-swimming-pool-around-hotel-resort_74190-8567.jpg?_wi=1", imageAlt: "Baignade rivière" },
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-canoe_169016-1532.jpg?_wi=1", imageAlt: "Kayak sur la rivière" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vibrant-orchids-lush-forest_23-2151946166.jpg?_wi=1", imageAlt: "Botanique tropicale" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728835.jpg?_wi=1", imageAlt: "Vue générale jardin" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-sunset-seen-from-water_1259-16.jpg?_wi=1", imageAlt: "Nature luxuriante" },
]}
/>
</div>
@@ -71,7 +71,7 @@ export default function LandingPage() {
{ title: "Botanique Créole", description: "Un parcours immersif parmi la flore tropicale." },
{ title: "Espace Détente", description: "Des carbets et tables pour vos moments de partage." },
]}
imageSrc="http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728835.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728835.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -83,17 +83,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Vie Aquatique", description: "Baignade surveillée ou flânerie sur l'eau.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-swimming-pool-around-hotel-resort_74190-8567.jpg", imageAlt: "Rivière tropicale" },
title: "Vie Aquatique", description: "Baignade surveillée ou flânerie sur l'eau.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-swimming-pool-around-hotel-resort_74190-8567.jpg?_wi=2", imageAlt: "Rivière tropicale" },
items: [{ icon: Waves, text: "Eaux calmes" }, { icon: Fish, text: "Faune locale" }],
reverse: false
},
{
title: "Exploration Nautique", description: "Kayak et pédalo pour une vue différente.", media: { imageSrc: "http://img.b2bpic.net/free-photo/girl-canoe_169016-1532.jpg", imageAlt: "Kayak" },
title: "Exploration Nautique", description: "Kayak et pédalo pour une vue différente.", media: { imageSrc: "http://img.b2bpic.net/free-photo/girl-canoe_169016-1532.jpg?_wi=2", imageAlt: "Kayak" },
items: [{ icon: Ship, text: "Kayak libre" }, { icon: Sailboat, text: "Pédalos enfants" }],
reverse: true
},
{
title: "Immersion Botanique", description: "Promenades à travers une flore unique.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vibrant-orchids-lush-forest_23-2151946166.jpg", imageAlt: "Flore tropicale" },
title: "Immersion Botanique", description: "Promenades à travers une flore unique.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vibrant-orchids-lush-forest_23-2151946166.jpg?_wi=2", imageAlt: "Flore tropicale" },
items: [{ icon: Leaf, text: "Sentiers ombragés" }, { icon: Flower2, text: "Table d'orientation" }],
reverse: false
}
@@ -139,7 +139,7 @@ export default function LandingPage() {
tag="Contact"
title="Prêt à nous rejoindre ?"
description="Contactez-nous pour toute question."
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset-seen-from-water_1259-16.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset-seen-from-water_1259-16.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>