Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 05:01:51 +00:00
3 changed files with 6 additions and 6 deletions

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

View File

@@ -35,8 +35,8 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ 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: "#contact" }}

View File

@@ -77,8 +77,8 @@ export default function PropertiesPage() {
{ 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" }}