Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c3a0acabf | |||
| b410e1a52e | |||
| 4b2b633f89 | |||
| e5f3a29ff7 | |||
| db8c4d6879 | |||
| c10c46f1c5 | |||
| 73d7676d00 | |||
| ed1041a710 | |||
| cd42318b4d | |||
| 839f838dcd | |||
| 4f445c7207 | |||
| 97f102f90c | |||
| 4179b6aac5 | |||
| 387948e212 |
@@ -10,9 +10,10 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Calendar, Car, Droplet, Home, Leaf, Sparkles } from "lucide-react";
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Calendar, Car, Droplet, Home, Leaf, Sparkles, CarFront } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,6 +37,8 @@ export default function LandingPage() {
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Tarifs", id: "#pricing"},
|
||||
{
|
||||
name: "Avant/Après", id: "#results"},
|
||||
{
|
||||
@@ -45,7 +48,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Nettoyage Auto & Textile MK"
|
||||
button={{
|
||||
text: "Appelez maintenant", href: "tel:+33641723047"}}
|
||||
text: "Appelez maintenant", href: "tel:+33641723047"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</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"},
|
||||
]
|
||||
},
|
||||
{
|
||||
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"
|
||||
@@ -129,6 +143,37 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
@@ -179,23 +224,32 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
<TestimonialCardSix
|
||||
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={[
|
||||
{
|
||||
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"
|
||||
cardTag="Témoignages"
|
||||
cardAnimation="slide-up"
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -278,4 +332,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user