From e5d8795bf063f9f1512b6e1739cab82280304de0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 02:47:03 +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 50ed6db..b51107c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,14 +28,14 @@ export default function BlogPage() { @@ -62,21 +62,21 @@ export default function BlogPage() { columns={[ { title: "Services", items: [ - { label: "Wallpaper Installation", href: "#features" }, - { label: "Interior Painting", href: "#features" }, - { label: "Wall Repair", href: "#features" }, + { label: "Wallpaper Installation", href: "/#features" }, + { label: "Interior Painting", href: "/#features" }, + { label: "Wall Repair", href: "/#features" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Portfolio", href: "#portfolio" }, - { label: "Contact", href: "#contact" }, + { label: "About Us", href: "/#about" }, + { label: "Portfolio", href: "/#product" }, + { label: "Contact", href: "/#contact" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "#faq" }, + { label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, ], -- 2.49.1 From e9c14d3f8a4284af4ea01c91c905f9af178c41dd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 02:47:04 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 087e95b..dbbad59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { Date: Mon, 23 Feb 2026 02:47:04 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 8bfe0d7..8a16d8a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, use, useCallback } from "react"; import { useRouter } from "next/navigation"; @@ -107,9 +107,9 @@ function ProductPageContent({ params }: ProductPageProps) {