From 88eb38362bf546663883d83fd0e20cb7fbefd354 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:40:00 +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 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} -- 2.49.1