From 53242170929b46a4deec4f9b1419a64276a75d47 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 05:00:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 109492f..686e156 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, FileCheck, Building2, Users } from "lucide-react"; export default function LandingPage() { @@ -33,6 +34,7 @@ export default function LandingPage() { { name: "Properties", id: "properties" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, + { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -149,6 +151,32 @@ export default function LandingPage() { /> +
+ +
+