From 0666f1264377300aabe424fe2bb184c95adda3cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 10:15:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: "#" } ]} />