From 1bbd2197f89e264b61751b52f030f419c2ee65ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:09:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee7d603..3950053 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; @@ -50,11 +50,10 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1