Update src/app/page.tsx
This commit is contained in:
@@ -10,6 +10,7 @@ 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, CarFront } from "lucide-react";
|
||||
@@ -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"},
|
||||
{
|
||||
@@ -129,7 +132,7 @@ export default function LandingPage() {
|
||||
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: "https://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193565.jpg?id=20735859", imageAlt: "Side view of man washing car"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193565.jpg?id=20735859", imageAlt: "Side view of man washing car"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -140,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"
|
||||
@@ -298,4 +332,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user