From 8a63bc5cd91d3b94b7d8babfdaf2941793a9cfe4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:43:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 56 +++++++----------------------------------------- 1 file changed, 8 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ca4c7e..3d3e0fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -47,59 +47,19 @@ export default function LandingPage() {
-
@@ -260,4 +220,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1