Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-29 21:41:30 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Accueil",
id: "hero",
},
name: "Accueil", id: "hero"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Fidélité",
id: "pricing",
},
name: "Fidélité", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Laverie Poitiers Grand Rue"
/>
@@ -56,96 +48,55 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Laverie Poitiers Grand Rue : L'excellence au cœur de la ville"
description="Blanchisserie, pressing et services de confort en plein centre-ville. Redécouvrez la propreté avec des équipements modernes dans un cadre accueillant."
testimonials={[
{
name: "Client habitué",
handle: "@poitiers",
testimonial: "La meilleure laverie de la ville ! propre et efficace.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469347.jpg",
},
name: "Client habitué", handle: "@poitiers", testimonial: "La meilleure laverie de la ville ! propre et efficace.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469347.jpg"},
{
name: "Étudiant",
handle: "@poitiers",
testimonial: "Le gérant est très disponible, merci pour le service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-customer-man-smiling-happy-holding-credit-card-clothing-store_839833-13935.jpg",
},
name: "Étudiant", handle: "@poitiers", testimonial: "Le gérant est très disponible, merci pour le service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-customer-man-smiling-happy-holding-credit-card-clothing-store_839833-13935.jpg"},
{
name: "Client quartier",
handle: "@poitiers",
testimonial: "Lieu propre, bien entretenu, recommandé à 100%.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598985.jpg",
},
name: "Client quartier", handle: "@poitiers", testimonial: "Lieu propre, bien entretenu, recommandé à 100%.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598985.jpg"},
{
name: "Professionnel",
handle: "@poitiers",
testimonial: "Rapide et efficace pour mes couettes. Je recommande.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187328.jpg",
},
name: "Professionnel", handle: "@poitiers", testimonial: "Rapide et efficace pour mes couettes. Je recommande.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187328.jpg"},
{
name: "Habitué",
handle: "@poitiers",
testimonial: "L'endroit idéal pour le linge en centre-ville.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/server-hub-it-professionals-talking-using-chroma-key-device_482257-122505.jpg",
},
name: "Habitué", handle: "@poitiers", testimonial: "L'endroit idéal pour le linge en centre-ville.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/server-hub-it-professionals-talking-using-chroma-key-device_482257-122505.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-london-streets-cityscape_23-2149377143.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-riding-bike-city-france_23-2149369350.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/man-riding-bike-city-france_23-2149369350.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-london-streets-cityscape_23-2149377146.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/beautiful-london-streets-cityscape_23-2149377146.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/english-embankment-morning_1398-2806.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/english-embankment-morning_1398-2806.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/view-concrete-building-city-with-trees_23-2148798630.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/view-concrete-building-city-with-trees_23-2148798630.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/historical-center-big-city-taranto-southern-italy-empty-streets-beautiful-cityside-with-breathtaking-architecture-palms_639032-755.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/historical-center-big-city-taranto-southern-italy-empty-streets-beautiful-cityside-with-breathtaking-architecture-palms_639032-755.jpg", alt: "Client 5"},
]}
avatarText="Rejoignez plus de 500+ clients satisfaits"
marqueeItems={[
{
type: "text-icon",
text: "Nettoyage rapide",
icon: Zap,
type: "text-icon", text: "Nettoyage rapide", icon: Zap,
},
{
type: "text-icon",
text: "Équipement moderne",
icon: Droplets,
type: "text-icon", text: "Équipement moderne", icon: Droplets,
},
{
type: "text-icon",
text: "Ouvert 24/7",
icon: Clock,
type: "text-icon", text: "Ouvert 24/7", icon: Clock,
},
{
type: "text-icon",
text: "Paiement sans contact",
icon: CreditCard,
type: "text-icon", text: "Paiement sans contact", icon: CreditCard,
},
{
type: "text-icon",
text: "Produits écologiques",
icon: Leaf,
type: "text-icon", text: "Produits écologiques", icon: Leaf,
},
]}
/>
@@ -158,37 +109,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "l1",
title: "Carte Basique",
price: "10€",
period: "Rechargeable",
features: [
"Cumul de points",
"Bonus parrainage",
"Accès prioritaire",
],
id: "l1", title: "Carte Basique", price: "10€", period: "Rechargeable", features: [
"Cumul de points", "Bonus parrainage", "Accès prioritaire"],
button: {
text: "Demander ma carte",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/star-best-success-reward-prize-excellent-great-concept_53876-13717.jpg",
},
text: "Demander ma carte", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/star-best-success-reward-prize-excellent-great-concept_53876-13717.jpg"},
{
id: "l2",
title: "Carte Premium",
price: "25€",
period: "Avantages++",
features: [
"Réductions séchage",
"Offre anniversaire",
"Café offert",
],
id: "l2", title: "Carte Premium", price: "25€", period: "Avantages++", features: [
"Réductions séchage", "Offre anniversaire", "Café offert"],
button: {
text: "Souscrire",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-femmale-housekeeper-uniform-showing-empty-cutaway-selective-focus-card_171337-18323.jpg",
},
text: "Souscrire", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-femmale-housekeeper-uniform-showing-empty-cutaway-selective-focus-card_171337-18323.jpg"},
]}
title="Notre Système de Fidélité"
description="Bénéficiez d'avantages exclusifs avec notre carte de fidélité dédiée."
@@ -197,33 +128,22 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Blanchisserie et Lavage",
descriptions: [
"Nettoyage efficace pour tous types de linge.",
],
imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176186.jpg",
},
id: "f1", title: "Blanchisserie et Lavage", descriptions: [
"Nettoyage efficace pour tous types de linge."],
imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176186.jpg"},
{
id: "f2",
title: "Pressing & Rideaux",
descriptions: [
"Entretien soigné de vos textiles délicats.",
],
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-arrangement-decor_23-2150551142.jpg",
},
id: "f2", title: "Pressing & Rideaux", descriptions: [
"Entretien soigné de vos textiles délicats."],
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-arrangement-decor_23-2150551142.jpg"},
{
id: "f3",
title: "Distributeur & Confort",
descriptions: [
"Café, thé et assouplissant à disposition.",
],
imageSrc: "http://img.b2bpic.net/free-photo/person-washing-hands-with-soap_23-2148602183.jpg",
},
id: "f3", title: "Distributeur & Confort", descriptions: [
"Café, thé et assouplissant à disposition."],
imageSrc: "http://img.b2bpic.net/free-photo/person-washing-hands-with-soap_23-2148602183.jpg"},
]}
title="Nos Services"
description="Une gamme complète pour votre linge quotidien."
@@ -237,17 +157,11 @@ export default function LandingPage() {
description="Votre partenaire de confiance pour l'entretien du linge à Poitiers."
metrics={[
{
value: "100%",
title: "Client satisfait",
},
value: "100%", title: "Client satisfait"},
{
value: "24/7",
title: "Disponibilité",
},
value: "24/7", title: "Disponibilité"},
{
value: "1.10€",
title: "Café/Choco",
},
value: "1.10€", title: "Café/Choco"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176246.jpg"
mediaAnimation="slide-up"
@@ -262,45 +176,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Julie M.",
handle: "@poitiers",
testimonial: "Endroit très propre et bien fréquenté.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-using-washing-machine-doing-laundry-young-girls-ready-wash-clothes-interior-washing-process-concept_1157-42345.jpg",
},
id: "t1", name: "Julie M.", handle: "@poitiers", testimonial: "Endroit très propre et bien fréquenté.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-using-washing-machine-doing-laundry-young-girls-ready-wash-clothes-interior-washing-process-concept_1157-42345.jpg"},
{
id: "t2",
name: "Marc T.",
handle: "@poitiers",
testimonial: "Gérant super réactif et sympathique.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741300.jpg",
},
id: "t2", name: "Marc T.", handle: "@poitiers", testimonial: "Gérant super réactif et sympathique.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741300.jpg"},
{
id: "t3",
name: "Léa V.",
handle: "@poitiers",
testimonial: "La meilleure laverie du quartier sans hésiter.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-communication-concept-positive-young-married-couple-mixed-race-friends-enjoys-spare-time-have-fun-talk-each-other_273609-18716.jpg",
},
id: "t3", name: "Léa V.", handle: "@poitiers", testimonial: "La meilleure laverie du quartier sans hésiter.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-communication-concept-positive-young-married-couple-mixed-race-friends-enjoys-spare-time-have-fun-talk-each-other_273609-18716.jpg"},
{
id: "t4",
name: "Sophie H.",
handle: "@poitiers",
testimonial: "Service de qualité, efficace et rapide.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-bunch-dirty-clothes-basket_23-2149117043.jpg",
},
id: "t4", name: "Sophie H.", handle: "@poitiers", testimonial: "Service de qualité, efficace et rapide.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-bunch-dirty-clothes-basket_23-2149117043.jpg"},
{
id: "t5",
name: "Thomas B.",
handle: "@poitiers",
testimonial: "Lavage efficace, très bon rapport qualité-prix.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-using-credit-card-pos-pay-vitamins-making-contactless-payment-pharmacy-counter-person-buying-boxes-medicaments-pills-prescritpion-treatment-close-up-tripod-shot_482257-60690.jpg",
},
id: "t5", name: "Thomas B.", handle: "@poitiers", testimonial: "Lavage efficace, très bon rapport qualité-prix.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-using-credit-card-pos-pay-vitamins-making-contactless-payment-pharmacy-counter-person-buying-boxes-medicaments-pills-prescritpion-treatment-close-up-tripod-shot_482257-60690.jpg"},
]}
showRating={true}
title="Avis Clients"
@@ -314,20 +203,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Quels sont les moyens de paiement ?",
content: "CB, Mastercard, Apple Pay, Google Pay, Espèces, Visa.",
},
id: "q1", title: "Quels sont les moyens de paiement ?", content: "CB, Mastercard, Apple Pay, Google Pay, Espèces, Visa."},
{
id: "q2",
title: "Proposez-vous des boissons ?",
content: "Oui, café, thé, chocolat, cappuccino à 1.10€.",
},
id: "q2", title: "Proposez-vous des boissons ?", content: "Oui, café, thé, chocolat, cappuccino à 1.10€."},
{
id: "q3",
title: "Puis-je laver mes couettes ?",
content: "Absolument, nos machines sont adaptées.",
},
id: "q3", title: "Puis-je laver mes couettes ?", content: "Absolument, nos machines sont adaptées."},
]}
title="Questions Fréquentes"
faqsAnimation="slide-up"
@@ -340,8 +220,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Contact"
title="Besoin d'informations ?"
description="Rejoignez la communauté Geslav Poitiers."
@@ -353,29 +232,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Accueil",
href: "#hero",
},
label: "Accueil", href: "#hero"},
{
label: "Fidélité",
href: "#pricing",
},
label: "Fidélité", href: "#pricing"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Laverie",
href: "#features",
},
label: "Laverie", href: "#features"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}