From a06637e181f0465ec094af3abb767136c4093394 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 10:40:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ba42f8..a046aea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,9 +1,9 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSplitOverlay'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; @@ -62,16 +62,33 @@ export default function LandingPage() {
-
@@ -383,4 +400,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}