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" />