From cc47d64470aa4c15ff83df8fcdbd503db4419a71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:31:59 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 67c6427..28b08f7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,7 +18,7 @@ export default function AboutPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Why Us", id: "why-us" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, ]; @@ -29,7 +29,7 @@ export default function AboutPage() { { label: "Website Design", href: "/services" }, { label: "SEO Optimization", href: "/services" }, { label: "Digital Advertising", href: "/services" }, - { label: "Pricing", href: "#pricing" }, + { label: "Pricing", href: "/pricing" }, ], }, { From 5aa523f9026960249e303a69bef7669d4ad8e6ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:32:00 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d544178..4c2e798 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,7 +13,7 @@ export default function ContactPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Why Us", id: "why-us" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, ]; @@ -24,7 +24,7 @@ export default function ContactPage() { { label: "Website Design", href: "/services" }, { label: "SEO Optimization", href: "/services" }, { label: "Digital Advertising", href: "/services" }, - { label: "Pricing", href: "#pricing" }, + { label: "Pricing", href: "/pricing" }, ], }, { From 9fb80460a7c6ebf58f0d4ce8a653922574a98475 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:32:00 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edbc710..1607f4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Why Us", id: "why-us" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, ]; @@ -36,7 +36,7 @@ export default function HomePage() { { label: "Website Design", href: "/services" }, { label: "SEO Optimization", href: "/services" }, { label: "Digital Advertising", href: "/services" }, - { label: "Pricing", href: "#pricing" }, + { label: "Pricing", href: "/pricing" }, ], }, { From e15b730839d934c1f7c793608fa9fd8e17c03fc2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:32:01 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d48f194..dcddc42 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -14,7 +14,7 @@ export default function ServicesPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Why Us", id: "why-us" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, ]; @@ -25,7 +25,7 @@ export default function ServicesPage() { { label: "Website Design", href: "/services" }, { label: "SEO Optimization", href: "/services" }, { label: "Digital Advertising", href: "/services" }, - { label: "Pricing", href: "#pricing" }, + { label: "Pricing", href: "/pricing" }, ], }, {