21 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
435195e180 Update theme fonts 2026-06-13 08:27:05 +00:00
998536096e Update theme fonts 2026-06-13 08:27:04 +00:00
9d2e8690b0 Merge version_6 into main
Merge version_6 into main
2026-06-13 08:27:00 +00:00
36de002d19 Update theme fonts 2026-06-13 08:26:57 +00:00
7cd2632cda Update theme fonts 2026-06-13 08:26:57 +00:00
28eaaf9bfb Merge version_6 into main
Merge version_6 into main
2026-06-13 08:26:49 +00:00
eae3421057 Update theme fonts 2026-06-13 08:26:46 +00:00
64d007db58 Update theme fonts 2026-06-13 08:26:46 +00:00
5bb6378922 Merge version_6 into main
Merge version_6 into main
2026-06-13 08:26:40 +00:00
0ecc531729 Update theme fonts 2026-06-13 08:26:37 +00:00
7d0e4db1d9 Update theme fonts 2026-06-13 08:26:37 +00:00
423cf9859b Merge version_5 into main
Merge version_5 into main
2026-06-13 08:21:25 +00:00
54a5aba15a Update theme colors 2026-06-13 08:21:22 +00:00
8ddf2d62ce Merge version_4 into main
Merge version_4 into main
2026-06-13 08:21:07 +00:00
2dcb1c07f2 Update theme colors 2026-06-13 08:21:03 +00:00
c3587f0d45 Merge version_3 into main
Merge version_3 into main
2026-06-13 08:20:46 +00:00
40b21505be Update theme colors 2026-06-13 08:20:43 +00:00
29355f6bcd Merge version_2 into main
Merge version_2 into main
2026-06-13 08:20:31 +00:00
ca84ddc0b4 Update theme colors 2026-06-13 08:20:25 +00:00
4 changed files with 29 additions and 29 deletions

View File

@@ -6,23 +6,25 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Poppins } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'KMT Group Lucknow: Real Estate Partner Program & Properties', title: 'KMT Group Lucknow: Real Estate Partner Program & Properties',
description: 'Unlock wealth in Lucknow real estate with KMT Group. Join our partner program, connect investors, and earn big. Explore our trusted properties today.', description: 'Unlock wealth in Lucknow real estate with KMT Group. Join our partner program, connect investors, and earn big. Explore our trusted properties today.',
}; };
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -31,9 +33,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${montserrat.variable} antialiased`}>
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script

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" }
] ]
} }
]} ]}

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-montserrat), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0a0a0a;
--card: #f5f5f5; --card: #1a1a1a;
--foreground: #000000; --foreground: #f0f8ffe6;
--primary-cta: #000000; --primary-cta: #cee7ff;
--primary-cta-text: #ffffff; --primary-cta-text: #0a0a0a;
--secondary-cta: #f9f9f9; --secondary-cta: #1a1a1a;
--secondary-cta-text: #000000; --secondary-cta-text: #f0f8ffe6;
--accent: #e6e6e6; --accent: #737373;
--background-accent: #d0d0d0; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);