From 266e367168b6906aa6e0dbafa296c2b0507d9fdc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 10:57:05 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1dbed50..d86b5fa 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -33,7 +33,7 @@ export default function BlogPage() { { name: "Rooms", id: "rooms" }, { name: "Amenities", id: "amenities" }, { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, + { name: "Blog", id: "/blog" }, { name: "Contact", id: "contact" } ]} bottomLeftText="5-Star Hospitality"