From dfe1678b8011aa537a98fb41f3ea80b07263cf50 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 10:57:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e53ed3..1a195fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LuxuryHotelPage() { { 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" @@ -49,7 +49,7 @@ export default function LuxuryHotelPage() { socialLinks={[ { icon: Heart, label: "Favorites", href: "#rooms" }, { icon: MapPin, label: "Location", href: "#contact" }, - { icon: Star, label: "Reviews", href: "#reviews" } + { icon: Star, label: "Reviews", href: "#testimonials" } ]} linkCards={[ {