diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a712801..e3dd212 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,6 +30,7 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "About", id: "about" }, { name: "Projects", id: "projects" }, + { name: "Team", id: "team" }, { name: "Skills", id: "skills" }, { name: "Contact", id: "contact" } ]} @@ -65,6 +66,7 @@ export default function BlogPage() { title: "Navigation", items: [ { label: "About", href: "#about" }, { label: "Projects", href: "#projects" }, + { label: "Team", href: "#team" }, { label: "Skills", href: "#skills" }, { label: "Contact", href: "#contact" } ] 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() { /> +
+ +
+