From 7b90ba3bd0822af7abe0d85bfbbf036adec52cd0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:42:24 +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 3f37914..d2a5e09 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,6 +32,7 @@ export default function BlogPage() { { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, + { name: "Team", id: "team" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -74,6 +75,7 @@ export default function BlogPage() { title: "Experience", items: [ { label: "About Us", href: "about" }, { label: "Our Story", href: "about" }, + { label: "Team", href: "team" }, { label: "Testimonials", href: "testimonials" } ] }, -- 2.49.1 From 6b5709a49e0c792aeb1b0b98714268615c2a4628 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:42:25 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1539f86..4eb41b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,12 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar } from 'lucide-react'; +import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,6 +34,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, + { name: "Team", id: "team" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -140,6 +142,32 @@ export default function LandingPage() { /> +
+ +
+
Date: Tue, 17 Feb 2026 03:42:26 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3a8490c..e243256 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,6 +89,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, + { name: "Team", id: "team" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -114,6 +115,7 @@ export default function ProductPage({ params }: ProductPageProps) { title: "Experience", items: [ { label: "About Us", href: "about" }, { label: "Our Story", href: "about" }, + { label: "Team", href: "team" }, { label: "Testimonials", href: "testimonials" } ] }, @@ -155,6 +157,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, + { name: "Team", id: "team" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -188,6 +191,7 @@ export default function ProductPage({ params }: ProductPageProps) { title: "Experience", items: [ { label: "About Us", href: "about" }, { label: "Our Story", href: "about" }, + { label: "Team", href: "team" }, { label: "Testimonials", href: "testimonials" } ] }, @@ -228,6 +232,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, + { name: "Team", id: "team" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -286,6 +291,7 @@ export default function ProductPage({ params }: ProductPageProps) { title: "Experience", items: [ { label: "About Us", href: "about" }, { label: "Our Story", href: "about" }, + { label: "Team", href: "team" }, { label: "Testimonials", href: "testimonials" } ] }, -- 2.49.1 From f0385701cec6a7556f1129bbcc90839a31ff7abe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:42:27 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 98a5bc9..2d07262 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,6 +42,7 @@ export default function ShopPage() { { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, + { name: "Team", id: "team" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -67,6 +68,7 @@ export default function ShopPage() { title: "Experience", items: [ { label: "About Us", href: "about" }, { label: "Our Story", href: "about" }, + { label: "Team", href: "team" }, { label: "Testimonials", href: "testimonials" } ] }, @@ -107,6 +109,7 @@ export default function ShopPage() { { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, + { name: "Team", id: "team" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -140,6 +143,7 @@ export default function ShopPage() { title: "Experience", items: [ { label: "About Us", href: "about" }, { label: "Our Story", href: "about" }, + { label: "Team", href: "team" }, { label: "Testimonials", href: "testimonials" } ] }, -- 2.49.1