From 488fc93a08a33b9c2d4fa09654bb28df9f1bf2a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:58:06 +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 19739b0..33212da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -42,19 +42,13 @@ export default function LandingPage() {
-
@@ -161,4 +155,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}