5 Commits

Author SHA1 Message Date
a409a11444 Update src/app/page.tsx 2026-06-13 08:35:17 +00:00
4fbf5538f6 Merge version_6 into main
Merge version_6 into main
2026-06-13 08:27:11 +00:00
9d2e8690b0 Merge version_6 into main
Merge version_6 into main
2026-06-13 08:27:00 +00:00
28eaaf9bfb Merge version_6 into main
Merge version_6 into main
2026-06-13 08:26:49 +00:00
5bb6378922 Merge version_6 into main
Merge version_6 into main
2026-06-13 08:26:40 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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" }
]}
/>
</div>
@@ -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" }
]
}
]}