diff --git a/src/app/page.tsx b/src/app/page.tsx index 2475408..e0972e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -40,10 +40,11 @@ export default function LandingPage() {
-