diff --git a/src/app/page.tsx b/src/app/page.tsx index 4211ff4..73372f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,6 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; export default function LandingPage() { const handleScroll = (id: string) => { @@ -193,16 +192,6 @@ export default function LandingPage() { /> -