From 9f28b675b602c8140f0e12178c33275128d0c644 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:42:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49b313b..0b1eaf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -78,7 +78,7 @@ export default function LandingPage() { )}
-
@@ -108,4 +102,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1