From e6e9245e3d371834ab51a32bd9f28efbf8a449e4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:43:18 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1c9ef9c..6f46c9f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,11 +28,11 @@ export default function BlogPage() { @@ -61,21 +61,21 @@ export default function BlogPage() { columns={[ { title: "About Us", items: [ - { label: "Our Story", href: "#about" }, + { label: "Our Story", href: "/#about" }, { label: "Careers", href: "#" }, ], }, { title: "Services", items: [ - { label: "Rooms", href: "#rooms" }, - { label: "Amenities", href: "#amenities" }, - { label: "Offers", href: "#pricing" }, + { label: "Rooms", href: "/#rooms" }, + { label: "Amenities", href: "/#amenities" }, + { label: "Offers", href: "/#pricing" }, ], }, { title: "Guest Services", items: [ - { label: "FAQs", href: "#faq" }, - { label: "Contact", href: "#contact" }, + { label: "FAQs", href: "/#faq" }, + { label: "Contact", href: "/#contact" }, ], }, ]} -- 2.49.1 From 1e5b95ccb3a2ac5817c9c53a0da860b40f64bd7d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:43:19 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 020489a..6fc8775 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"; @@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="semibold" > -