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={[ {