Update src/app/page.tsx

This commit is contained in:
2026-02-07 08:54:03 +00:00
parent 6d26194160
commit 0376aa8634

View File

@@ -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"
}}