From 78a0a2914075d912bc64938b407010650587c211 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:58:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f32f644..a8619fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { CheckCircle, Phone, Sparkles, Users } from "lucide-react"; @@ -53,34 +53,12 @@ export default function LandingPage() {
-
@@ -202,4 +181,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1