Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-09 17:11:59 +00:00
6 changed files with 1401 additions and 34 deletions

View File

@@ -50,7 +50,7 @@ export default function AboutPage() {
description="Depuis des années, nous transformons les jardins en espaces esthétiques et fonctionnels."
subdescription="Basée à Pleurtuit, Ille-et-Vilaine"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/mother-son-distance_23-2147623031.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mother-son-distance_23-2147623031.jpg?_wi=2"
imageAlt="équipe paysagiste professionnels travaillant"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -69,42 +69,42 @@ export default function AboutPage() {
id: "01",
title: "Construction d'Escaliers",
description: "Escaliers extérieurs robustes et esthétiques pour faciliter l'accès à vos espaces.",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg?_wi=4",
imageAlt: "escaliers extérieurs pierre paysage",
},
{
id: "02",
title: "Décoration de Jardin",
description: "Mobilier et éléments décoratifs pour personnaliser votre jardin et créer une ambiance unique.",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg?_wi=4",
imageAlt: "décoration jardin mobilier extérieur",
},
{
id: "03",
title: "Engazonnement & Gazon Artificiel",
description: "Installation de gazon naturel ou artificiel pour un jardin verdoyant toute l'année.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg?_wi=4",
imageAlt: "gazon vert pelouse engazonnement",
},
{
id: "04",
title: "Pavage d'Allées",
description: "Allées pavées durables et élégantes pour une meilleure circulation dans votre jardin.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-walkway-park-with-benches_1268-15647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-walkway-park-with-benches_1268-15647.jpg?_wi=3",
imageAlt: "allée pavée jardin paysager",
},
{
id: "05",
title: "Plantation d'Arbres",
description: "Sélection et plantation d'arbres adaptés à votre terrain pour créer de l'ombre et de la verdure.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-wearing-gloves-pruning-seedling-with-secateurs_23-2148165240.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-wearing-gloves-pruning-seedling-with-secateurs_23-2148165240.jpg?_wi=3",
imageAlt: "plantation arbres paysager jardin",
},
{
id: "06",
title: "Maçonnerie de Pierre",
description: "Murs de soutènement et structures en pierre pour un aménagement solide et durable.",
imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg?_wi=2",
imageAlt: "jardin design paysage moderne",
},
]}

View File

@@ -75,7 +75,7 @@ export default function ContactPage() {
}}
buttonText="Envoyer ma demande"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-trees-forest_181624-8649.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-trees-forest_181624-8649.jpg?_wi=3"
imageAlt="design jardin paysage plan"
mediaPosition="right"
useInvertedBackground={false}

View File

