From 1714d47de57a4ba7198750584aae413942e23294 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:50:57 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 04cb1fc..0e1f227 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,7 +32,8 @@ export default function BlogPage() { { name: "Services", id: "services" }, { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, - { name: "Pricing", id: "pricing" } + { name: "Pricing", id: "pricing" }, + { name: "Team", id: "team" } ]} button={{ text: "Start Your Project", href: "#contact" }} /> @@ -70,7 +71,7 @@ export default function BlogPage() { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Team", href: "#" }, + { label: "Team", href: "#team" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" } ] -- 2.49.1 From 8c57347a988ec51ac3b2f8c479b5257253fb09b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:50:58 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 973455a..419aa9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Award, Code, Crown, DollarSign, Rocket, Send, Shield, Sparkles, Star, TrendingUp, Users, Zap } from "lucide-react"; @@ -32,7 +33,8 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, - { name: "Pricing", id: "pricing" } + { name: "Pricing", id: "pricing" }, + { name: "Team", id: "team" } ]} button={{ text: "Start Your Project", href: "#contact" @@ -165,6 +167,27 @@ export default function LandingPage() { /> +
+ +
+
Date: Wed, 18 Feb 2026 21:50:58 +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 b9621e9..c4cbf0f 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,6 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, + { name: "Team", id: "team" }, { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -112,7 +113,7 @@ export default function ProductPage({ params }: ProductPageProps) { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Team", href: "#" }, + { label: "Team", href: "#team" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" } ] @@ -158,6 +159,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, + { name: "Team", id: "team" }, { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -188,7 +190,7 @@ export default function ProductPage({ params }: ProductPageProps) { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Team", href: "#" }, + { label: "Team", href: "#team" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" } ] @@ -233,6 +235,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, + { name: "Team", id: "team" }, { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -288,7 +291,7 @@ export default function ProductPage({ params }: ProductPageProps) { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Team", href: "#" }, + { label: "Team", href: "#team" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" } ] -- 2.49.1 From 462d3bbbc59edcd60b55309b3221f00b4c0ad628 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:50:59 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6f186e8..d833139 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,6 +40,7 @@ export default function ShopPage() { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, + { name: "Team", id: "team" }, { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} @@ -62,7 +63,7 @@ export default function ShopPage() { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Team", href: "#" }, + { label: "Team", href: "#team" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" } ] @@ -107,6 +108,7 @@ export default function ShopPage() { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, + { name: "Team", id: "team" }, { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} @@ -137,7 +139,7 @@ export default function ShopPage() { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Team", href: "#" }, + { label: "Team", href: "#team" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" } ] -- 2.49.1