From 387d47e233d1d75daa3c2cbae6671203204508e3 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 21:33:42 +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 ca1bbab..7efcdca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,10 @@ export default function LandingPage() { { name: "Amenities", id: "amenities" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Book Now", id: "booking" } - ]} + { name: "Book Now", id: "booking" }, + + { name: "Blog", id: "/blog" }, +]} bottomLeftText="Premium Hospitality" bottomRightText="reservations@luxuryhotel.com" />