diff --git a/src/app/page.tsx b/src/app/page.tsx index 9afc0f8..02cc1c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Join KMT Club", href: "https://wa.me/916307704833" }} + button={{ text: "Join KMT Club", href: "https://whatsapp.com/channel/0029Vb7y0FJ77qVTxnvz7u2m" }} /> @@ -49,7 +49,7 @@ export default function LandingPage() { tag="KMT Partners Club" tagIcon={Sparkles} buttons={[ - { text: "Join KMT Partners Club", href: "https://wa.me/916307704833" }, + { text: "Join KMT Partners Club", href: "https://whatsapp.com/channel/0029Vb7y0FJ77qVTxnvz7u2m" }, { text: "View Projects", href: "#properties" } ]} mediaItems={[ @@ -136,7 +136,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Join the Club via WhatsApp", href: "https://wa.me/916307704833" } + { text: "Join the Club via WhatsApp", href: "https://whatsapp.com/channel/0029Vb7y0FJ77qVTxnvz7u2m" } ]} /> @@ -222,7 +222,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} buttons={[ - { text: "Join KMT Partners Club", href: "https://wa.me/916307704833" }, + { text: "Join KMT Partners Club", href: "https://whatsapp.com/channel/0029Vb7y0FJ77qVTxnvz7u2m" }, { text: "Contact Us Directly", href: "tel:+919400706307704833" } ]} /> @@ -241,7 +241,7 @@ export default function LandingPage() { }, { title: "Partnership", items: [ - { label: "Join the Club", href: "https://wa.me/916307704833" }, + { label: "Join the Club", href: "https://whatsapp.com/channel/0029Vb7y0FJ77qVTxnvz7u2m" }, { label: "Partner Benefits", href: "#services" }, { label: "Success Stories", href: "#testimonials" } ] @@ -255,7 +255,7 @@ export default function LandingPage() { { title: "Connect", items: [ { label: "Instagram", href: "https://www.instagram.com/kmt.group.lko" }, - { label: "WhatsApp", href: "https://wa.me/916307704833" } + { label: "WhatsApp", href: "https://whatsapp.com/channel/0029Vb7y0FJ77qVTxnvz7u2m" } ] } ]}