From 389325fa633eb0bffed81e59c357093925081e8d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 23:39:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8e7ee1..aef9474 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -42,15 +42,19 @@ export default function LandingPage() {
-
@@ -185,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1