From 49c9264e6780ec1afafedf3e686879e579636ca0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 11:32:35 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a2b8a44..6ea7659 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,11 +29,11 @@ export default function BlogPage() { brandName="Clear Page" navItems={[ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Clients", id: "clients" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, + { name: "About", id: "/#about" }, + { name: "Services", id: "/#services" }, + { name: "Clients", id: "/#clients" }, + { name: "FAQ", id: "/#faq" }, + { name: "Contact", id: "/#contact" }, ]} /> @@ -61,22 +61,22 @@ export default function BlogPage() { columns={[ { title: "Services", items: [ - { label: "Branding", href: "#features" }, - { label: "Web Design", href: "#features" }, - { label: "UX/UI", href: "#features" }, - { label: "Marketing Assets", href: "#features" }, + { label: "Branding", href: "/#services" }, + { label: "Web Design", href: "/#services" }, + { label: "UX/UI", href: "/#services" }, + { label: "Marketing Assets", href: "/#services" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Clients", href: "#clients" }, - { label: "FAQ", href: "#faq" }, + { label: "About Us", href: "/#about" }, + { label: "Clients", href: "/#clients" }, + { label: "FAQ", href: "/#faq" }, ], }, { title: "Connect", items: [ - { label: "Contact", href: "#contact" }, + { label: "Contact", href: "/#contact" }, { label: "LinkedIn", href: "https://linkedin.com/company/clearpage" }, ], }, -- 2.49.1 From 3a9179e09da579d086d83e9316c56313ea613a6a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 11:32:36 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e688131..2dc0e41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { Date: Mon, 23 Feb 2026 11:32:37 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ff81850..c7cc979 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="normal" > -