From 9ac23707929048d2e8a87981098085049d726007 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 19:56:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 288 ++++++++++++++++++----------------------------- 1 file changed, 112 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1505ff..97eb320 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { Award, CheckCircle, Clock, Coffee, MapPin, ShieldCheck, Truck, Wheat } from "lucide-react"; +import { Award, CheckCircle, Clock, Coffee, MapPin, Phone, ShieldCheck, Truck, Wheat } from "lucide-react"; export default function LandingPage() { return ( @@ -24,190 +24,126 @@ export default function LandingPage() { cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="medium" > - +
+ + + Commander par téléphone + +
-
- -
+ -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} +} \ No newline at end of file -- 2.49.1