diff --git a/src/app/page.tsx b/src/app/page.tsx index acd4024..03597a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ 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 MediaHero from '@/components/sections/hero/MediaHero'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; export default function LandingPage() { const handleScroll = (id: string) => { @@ -194,9 +194,11 @@ export default function LandingPage() {
-