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