diff --git a/src/app/page.tsx b/src/app/page.tsx index 669f455..cd3329f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBrand from '@/components/sections/hero/HeroBrand'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -41,7 +41,7 @@ export default function LandingPage() {