diff --git a/src/app/page.tsx b/src/app/page.tsx index d640293..6f0645e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; @@ -43,9 +43,9 @@ export default function LandingPage() {