Update src/app/booking/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user