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" },
],
},
]}
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"
>
-