diff --git a/src/app/page.tsx b/src/app/page.tsx index 8556d67..b472952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -42,9 +42,9 @@ export default function LandingPage() {
-