Merge version_1 into main #1
@@ -74,27 +74,27 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaf-tropical-palm_23-2147829088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaf-tropical-palm_23-2147829088.jpg?_wi=1",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-sunset-seen-from-water_1259-16.jpg?_wi=1",
|
||||
imageAlt: "Nature luxuriante",
|
||||
},
|
||||
]}
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
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>
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
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: [
|
||||
@@ -150,14 +150,14 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaf-tropical-palm_23-2147829088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaf-tropical-palm_23-2147829088.jpg?_wi=2",
|
||||
imageAlt: "tropical lush river garden wallpaper",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-canoe_169016-1532.jpg?_wi=2",
|
||||
imageAlt: "Kayak",
|
||||
},
|
||||
items: [
|
||||
@@ -171,14 +171,14 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
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=3",
|
||||
imageAlt: "lush tropical garden path greenery",
|
||||
},
|
||||
{
|
||||
title: "Immersion Botanique",
|
||||
description: "Promenades à travers une flore unique.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-orchids-lush-forest_23-2151946166.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-orchids-lush-forest_23-2151946166.jpg?_wi=2",
|
||||
imageAlt: "Flore tropicale",
|
||||
},
|
||||
items: [
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-swimming-pool-around-hotel-resort_74190-8567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-swimming-pool-around-hotel-resort_74190-8567.jpg?_wi=3",
|
||||
imageAlt: "river swimming tropical nature",
|
||||
},
|
||||
]}
|
||||
@@ -287,7 +287,7 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Prêt à nous rejoindre ?"
|
||||
description="Une journée au Jardin d'Eau est une parenthèse hors du temps au cœur de la Guadeloupe. 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>
|
||||
|
||||
Reference in New Issue
Block a user