diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c3f94c..540cfdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" } ]} />