Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
354
src/app/page.tsx
354
src/app/page.tsx
@@ -16,261 +16,121 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Millesime Plomberie"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Avis", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Millesime Plomberie"
|
||||
button={{ text: "Devis", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Millesime Plomberie : Votre Artisan à Saint-Martin-d'Hères"
|
||||
description="Dépannage rapide et travaux de plomberie soignés. Un contact humain, des explications claires et un travail de qualité pour tous vos besoins sanitaires."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler maintenant",
|
||||
href: "tel:0600000000",
|
||||
},
|
||||
{
|
||||
text: "Demander un devis",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg",
|
||||
imageAlt: "Plombier en intervention à domicile",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg",
|
||||
imageAlt: "Réparation de plomberie professionnelle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg",
|
||||
imageAlt: "Travail soigné en plomberie",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg",
|
||||
imageAlt: "Diagnostic technique résidentiel",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721530.jpg",
|
||||
imageAlt: "Plombier avec outils en main",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg",
|
||||
imageAlt: "Intervention sanitaire efficace",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Millesime Plomberie : Votre Artisan à Saint-Martin-d'Hères"
|
||||
description="Dépannage rapide et travaux de plomberie soignés. Un contact humain, des explications claires et un travail de qualité pour tous vos besoins sanitaires."
|
||||
buttons={[
|
||||
{ text: "Appeler maintenant", href: "tel:0600000000" },
|
||||
{ text: "Demander un devis", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "Plombier en intervention à domicile" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", imageAlt: "Réparation de plomberie professionnelle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", imageAlt: "Travail soigné en plomberie" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg", imageAlt: "Diagnostic technique résidentiel" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721530.jpg", imageAlt: "Plombier avec outils en main" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Intervention sanitaire efficace" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Urgence",
|
||||
title: "Dépannage",
|
||||
subtitle: "Réactivité",
|
||||
description: "Intervention rapide pour fuites, débouchage WC ou pannes courantes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Expertise",
|
||||
title: "Sanitaire & Salle de bain",
|
||||
subtitle: "Rénovation",
|
||||
description: "Rénovation complète et pose d'équipements pour vos salles de bain.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-boiled-spaghetti_23-2147810107.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Confort",
|
||||
title: "Chauffage",
|
||||
subtitle: "Installation",
|
||||
description: "Installation et pose de chaudières avec un travail soigné.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg",
|
||||
},
|
||||
]}
|
||||
title="Nos Services de Plomberie"
|
||||
description="Des prestations claires pour les urgences du quotidien et vos projets de rénovation."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Urgence", title: "Dépannage", subtitle: "Réactivité", description: "Intervention rapide pour fuites, débouchage WC ou pannes courantes.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg" },
|
||||
{ tag: "Expertise", title: "Sanitaire & Salle de bain", subtitle: "Rénovation", description: "Rénovation complète et pose d'équipements pour vos salles de bain.", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-boiled-spaghetti_23-2147810107.jpg" },
|
||||
{ tag: "Confort", title: "Chauffage", subtitle: "Installation", description: "Installation et pose de chaudières avec un travail soigné.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg" }
|
||||
]}
|
||||
title="Nos Services de Plomberie"
|
||||
description="Des prestations claires pour les urgences du quotidien et vos projets de rénovation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reassurance" data-section="reassurance">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Pourquoi nous faire confiance ?"
|
||||
description="Millesime Plomberie s'engage sur la transparence et le contact humain. Chaque intervention est expliquée en détail, avec une facture claire et un chantier toujours rendu propre."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Transparence",
|
||||
description: "Explications claires avant et pendant chaque intervention.",
|
||||
},
|
||||
{
|
||||
title: "Qualité",
|
||||
description: "Travail soigné et attention aux détails.",
|
||||
},
|
||||
{
|
||||
title: "Réactivité",
|
||||
description: "Une prise en charge sérieuse et efficace.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="reassurance" data-section="reassurance">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Pourquoi nous faire confiance ?"
|
||||
description="Millesime Plomberie s'engage sur la transparence et le contact humain. Chaque intervention est expliquée en détail, avec une facture claire et un chantier toujours rendu propre."
|
||||
bulletPoints={[
|
||||
{ title: "Transparence", description: "Explications claires avant et pendant chaque intervention." },
|
||||
{ title: "Qualité", description: "Travail soigné et attention aux détails." },
|
||||
{ title: "Réactivité", description: "Une prise en charge sérieuse et efficace." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Cliente",
|
||||
company: "Saint-Martin-d'Hères",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bald-caucasian-man-pink-hoodie-isolated-positive-one-thumb-up-one-down_343596-4823.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc T.",
|
||||
role: "Client",
|
||||
company: "Saint-Martin-d'Hères",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-smiling-pink-background_179666-14695.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie L.",
|
||||
role: "Cliente",
|
||||
company: "Saint-Martin-d'Hères",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Client",
|
||||
company: "Saint-Martin-d'Hères",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12680.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julie P.",
|
||||
role: "Cliente",
|
||||
company: "Saint-Martin-d'Hères",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg",
|
||||
},
|
||||
]}
|
||||
title="Ils témoignent"
|
||||
description="4,8/5 sur 22 avis visibles."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Cliente", company: "Saint-Martin-d'Hères", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-bald-caucasian-man-pink-hoodie-isolated-positive-one-thumb-up-one-down_343596-4823.jpg" },
|
||||
{ id: "2", name: "Marc T.", role: "Client", company: "Saint-Martin-d'Hères", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-smiling-pink-background_179666-14695.jpg" },
|
||||
{ id: "3", name: "Sophie L.", role: "Cliente", company: "Saint-Martin-d'Hères", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
|
||||
{ id: "4", name: "David K.", role: "Client", company: "Saint-Martin-d'Hères", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12680.jpg" },
|
||||
{ id: "5", name: "Julie P.", role: "Cliente", company: "Saint-Martin-d'Hères", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg" }
|
||||
]}
|
||||
title="Ils témoignent"
|
||||
description="4,8/5 sur 22 avis visibles."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Contactez-nous"
|
||||
description="Pour une urgence, privilégiez l'appel direct. Pour vos projets planifiables, laissez-nous un message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Votre nom",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Votre adresse email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Votre numéro de téléphone",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Décrivez votre demande ici...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-open-end-wrench-with-gloves-screwdriver-safety-helmet-white-background_141793-14239.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Contactez-nous"
|
||||
description="Pour une urgence, privilégiez l'appel direct. Pour vos projets planifiables, laissez-nous un message."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Votre nom", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Votre adresse email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Votre numéro de téléphone", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Décrivez votre demande ici...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-open-end-wrench-with-gloves-screwdriver-safety-helmet-white-background_141793-14239.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Dépannage",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Rénovation",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informations",
|
||||
items: [
|
||||
{
|
||||
label: "Mentions Légales",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Politique de confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="Millesime Plomberie © 2025"
|
||||
bottomRightText="Saint-Martin-d'Hères"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Dépannage", href: "#services" }, { label: "Rénovation", href: "#services" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Informations", items: [{ label: "Mentions Légales", href: "#" }, { label: "Politique de confidentialité", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="Millesime Plomberie © 2025"
|
||||
bottomRightText="Saint-Martin-d'Hères"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user