From bba6844f209ce891749e709e3f937abd406688e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:30:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e65d61..d3ff43f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -48,7 +48,7 @@ export default function LandingPage() {
-
@@ -244,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1