From 2fcc6707456c65bf249d36ca058b6ed044559e04 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 06:15:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df70683..766af41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,10 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, ShieldCheck, Users } from "lucide-react"; +import { Award, ShieldCheck, Users, Search, ShoppingCart } from "lucide-react"; export default function LandingPage() { const handleProductClick = () => { @@ -36,15 +36,25 @@ export default function LandingPage() { >
@@ -164,4 +174,4 @@ Nos solutions d'EPI certifiées protègent vos collaborateurs et assurent la con ); -} +} \ No newline at end of file -- 2.49.1