diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a42f59..75cc97f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function LandingPage() { { name: "Rooms", id: "rooms" }, { name: "Amenities", id: "amenities" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Book Now", href: "contact" }}