From d25868a7c4253d08eceab499fdb077e230bb1176 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:15:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3421313..fbc49c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -56,7 +56,7 @@ export default function LandingPage() {
-
@@ -343,4 +331,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1