diff --git a/src/app/page.tsx b/src/app/page.tsx index 8363fa0..36d9833 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSignup from '@/components/sections/hero/HeroSignup'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -48,14 +48,13 @@ export default function LandingPage() {