diff --git a/src/app/page.tsx b/src/app/page.tsx index ec56d08..08a49f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,9 +6,10 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, ArrowRight, CheckCircle, TrendingUp, Mail } from 'lucide-react'; +import { Sparkles, ArrowRight, CheckCircle, TrendingUp, Mail, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,6 +31,7 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Process", id: "features" }, + { name: "Team", id: "team" }, { name: "Metrics", id: "metric" } ]} button={{ text: "Get Started", href: "contact" }} @@ -126,6 +128,38 @@ export default function LandingPage() { /> +