Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-06-10 05:01:51 +00:00
Showing only changes of commit 1de3d37b3e - Show all commits

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