diff --git a/src/app/page.tsx b/src/app/page.tsx index 3460cd2..4d98d6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -39,25 +39,20 @@ export default function LandingPage() {
-
@@ -145,4 +140,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file