@@ -52,21 +52,21 @@ export default function GalleryPage() {
id: "1",
name: "Terrasse Contemporaine",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-chair-with-umbrella-deck-pool-resort_74190-3962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-chair-with-umbrella-deck-pool-resort_74190-3962.jpg?_wi=2",
imageAlt: "terrasse contemporaine design moderne",
},
{
id: "2",
name: "Jardin Zen",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/aroma-candle-stone-zen-like_1323-405.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aroma-candle-stone-zen-like_1323-405.jpg?_wi=2",
imageAlt: "jardin zen aménagement paysage",
},
{
id: "3",
name: "Allée Pavée",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=2",
imageAlt: "allée pavée élégante jardin",
},
{
@@ -80,7 +80,7 @@ export default function GalleryPage() {
id: "5",
name: "Espace Paysager Complet",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=3",
imageAlt: "aménagement paysager complet jardin",
},
{

File diff suppressed because it is too large Load Diff

View File

@@ -75,15 +75,15 @@ export default function HomePage() {
carouselPosition="right"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1",
imageAlt: "Terrasse aménagée",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-walkway-park-with-benches_1268-15647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-walkway-park-with-benches_1268-15647.jpg?_wi=1",
imageAlt: "Allée pavée",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-wearing-gloves-pruning-seedling-with-secateurs_23-2148165240.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-wearing-gloves-pruning-seedling-with-secateurs_23-2148165240.jpg?_wi=1",
imageAlt: "Plantation d'arbres",
},
{
@@ -93,19 +93,19 @@ export default function HomePage() {
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg?_wi=1",
imageAlt: "Design de jardin",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg?_wi=1",
imageAlt: "Engazonnement",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg?_wi=1",
imageAlt: "Escaliers extérieurs",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg?_wi=1",
imageAlt: "Décoration de jardin",
},
]}
@@ -124,42 +124,42 @@ export default function HomePage() {
id: "01",
title: "Construction d'Escaliers",
description: "Escaliers extérieurs robustes et esthétiques pour faciliter l'accès à vos espaces.",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg?_wi=2",
imageAlt: "Escaliers extérieurs",
},
{
id: "02",
title: "Décoration de Jardin",
description: "Mobilier et éléments décoratifs pour personnaliser votre jardin et créer une ambiance unique.",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg?_wi=2",
imageAlt: "Décoration de jardin",
},
{
id: "03",
title: "Engazonnement & Gazon Artificiel",
description: "Installation de gazon naturel ou artificiel pour un jardin verdoyant toute l'année.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg?_wi=2",
imageAlt: "Gazon vert",
},
{
id: "04",
title: "Pavage d'Allées",
description: "Allées pavées durables et élégantes pour une meilleure circulation dans votre jardin.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-walkway-park-with-benches_1268-15647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-walkway-park-with-benches_1268-15647.jpg?_wi=2",
imageAlt: "Allée pavée",
},
{
id: "05",
title: "Plantation d'Arbres",
description: "Sélection et plantation d'arbres adaptés à votre terrain pour créer de l'ombre et de la verdure.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-wearing-gloves-pruning-seedling-with-secateurs_23-2148165240.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-wearing-gloves-pruning-seedling-with-secateurs_23-2148165240.jpg?_wi=2",
imageAlt: "Plantation d'arbres",
},
{
id: "06",
title: "Maçonnerie de Pierre",
description: "Murs de soutènement et structures en pierre pour un aménagement solide et durable.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2",
imageAlt: "Maçonnerie de pierre",
},
]}
@@ -179,7 +179,7 @@ export default function HomePage() {
description="Depuis des années, nous transformons les jardins en espaces esthétiques et fonctionnels."
subdescription="Basée à Pleurtuit, Ille-et-Vilaine"
icon={Leaf}
imageSrc="http://img.b2bpic.net/free-photo/mother-son-distance_23-2147623031.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mother-son-distance_23-2147623031.jpg?_wi=1"
imageAlt="Équipe Julien Paysage au travail"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -261,7 +261,7 @@ export default function HomePage() {
}}
buttonText="Envoyer ma demande"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-trees-forest_181624-8649.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-trees-forest_181624-8649.jpg?_wi=1"
imageAlt="Design de jardin professionnel"
mediaPosition="right"
useInvertedBackground={false}

View File

@@ -63,21 +63,21 @@ export default function ServicesPage() {
id: "01",
title: "Construction d'Escaliers",
description: "Escaliers extérieurs robustes et esthétiques pour faciliter l'accès à vos espaces.",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-benches-modern-sauna-geometric-style_169016-70250.jpg?_wi=3",
imageAlt: "Escaliers extérieurs",
},
{
id: "02",
title: "Décoration de Jardin",
description: "Mobilier et éléments décoratifs pour personnaliser votre jardin et créer une ambiance unique.",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-with-outdoor_1203-3490.jpg?_wi=3",
imageAlt: "Décoration de jardin",
},
{
id: "03",
title: "Engazonnement & Gazon Artificiel",
description: "Installation de gazon naturel ou artificiel pour un jardin verdoyant toute l'année.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass_23-2148029607.jpg?_wi=3",
imageAlt: "Gazon vert",
},
]}
@@ -100,21 +100,21 @@ export default function ServicesPage() {
id: "1",
name: "Terrasse Contemporaine",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-chair-with-umbrella-deck-pool-resort_74190-3962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-chair-with-umbrella-deck-pool-resort_74190-3962.jpg?_wi=1",
imageAlt: "Terrasse contemporaine design moderne",
},
{
id: "2",
name: "Jardin Zen",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/aroma-candle-stone-zen-like_1323-405.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aroma-candle-stone-zen-like_1323-405.jpg?_wi=1",
imageAlt: "Jardin zen aménagement paysage",
},
{
id: "3",
name: "Allée Pavée",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=1",
imageAlt: "Allée pavée élégante jardin",
},
]}
@@ -163,7 +163,7 @@ export default function ServicesPage() {
}}
buttonText="Envoyer ma demande"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-trees-forest_181624-8649.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-trees-forest_181624-8649.jpg?_wi=2"
imageAlt="Design de jardin professionnel"
mediaPosition="right"
useInvertedBackground={false}