From 238e83cfe03893dfbc45d2273ccea87d972e7a25 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:38:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 90 ++++++++++++++---------------------------------- 1 file changed, 26 insertions(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6edada1..e06115f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,12 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import { Award, CheckCircle, Clock } from "lucide-react"; export default function LandingPage() { @@ -40,42 +40,28 @@ export default function LandingPage() { /> -
- + + +
+
@@ -102,14 +88,6 @@ export default function LandingPage() { />
-
- -
-
-
- -
- -
- -
-
); -} \ No newline at end of file +}