diff --git a/src/app/page.tsx b/src/app/page.tsx index b7e8e74..2668d1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -39,16 +39,18 @@ export default function LandingPage() {
-