From 916473ab350d1083e152e40926fad818476375e5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:35:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 290920a..76e23f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TextAbout from '@/components/sections/about/TextAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; export default function LandingPage() { return ( @@ -95,9 +95,13 @@ export default function LandingPage() {
-
-- 2.49.1