From 664caeaa9680566d8015ce9705368ae4bd37ece4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:09:45 +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 42ce2b7..fb50efc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import MediaAbout from '@/components/sections/about/MediaAbout'; @@ -41,16 +41,13 @@ export default function LandingPage() {
-
-- 2.49.1