Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73d7676d00 | |||
| cd42318b4d | |||
| 839f838dcd |
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
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 (
|
||||
@@ -45,7 +45,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 +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"},
|
||||
]
|
||||
},
|
||||
{
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user