diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f657d0..98ac5a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Award, Brain, CheckCircle, Code, Database, Globe, Lightbulb, Mail, Palette, Shield, Sparkles, Users, Zap } from "lucide-react"; @@ -31,6 +32,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Projects", id: "projects" }, { name: "Skills", id: "skills" }, + { name: "Team", id: "team" }, { name: "Contact", id: "contact" } ]} brandName="Alex Chen" @@ -161,6 +163,24 @@ export default function LandingPage() { /> +