From 3da20626e80dd69bf1eca827a8987245f814f838 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:43:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aea656b..e0c14d0 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 FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -45,20 +45,13 @@ export default function LandingPage() {
-
@@ -173,4 +166,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1