Update src/app/page.tsx

This commit is contained in:
2026-03-11 10:15:13 +00:00
parent 55f3fae20d
commit 0666f12643

View File

@@ -180,8 +180,8 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Book Your Consultation", href: "#" },
{ text: "Browse Itineraries", href: "#" }
{ text: "Browse Itineraries", href: "#" },
{ text: "Book Your Consultation", href: "#" }
]}
/>
</div>