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() {