From 262b46f26ec5440250d1f76601c958db1b23aa11 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 10:43:43 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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" } ] -- 2.49.1 From 87a331055ca0e553b9f9ca11aca8aabded798bd6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 10:43:44 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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() { /> +
+ +
+
Date: Fri, 27 Feb 2026 10:43:45 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index d96e7b6..55eb304 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,6 +95,7 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"About","id":"about"}, {"name":"Projects","id":"projects"}, + {"name":"Team","id":"team"}, {"name":"Skills","id":"skills"}, {"name":"Contact","id":"contact"}, {"name":"Shop","id":"/shop"} @@ -109,7 +110,7 @@ function ProductPageContent({ params }: ProductPageProps) {