diff --git a/src/app/page.tsx b/src/app/page.tsx index 4377a3d..fccdd76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroCentered from "@/components/sections/hero/HeroCentered"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import FeatureCardNineteen as FeatureCardNineteenMens from "@/components/sections/feature/FeatureCardNineteen"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; @@ -114,7 +113,7 @@ export default function Home() {