diff --git a/src/app/page.tsx b/src/app/page.tsx index 47ba35b..c7f0590 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Rooms", id: "rooms" }, { name: "Amenities", id: "amenities" }, - { name: "Reviews", id: "reviews" } - ]} + { name: "Reviews", id: "reviews" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Book Now", href: "pricing" }}