Update src/app/booking/page.tsx

This commit is contained in:
2026-06-10 05:01:47 +00:00
parent c56f0d95f0
commit 1de3d37b3e

View File

@@ -29,8 +29,8 @@ export default function BookingPage() {
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Properties", href: "/properties" },
{ name: "Booking", href: "/booking" }
{ name: "Properties", id: "/properties" },
{ name: "Booking", id: "/booking" }
]}
brandName="Luxuria"
button={{ text: "Plan Your Trip", href: "/booking" }}