Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fdcb01bf9 | |||
| a409a11444 | |||
| 4fbf5538f6 | |||
| 435195e180 | |||
| 998536096e | |||
| 9d2e8690b0 | |||
| 36de002d19 | |||
| 7cd2632cda | |||
| 28eaaf9bfb | |||
| eae3421057 | |||
| 64d007db58 | |||
| 5bb6378922 | |||
| 0ecc531729 | |||
| 7d0e4db1d9 | |||
| 423cf9859b | |||
| 54a5aba15a | |||
| 8ddf2d62ce | |||
| 2dcb1c07f2 | |||
| c3587f0d45 | |||
| 29355f6bcd |
@@ -6,23 +6,25 @@ import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
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 = {
|
||||
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.',
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,9 +33,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<body className={`${montserrat.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
font-family: var(--font-montserrat), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
font-family: var(--font-montserrat), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #000802;
|
||||
--secondary-cta: #07170b;
|
||||
--secondary-cta-text: #e6ffe6;
|
||||
--accent: #38714a;
|
||||
--background-accent: #2c6541;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user