Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-23 00:53:40 +00:00

View File

@@ -32,17 +32,11 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Accueil",
id: "hero",
},
name: "Accueil", id: "hero"},
{
name: "L'expérience",
id: "about",
},
name: "L'expérience", id: "about"},
{
name: "Réserver",
id: "contact",
},
name: "Réserver", id: "contact"},
]}
brandName="Pontoon Boat aux Saintes"
/>
@@ -54,70 +48,38 @@ export default function LandingPage() {
description="À bord de nos Bateaux Pontons sans permis, vivez une expérience 100% détente entre amis ou en famille !"
testimonials={[
{
name: "Thomas M.",
handle: "@traveler",
testimonial: "Une expérience incroyable en famille, la liberté totale sur l'eau.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-port_72229-551.jpg",
},
name: "Thomas M.", handle: "@traveler", testimonial: "Une expérience incroyable en famille, la liberté totale sur l'eau.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-port_72229-551.jpg"},
{
name: "Claire P.",
handle: "@naturelover",
testimonial: "Le plus beau spot de la Guadeloupe, le ponton est génial.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-sisters-looking-camera-doing-frame-by-hands_624325-3173.jpg",
},
name: "Claire P.", handle: "@naturelover", testimonial: "Le plus beau spot de la Guadeloupe, le ponton est génial.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-sisters-looking-camera-doing-frame-by-hands_624325-3173.jpg"},
{
name: "Marc L.",
handle: "@familyfun",
testimonial: "Les enfants ont adoré, une sécurité parfaite sur le ponton.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-traveling-bicycles-holding-map_285396-651.jpg",
},
name: "Marc L.", handle: "@familyfun", testimonial: "Les enfants ont adoré, une sécurité parfaite sur le ponton.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-traveling-bicycles-holding-map_285396-651.jpg"},
{
name: "Julie D.",
handle: "@seasailor",
testimonial: "La baie des Saintes sous un autre angle, magique !",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-enjoying-sea-breeze_23-2148574689.jpg",
},
name: "Julie D.", handle: "@seasailor", testimonial: "La baie des Saintes sous un autre angle, magique !", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-enjoying-sea-breeze_23-2148574689.jpg"},
{
name: "Kevin B.",
handle: "@sunseeker",
testimonial: "Le service de location est pro et très accueillant.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-655.jpg",
},
name: "Kevin B.", handle: "@sunseeker", testimonial: "Le service de location est pro et très accueillant.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-655.jpg"},
]}
buttons={[
{
text: "Réserver votre ponton",
href: "#contact",
},
text: "Réserver votre ponton", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-laying-by-lake-high-angle_23-2149870008.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/people-laying-by-lake-high-angle_23-2149870008.jpg"
imageAlt="Bateau ponton aux Saintes"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-man-kayaking-admiring-view_329181-19900.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/young-man-kayaking-admiring-view_329181-19900.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-664.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-664.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/young-asian-happy-woman-blogger-tourist-silk-suit-scarf-sunglasses-vacation-travel-around-thailand-asian-boat-khao-sok-national-park_343596-1273.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/young-asian-happy-woman-blogger-tourist-silk-suit-scarf-sunglasses-vacation-travel-around-thailand-asian-boat-khao-sok-national-park_343596-1273.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/young-attractive-man-woman-traveling-bicycles-romantic-couple-summer-vacation-by-sea-sunset-boho-hipster-style-outfit-friends-having-fun-together_285396-8984.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/young-attractive-man-woman-traveling-bicycles-romantic-couple-summer-vacation-by-sea-sunset-boho-hipster-style-outfit-friends-having-fun-together_285396-8984.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-red-raincoat-rides-private-yacht-stockholm-sweden_72229-304.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-red-raincoat-rides-private-yacht-stockholm-sweden_72229-304.jpg", alt: "Client 5"},
]}
/>
</div>
@@ -136,28 +98,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Snorkeling",
description: "Explorez les fonds marins turquoise.",
bentoComponent: "reveal-icon",
icon: Waves,
imageSrc: "http://img.b2bpic.net/free-vector/buttons-with-dolphins_1308-85632.jpg",
imageAlt: "snorkeling equipment crystal clear water",
title: "Snorkeling", description: "Explorez les fonds marins turquoise.", bentoComponent: "reveal-icon", icon: Waves,
},
{
title: "Apéros & Détente",
description: "Profitez du coucher de soleil.",
bentoComponent: "reveal-icon",
icon: Coffee,
imageSrc: "http://img.b2bpic.net/free-photo/people-laying-by-lake-high-angle_23-2149870008.jpg?_wi=2",
imageAlt: "snorkeling equipment crystal clear water",
title: "Apéros & Détente", description: "Profitez du coucher de soleil.", bentoComponent: "reveal-icon", icon: Coffee,
},
{
title: "Liberté Totale",
description: "Bateau sans permis, naviguez à votre rythme.",
bentoComponent: "reveal-icon",
icon: Star,
imageSrc: "http://img.b2bpic.net/free-photo/young-healthy-calm-woman-doing-yoga-sailing-yacht-boat-sea-island-background_1153-4871.jpg?_wi=1",
imageAlt: "snorkeling equipment crystal clear water",
title: "Liberté Totale", description: "Bateau sans permis, naviguez à votre rythme.", bentoComponent: "reveal-icon", icon: Star,
},
]}
title="Pourquoi choisir nos pontons ?"
@@ -173,41 +120,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Pack Journée Liberté",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/young-healthy-calm-woman-doing-yoga-sailing-yacht-boat-sea-island-background_1153-4871.jpg?_wi=2",
},
id: "p1", name: "Pack Journée Liberté", price: "Sur demande", imageSrc: "http://img.b2bpic.net/free-photo/young-healthy-calm-woman-doing-yoga-sailing-yacht-boat-sea-island-background_1153-4871.jpg"},
{
id: "p2",
name: "Pack Sunset Apéro",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-laying-boat_23-2149046378.jpg",
},
id: "p2", name: "Pack Sunset Apéro", price: "Sur demande", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-laying-boat_23-2149046378.jpg"},
{
id: "p3",
name: "Pack Escapade Famille",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/women-with-colorful-floaters-medium-shot_23-2149552205.jpg",
},
id: "p3", name: "Pack Escapade Famille", price: "Sur demande", imageSrc: "http://img.b2bpic.net/free-photo/women-with-colorful-floaters-medium-shot_23-2149552205.jpg"},
{
id: "p4",
name: "Location Journée Complète",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-posing-near-boat_23-2149313102.jpg",
},
id: "p4", name: "Location Journée Complète", price: "Sur demande", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-posing-near-boat_23-2149313102.jpg"},
{
id: "p5",
name: "Formule Anniversaire",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/black-family-having-fun-beach_53876-43.jpg",
},
id: "p5", name: "Formule Anniversaire", price: "Sur demande", imageSrc: "http://img.b2bpic.net/free-photo/black-family-having-fun-beach_53876-43.jpg"},
{
id: "p6",
name: "Pack Découverte Snorkeling",
price: "Sur demande",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-walking-beach_23-2149480647.jpg",
},
id: "p6", name: "Pack Découverte Snorkeling", price: "Sur demande", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-walking-beach_23-2149480647.jpg"},
]}
title="Nos packs d'aventure"
description="Des options pour chaque occasion."
@@ -221,59 +144,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Voyageuse",
company: "France",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-670.jpg",
},
id: "1", name: "Sarah J.", role: "Voyageuse", company: "France", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera_285396-670.jpg"},
{
id: "2",
name: "Marc L.",
role: "Famille",
company: "Guadeloupe",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-love-traveling-bicycles-sunset-sea_285396-3140.jpg",
},
id: "2", name: "Marc L.", role: "Famille", company: "Guadeloupe", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-love-traveling-bicycles-sunset-sea_285396-3140.jpg"},
{
id: "3",
name: "Julie D.",
role: "Touriste",
company: "Canada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera-romantic-couple-by-sea-sunset-boho-hipster-style-outfit-friends-having-fun-together_285396-3133.jpg",
},
id: "3", name: "Julie D.", role: "Touriste", company: "Canada", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-happy-man-woman-traveling-bicycles-taking-selfie-photo-phone-camera-romantic-couple-by-sea-sunset-boho-hipster-style-outfit-friends-having-fun-together_285396-3133.jpg"},
{
id: "4",
name: "Kevin B.",
role: "Groupe",
company: "Paris",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sensual-young-female-model-posing-near-carousel-outdoor-shot-smiling-wonderful-girl-enjoying-day-amusement-park_197531-9561.jpg",
},
id: "4", name: "Kevin B.", role: "Groupe", company: "Paris", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sensual-young-female-model-posing-near-carousel-outdoor-shot-smiling-wonderful-girl-enjoying-day-amusement-park_197531-9561.jpg"},
{
id: "5",
name: "Sophie M.",
role: "Couple",
company: "Lyon",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-crossed-arms-beach_1098-2137.jpg",
},
id: "5", name: "Sophie M.", role: "Couple", company: "Lyon", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-crossed-arms-beach_1098-2137.jpg"},
]}
kpiItems={[
{
value: "3ᵉ",
label: "Plus belle baie du monde",
},
value: "3ᵉ", label: "Plus belle baie du monde"},
{
value: "100%",
label: "Détente garantie",
},
value: "100%", label: "Détente garantie"},
{
value: "5/5",
label: "Satisfaction client",
},
value: "5/5", label: "Satisfaction client"},
]}
title="Ils ont vécu la magie des îles"
description="Découvrez quelques-uns des derniers moments magiques que nous avons contribué à créer."
@@ -286,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Faut-il un permis bateau ?",
content: "Non, nos bateaux pontons se conduisent sans aucun permis.",
},
id: "f1", title: "Faut-il un permis bateau ?", content: "Non, nos bateaux pontons se conduisent sans aucun permis."},
{
id: "f2",
title: "Où embarque-t-on ?",
content: "Embarquement depuis Trois-Rivières.",
},
id: "f2", title: "Où embarque-t-on ?", content: "Embarquement depuis Trois-Rivières."},
{
id: "f3",
title: "Que comprend le pack ?",
content: "Glacière et carburant inclus dans toutes nos locations.",
},
id: "f3", title: "Que comprend le pack ?", content: "Glacière et carburant inclus dans toutes nos locations."},
]}
title="Questions fréquentes"
description="Tout ce que vous devez savoir avant de partir."
@@ -311,8 +194,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Contact"
title="Prêt pour l'aventure ?"
description="Embarquez depuis Trois-Rivières pour des excursions inoubliables. Contactez-nous pour réserver."
@@ -325,29 +207,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Accueil",
href: "#hero",
},
label: "Accueil", href: "#hero"},
{
label: "Réserver",
href: "#contact",
},
label: "Réserver", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+590 690 691703",
href: "tel:+590690691703",
},
label: "+590 690 691703", href: "tel:+590690691703"},
{
label: "Mentions légales",
href: "#",
},
label: "Mentions légales", href: "#"},
],
},
]}