diff --git a/src/app/page.tsx b/src/app/page.tsx index d4ff9ed..fb130f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -47,41 +47,22 @@ export default function LandingPage() {
-
@@ -246,4 +227,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file