diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c2350e..45dc155 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,8 +141,8 @@ export default function LandingPage() { description="Book a free consultation with Suman Sharma to receive crystal recommendations based on your birth chart, life goals, and spiritual needs. Discover which healing stones are perfect for your unique energy." background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Book on WhatsApp", href: "https://wa.me/919876543210" }, - { text: "Call Now", href: "tel:+919876543210" } + { text: "Call Now", href: "tel:+919876543210" }, + { text: "Book on WhatsApp", href: "https://wa.me/919876543210" } ]} buttonAnimation="slide-up" useInvertedBackground={true}