From fb3bcf607212b31456c2c5b37fdb9a23b8966bd7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 18:41:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ccd6b0..05c8e08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -39,15 +39,10 @@ export default function LandingPage() {
- @@ -140,4 +135,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}