diff --git a/src/app/page.tsx b/src/app/page.tsx index f970723..00ce258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboa import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import AboutMetric from "@/components/sections/about/AboutMetric"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";