From b410e1a52eb14ec0e7e6c9e5dc6db7d3c9db8be0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:06:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d0ae19..3f3d451 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { /> +
+ +
+
); -} +} \ No newline at end of file