Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c3a0acabf | |||
| b410e1a52e | |||
| 4b2b633f89 | |||
| e5f3a29ff7 | |||
| db8c4d6879 | |||
| c10c46f1c5 | |||
| 73d7676d00 | |||
| ed1041a710 | |||
| cd42318b4d | |||
| 839f838dcd |
@@ -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 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() {
|
||||
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"
|
||||
@@ -287,4 +332,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user