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: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { 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> </div>
@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="KMT Partners Club" tag="KMT Partners Club"
tagIcon={Sparkles} tagIcon={Sparkles}
buttons={[ 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" } { text: "View Projects", href: "#properties" }
]} ]}
mediaItems={[ mediaItems={[
@@ -136,7 +136,7 @@ export default function LandingPage() {
} }
]} ]}
buttons={[ 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> </div>
@@ -222,7 +222,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ 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" } { text: "Contact Us Directly", href: "tel:+919400706307704833" }
]} ]}
/> />
@@ -241,7 +241,7 @@ export default function LandingPage() {
}, },
{ {
title: "Partnership", items: [ 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: "Partner Benefits", href: "#services" },
{ label: "Success Stories", href: "#testimonials" } { label: "Success Stories", href: "#testimonials" }
] ]
@@ -255,7 +255,7 @@ export default function LandingPage() {
{ {
title: "Connect", items: [ title: "Connect", items: [
{ label: "Instagram", href: "https://www.instagram.com/kmt.group.lko" }, { 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" }
] ]
} }
]} ]}