diff --git a/src/app/page.tsx b/src/app/page.tsx index 642a80f..4f12f77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; +import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand/HeroBillboardBrand'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';