Update src/app/page.tsx

This commit is contained in:
2026-03-23 22:00:29 +00:00
parent 3b6737377e
commit a1ec32611b

View File

@@ -33,7 +33,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ name: "Services", id: "services" },
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", href: "/contact" },
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Plan Your Trip", href: "/contact" }}