From 4ef4b6e751d60d9970c0dfe701c2f420d1f05ef5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 02:25:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++++++-------------------------------- 1 file changed, 55 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2673644..5bd715c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; import { Award, CheckCircle, Shield, Zap } from "lucide-react"; export default function LandingPage() { @@ -32,21 +33,13 @@ export default function LandingPage() { @@ -55,62 +48,39 @@ export default function LandingPage() {
@@ -128,6 +98,21 @@ export default function LandingPage() { /> +
+ +
+
@@ -240,8 +190,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file