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