From 333300172fc84a8fd8710562995caf0f5ea414ef Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 20:26:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ceae9c..945d631 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function LandingPage() { { name: "Amenities", id: "amenities" }, { name: "About", id: "about" }, { name: "Reviews", id: "reviews" }, - { name: "Book Now", id: "booking" } - ]} + { name: "Book Now", id: "booking" }, + + { name: "Blog", id: "/blog" }, +]} bottomLeftText="Your Perfect Escape" bottomRightText="contact@luxuryhotel.com" /> -- 2.49.1