From cc2ca87bf316ce84320640c3a0a0fd08002cee4c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 03:55:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 727d2e9..b0b9005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -43,18 +43,16 @@ export default function LandingPage() {
-
-- 2.49.1