diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c89e43..79e10bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,6 +16,7 @@ import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import HeroLogo from "@/components/sections/hero/HeroLogo"; import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; +import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; export default function LandingPage() { return ( @@ -48,10 +49,10 @@ export default function LandingPage() {