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