14 Commits

Author SHA1 Message Date
3c3a0acabf Merge version_5 into main
Merge version_5 into main
2026-06-13 08:06:52 +00:00
b410e1a52e Update src/app/page.tsx 2026-06-13 08:06:46 +00:00
4b2b633f89 Switch to version 3: modified src/app/page.tsx 2026-06-13 08:04:22 +00:00
e5f3a29ff7 Merge version_4 into main
Merge version_4 into main
2026-06-13 08:02:27 +00:00
db8c4d6879 Update src/app/page.tsx 2026-06-13 08:02:24 +00:00
c10c46f1c5 Merge version_3 into main
Merge version_3 into main
2026-06-13 08:00:09 +00:00
73d7676d00 Update src/app/page.tsx 2026-06-13 08:00:03 +00:00
ed1041a710 Merge version_3 into main
Merge version_3 into main
2026-06-13 07:57:57 +00:00
cd42318b4d Update src/app/page.tsx 2026-06-13 07:57:54 +00:00
839f838dcd Merge version_2 into main
Merge version_2 into main
2026-06-13 07:47:35 +00:00
4f445c7207 Update src/app/page.tsx 2026-06-13 07:47:32 +00:00
97f102f90c Merge version_1 into main
Merge version_1 into main
2026-06-13 07:45:40 +00:00
4179b6aac5 Merge version_1 into main
Merge version_1 into main
2026-06-13 07:43:29 +00:00
387948e212 Merge version_1 into main
Merge version_1 into main
2026-06-13 07:42:37 +00:00

View File

@@ -10,9 +10,10 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Calendar, Car, Droplet, Home, Leaf, Sparkles } from "lucide-react"; import { Calendar, Car, Droplet, Home, Leaf, Sparkles, CarFront } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -36,6 +37,8 @@ export default function LandingPage() {
name: "Accueil", id: "#hero"}, name: "Accueil", id: "#hero"},
{ {
name: "Services", id: "#services"}, name: "Services", id: "#services"},
{
name: "Tarifs", id: "#pricing"},
{ {
name: "Avant/Après", id: "#results"}, name: "Avant/Après", id: "#results"},
{ {
@@ -45,7 +48,7 @@ export default function LandingPage() {
]} ]}
brandName="Nettoyage Auto & Textile MK" brandName="Nettoyage Auto & Textile MK"
button={{ button={{
text: "Appelez maintenant", href: "tel:+33641723047"}} text: "Appelez maintenant", href: "tel:+33641723047"}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -121,6 +124,17 @@ export default function LandingPage() {
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg", imageAlt: "Clean car carpet"}, imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg", imageAlt: "Clean car carpet"},
] ]
},
{
title: "Nettoyage Extérieur Auto", description: "Lavage carrosserie, jantes, vitres extérieures, et séchage. Pour une brillance éclatante et une protection durable de votre véhicule.", icon: CarFront,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/premium-photo/professional-car-wash-red-sports-car-getting-foam-wash-with-highpressure-cleaning-shiny_1293074-27557.jpg?id=269203096", imageAlt: "Man washing car exterior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193565.jpg?id=20735859", imageAlt: "Side view of man washing car"
}
]
} }
]} ]}
title="Des services adaptés à vos besoins" title="Des services adaptés à vos besoins"
@@ -129,6 +143,37 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="pricing" data-section="pricing">
<PricingCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
title="Nos Formules de Nettoyage"
description="Découvrez nos offres personnalisées pour un intérieur impeccable, adaptées à vos besoins et votre budget."
tag="Tarifs"
plans={[
{
id: "basic-auto", badge: "Idéal pour l'entretien", price: "À partir de 60€", name: "Formule Éclat Express (Intérieur Auto)", features: [
"Aspiration approfondie des sièges et moquettes", "Nettoyage des surfaces (tableau de bord, portes)", "Nettoyage des vitres intérieures", "Désinfection légère de l'habitacle", "Assainissement de l'air"
],
buttons: [{ text: "Réserver", href: "#contact" }]
},
{
id: "standard-auto", badge: "Le plus populaire", price: "À partir de 120€", name: "Formule Propreté Intégrale (Intérieur Auto)", features: [
"Tous les services de la formule Éclat Express", "Nettoyage en profondeur des sièges et textiles (extraction)", "Traitement des taches tenaces", "Rénovation des plastiques et cuirs", "Désodorisation avancée"
],
buttons: [{ text: "Réserver", href: "#contact" }]
},
{
id: "textile-home", badge: "Pour votre domicile", price: "Devis Personnalisé", name: "Formule Confort Domicile (Textile)", features: [
"Nettoyage de canapés, fauteuils ou tapis", "Détachage et traitement des odeurs", "Désinfection des fibres", "Protection des textiles (en option)", "Service sur site"
],
buttons: [{ text: "Demander un devis", href: "#contact" }]
}
]}
/>
</div>
<div id="results" data-section="results"> <div id="results" data-section="results">
<ProductCardFour <ProductCardFour
animationType="slide-up" animationType="slide-up"
@@ -179,23 +224,32 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardSix
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up"
textboxLayout="default"
title="Ce que nos clients disent de nous"
description="Découvrez les expériences authentiques de nos clients qui ont transformé leurs intérieurs grâce à nos services."
tag="Témoignages"
testimonials={[ testimonials={[
{ {
id: "1", name: "Marc Dupont", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg", imageAlt: "Portrait of Marc Dupont"}, id: "1", name: "Marc Dupont", handle: "@MarcD_Clean", testimonial: "Nettoyage MK a fait des merveilles sur ma voiture ! Les sièges sont comme neufs, et l'odeur de frais est incroyable. Service rapide et professionnel.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg", imageAlt: "Portrait of Marc Dupont"
},
{ {
id: "2", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Portrait of Sophie Martin"}, id: "2", name: "Sophie Martin", handle: "@SophieM_Home", testimonial: "Mon canapé avait des taches incrustées depuis des années. Nettoyage MK est intervenu à domicile et le résultat est bluffant ! Je recommande à 100% !", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Portrait of Sophie Martin"
},
{ {
id: "3", name: "Jean Louis", imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", imageAlt: "Portrait of Jean Louis"}, id: "3", name: "Jean Louis", handle: "@JL_Maxstadt", testimonial: "Équipe très efficace et courtoise. Ils ont désinfecté l'intérieur de mon véhicule après un petit incident, et c'est impeccable. Merci !", imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", imageAlt: "Portrait of Jean Louis"
},
{ {
id: "4", name: "Emma Dubois", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-near-car_23-2147670240.jpg", imageAlt: "Portrait of Emma Dubois"}, id: "4", name: "Emma Dubois", handle: "@EmmaD_Auto", testimonial: "J'ai réservé pour un nettoyage complet de ma voiture avant de la vendre. Le résultat était si parfait que je regrette presque de m'en séparer !", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-near-car_23-2147670240.jpg", imageAlt: "Portrait of Emma Dubois"
},
{ {
id: "5", name: "Paul Leclerc", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg", imageAlt: "Portrait of Paul Leclerc"}, id: "5", name: "Paul Leclerc", handle: "@Paul_Textile", testimonial: "Service de nettoyage de tapis à domicile exceptionnel. Ils ont réussi à enlever des taches tenaces que je pensais permanentes. Vraiment impressionnant.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg", imageAlt: "Portrait of Paul Leclerc"
}
]} ]}
cardTitle="Ce que nos clients disent" speed={40}
cardTag="Témoignages" topMarqueeDirection="left"
cardAnimation="slide-up"
/> />
</div> </div>
@@ -278,4 +332,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }