3 Commits

Author SHA1 Message Date
73d7676d00 Update src/app/page.tsx 2026-06-13 08:00:03 +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

View File

@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; 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 (
@@ -45,7 +45,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 +121,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: "https://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"