Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -29,8 +29,8 @@ export default function BookingPage() {
|
|||||||
{ name: "Destinations", id: "destinations" },
|
{ name: "Destinations", id: "destinations" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Reviews", id: "reviews" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Properties", href: "/properties" },
|
{ name: "Properties", id: "/properties" },
|
||||||
{ name: "Booking", href: "/booking" }
|
{ name: "Booking", id: "/booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Luxuria"
|
brandName="Luxuria"
|
||||||
button={{ text: "Plan Your Trip", href: "/booking" }}
|
button={{ text: "Plan Your Trip", href: "/booking" }}
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
|||||||
{ name: "Destinations", id: "destinations" },
|
{ name: "Destinations", id: "destinations" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Reviews", id: "reviews" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Properties", href: "/properties" },
|
{ name: "Properties", id: "/properties" },
|
||||||
{ name: "Booking", href: "/booking" }
|
{ name: "Booking", id: "/booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Luxuria"
|
brandName="Luxuria"
|
||||||
button={{ text: "Plan Your Trip", href: "#contact" }}
|
button={{ text: "Plan Your Trip", href: "#contact" }}
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ export default function PropertiesPage() {
|
|||||||
{ name: "Destinations", id: "destinations" },
|
{ name: "Destinations", id: "destinations" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Reviews", id: "reviews" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Properties", href: "/properties" },
|
{ name: "Properties", id: "/properties" },
|
||||||
{ name: "Booking", href: "/booking" }
|
{ name: "Booking", id: "/booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Luxuria"
|
brandName="Luxuria"
|
||||||
button={{ text: "Plan Your Trip", href: "/booking" }}
|
button={{ text: "Plan Your Trip", href: "/booking" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user