From 496987fa5a75eef90b3b6af246476a511ea1b126 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 23:58:19 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7ec8284..e04b0c0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -31,7 +31,6 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "Services", id: "services" }, { name: "Results", id: "results" }, - { name: "Pricing", id: "pricing" }, { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} @@ -66,7 +65,6 @@ export default function BlogPage() { title: "Navigate", items: [ { label: "Home", href: "#" }, { label: "Services", href: "#services" }, - { label: "Pricing", href: "#pricing" }, { label: "Products", href: "#products" }, { label: "Results", href: "#results" } ] From 9e29c6c73a21297b9c785c787d8bac869698afb9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 23:58:20 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe0943b..6d05fcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; @@ -34,7 +33,6 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "Results", id: "results" }, - { name: "Pricing", id: "pricing" }, { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} @@ -132,39 +130,6 @@ export default function LandingPage() { /> -
- -
-
Date: Thu, 26 Feb 2026 23:58:20 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ef5ce37..05316a5 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -96,7 +96,6 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"Services","id":"services"}, {"name":"Results","id":"results"}, - {"name":"Pricing","id":"pricing"}, {"name":"Products","id":"products"}, {"name":"Contact","id":"contact"} ]} @@ -109,7 +108,7 @@ function ProductPageContent({ params }: ProductPageProps) {