Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-05 10:54:08 +00:00
7 changed files with 65 additions and 222 deletions

View File

@@ -66,32 +66,14 @@ export default function AboutPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Peter Njoroge",
role: "Property Investor",
company: "Nairobi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Peter Njoroge investor testimonial",
},
id: "1", name: "Peter Njoroge", role: "Property Investor", company: "Nairobi", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Peter Njoroge investor testimonial"},
{
id: "2",
name: "Grace Kipchoge",
role: "Business Owner",
company: "Kiambu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=2",
imageAlt: "Grace Kipchoge investor testimonial",
},
id: "2", name: "Grace Kipchoge", role: "Business Owner", company: "Kiambu", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=2", imageAlt: "Grace Kipchoge investor testimonial"},
{
id: "3",
name: "David Kariuki",
role: "Investment Manager",
company: "Nakuru",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "David Kariuki investor testimonial",
},
id: "3", name: "David Kariuki", role: "Investment Manager", company: "Nakuru", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kariuki investor testimonial"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -110,4 +92,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -88,4 +88,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -69,22 +69,11 @@ export default function GuidePage() {
tagAnimation="slide-up"
negativeCard={{
items: [
"Investing without location research",
"Ignoring property title verification",
"Choosing distant, inaccessible areas",
"Missing infrastructure development trends",
"Rushing into quick decisions",
],
"Investing without location research", "Ignoring property title verification", "Choosing distant, inaccessible areas", "Missing infrastructure development trends", "Rushing into quick decisions"],
}}
positiveCard={{
items: [
"Research SGR corridors and highways",
"Verify title deeds through professionals",
"Select strategic, accessible locations",
"Monitor development announcements",
"Take time for informed decisions",
"Work with transparent brokers",
],
"Research SGR corridors and highways", "Verify title deeds through professionals", "Select strategic, accessible locations", "Monitor development announcements", "Take time for informed decisions", "Work with transparent brokers"],
}}
animationType="slide-up"
textboxLayout="default"
@@ -101,4 +90,4 @@ export default function GuidePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -7,46 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "DMK Ventures - Genuine Land Investment in Kenya",
description: "Invest in authentic plots in Kenya near SGR stations. Transparent pricing, flexible payment plans, verified title deeds. Book your site visit today.",
keywords: "land investment Kenya, plots for sale, Maai Mahiu, Suswa, property investment",
metadataBase: new URL("https://dmkventures.com"),
title: "DMK Ventures - Genuine Land Investment in Kenya", description: "Invest in authentic plots in Kenya near SGR stations. Transparent pricing, flexible payment plans, verified title deeds. Book your site visit today.", keywords: "land investment Kenya, plots for sale, Maai Mahiu, Suswa, property investment", metadataBase: new URL("https://dmkventures.com"),
alternates: {
canonical: "https://dmkventures.com",
},
canonical: "https://dmkventures.com"},
openGraph: {
title: "DMK Ventures - Prime Land Investment Opportunities",
description: "Discover genuine land investment opportunities across Kenya's most strategic zones.",
siteName: "DMK Ventures",
type: "website",
images: [
title: "DMK Ventures - Prime Land Investment Opportunities", description: "Discover genuine land investment opportunities across Kenya's most strategic zones.", siteName: "DMK Ventures", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg",
alt: "DMK Ventures Land Investment",
},
url: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg", alt: "DMK Ventures Land Investment"},
],
},
twitter: {
card: "summary_large_image",
title: "Invest in Genuine Plots - DMK Ventures",
description: "Prime land opportunities with flexible payment plans and verified titles.",
images: ["http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg"],
card: "summary_large_image", title: "Invest in Genuine Plots - DMK Ventures", description: "Prime land opportunities with flexible payment plans and verified titles.", images: ["http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg"],
},
robots: {
index: true,
@@ -1438,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -72,11 +72,8 @@ export default function HomePage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "DMK Investment Hub",
logoIcon: Building2,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg?_wi=1",
searchPlaceholder: "Search plots by location...",
buttons: [
title: "DMK Investment Hub", logoIcon: Building2,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSjQjaEBq6KDTjvSpAHKacoHI/uploaded-1772707974057-nfslkd3p.jpg", searchPlaceholder: "Search plots by location...", buttons: [
{ text: "View Map", href: "#" },
{ text: "Download Catalog", href: "#" },
],
@@ -87,43 +84,30 @@ export default function HomePage() {
],
stats: [
{
title: "Active Plots",
values: [45, 52, 67],
description: "Available for investment",
},
title: "Active Plots", values: [45, 52, 67],
description: "Available for investment"},
{
title: "Avg Price/Plot",
values: [350000, 425000, 520000],
valuePrefix: "KES ",
description: "Price range across locations",
},
title: "Avg Price/Plot", values: [350000, 425000, 520000],
valuePrefix: "KES ", description: "Price range across locations"},
{
title: "Happy Investors",
values: [240, 315, 420],
description: "Satisfied clients",
},
title: "Happy Investors", values: [240, 315, 420],
description: "Satisfied clients"},
],
chartTitle: "Investment Growth",
chartData: [
chartTitle: "Investment Growth", chartData: [
{ value: 35 },
{ value: 55 },
{ value: 70 },
{ value: 65 },
{ value: 85 },
],
listTitle: "Latest Investments",
listItems: [
listTitle: "Latest Investments", listItems: [
{
icon: CheckCircle,
title: "Maai Mahiu Confirmed",
status: "Completed",
},
title: "Maai Mahiu Confirmed", status: "Completed"},
{ icon: Clock, title: "Suswa Project", status: "In Progress" },
{
icon: AlertCircle,
title: "Tala Premium Plots",
status: "Available",
},
title: "Tala Premium Plots", status: "Available"},
],
}}
/>
@@ -138,21 +122,11 @@ export default function HomePage() {
tagAnimation="slide-up"
negativeCard={{
items: [
"Unreliable land brokers",
"Unclear property titles",
"Hidden costs and fees",
"No transparency",
],
"Unreliable land brokers", "Unclear property titles", "Hidden costs and fees", "No transparency"],
}}
positiveCard={{
items: [
"Genuine Title Deeds verified",
"Strategic prime locations near SGR",
"Affordable prices with transparency",
"Flexible payment plans",
"Professional site visits",
"Dedicated customer support",
],
"Genuine Title Deeds verified", "Strategic prime locations near SGR", "Affordable prices with transparency", "Flexible payment plans", "Professional site visits", "Dedicated customer support"],
}}
animationType="slide-up"
textboxLayout="default"
@@ -173,36 +147,16 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Maai Mahiu Premium Plot",
price: "KES 350,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=1",
imageAlt: "Maai Mahiu investment plot",
initialQuantity: 1,
id: "1", name: "Maai Mahiu Premium Plot", price: "KES 350,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=1", imageAlt: "Maai Mahiu investment plot", initialQuantity: 1,
},
{
id: "2",
name: "Suswa SGR Zone Plot",
price: "KES 425,000",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-abandoned-market-stalls-somewhere-along-highway-utah_333098-80.jpg?_wi=1",
imageAlt: "Suswa plot near SGR station",
initialQuantity: 1,
id: "2", name: "Suswa SGR Zone Plot", price: "KES 425,000", imageSrc: "http://img.b2bpic.net/free-photo/colorful-abandoned-market-stalls-somewhere-along-highway-utah_333098-80.jpg?_wi=1", imageAlt: "Suswa plot near SGR station", initialQuantity: 1,
},
{
id: "3",
name: "Tala Strategic Plot",
price: "KES 380,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=2",
imageAlt: "Tala location investment property",
initialQuantity: 1,
id: "3", name: "Tala Strategic Plot", price: "KES 380,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=2", imageAlt: "Tala location investment property", initialQuantity: 1,
},
{
id: "4",
name: "Kangundo Road Development",
price: "KES 520,000",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-highway-surrounded-by-mountains-hills_181624-14892.jpg?_wi=1",
imageAlt: "Kangundo road premium plot",
initialQuantity: 1,
id: "4", name: "Kangundo Road Development", price: "KES 520,000", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-highway-surrounded-by-mountains-hills_181624-14892.jpg?_wi=1", imageAlt: "Kangundo road premium plot", initialQuantity: 1,
},
]}
gridVariant="four-items-2x2-equal-grid"
@@ -242,59 +196,23 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Peter Njoroge",
role: "Property Investor",
company: "Nairobi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Peter Njoroge",
},
id: "1", name: "Peter Njoroge", role: "Property Investor", company: "Nairobi", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Peter Njoroge"},
{
id: "2",
name: "Grace Kipchoge",
role: "Business Owner",
company: "Kiambu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=1",
imageAlt: "Grace Kipchoge",
},
id: "2", name: "Grace Kipchoge", role: "Business Owner", company: "Kiambu", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=1", imageAlt: "Grace Kipchoge"},
{
id: "3",
name: "David Kariuki",
role: "Investment Manager",
company: "Nakuru",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "David Kariuki",
},
id: "3", name: "David Kariuki", role: "Investment Manager", company: "Nakuru", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kariuki"},
{
id: "4",
name: "Sarah Mwangi",
role: "Entrepreneur",
company: "Mombasa",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1",
imageAlt: "Sarah Mwangi",
},
id: "4", name: "Sarah Mwangi", role: "Entrepreneur", company: "Mombasa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "Sarah Mwangi"},
{
id: "5",
name: "James Omondi",
role: "Corporate Executive",
company: "Eldoret",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageAlt: "James Omondi",
},
id: "5", name: "James Omondi", role: "Corporate Executive", company: "Eldoret", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "James Omondi"},
{
id: "6",
name: "Mary Achieng",
role: "Investment Advisor",
company: "Kisumu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2",
imageAlt: "Mary Achieng",
},
id: "6", name: "Mary Achieng", role: "Investment Advisor", company: "Kisumu", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "Mary Achieng"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -330,4 +248,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -57,52 +57,22 @@ export default function PlotsPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Maai Mahiu Premium Plot - 0.5 Acres",
price: "KES 350,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=3",
imageAlt: "Maai Mahiu investment plot",
initialQuantity: 1,
id: "1", name: "Maai Mahiu Premium Plot - 0.5 Acres", price: "KES 350,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=3", imageAlt: "Maai Mahiu investment plot", initialQuantity: 1,
},
{
id: "2",
name: "Suswa SGR Zone Plot - 0.75 Acres",
price: "KES 425,000",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-abandoned-market-stalls-somewhere-along-highway-utah_333098-80.jpg?_wi=2",
imageAlt: "Suswa plot near SGR station",
initialQuantity: 1,
id: "2", name: "Suswa SGR Zone Plot - 0.75 Acres", price: "KES 425,000", imageSrc: "http://img.b2bpic.net/free-photo/colorful-abandoned-market-stalls-somewhere-along-highway-utah_333098-80.jpg?_wi=2", imageAlt: "Suswa plot near SGR station", initialQuantity: 1,
},
{
id: "3",
name: "Tala Strategic Plot - 0.5 Acres",
price: "KES 380,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=4",
imageAlt: "Tala location investment property",
initialQuantity: 1,
id: "3", name: "Tala Strategic Plot - 0.5 Acres", price: "KES 380,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=4", imageAlt: "Tala location investment property", initialQuantity: 1,
},
{
id: "4",
name: "Kangundo Road Development - 1 Acre",
price: "KES 520,000",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-highway-surrounded-by-mountains-hills_181624-14892.jpg?_wi=2",
imageAlt: "Kangundo road premium plot",
initialQuantity: 1,
id: "4", name: "Kangundo Road Development - 1 Acre", price: "KES 520,000", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-highway-surrounded-by-mountains-hills_181624-14892.jpg?_wi=2", imageAlt: "Kangundo road premium plot", initialQuantity: 1,
},
{
id: "5",
name: "Mlolongo Industrial Zone - 0.5 Acres",
price: "KES 295,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=5",
imageAlt: "Mlolongo industrial zone plot",
initialQuantity: 1,
id: "5", name: "Mlolongo Industrial Zone - 0.5 Acres", price: "KES 295,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=5", imageAlt: "Mlolongo industrial zone plot", initialQuantity: 1,
},
{
id: "6",
name: "Limuru Premium Residential - 0.75 Acres",
price: "KES 450,000",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg?_wi=2",
imageAlt: "Limuru residential plot",
initialQuantity: 1,
id: "6", name: "Limuru Premium Residential - 0.75 Acres", price: "KES 450,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg?_wi=2", imageAlt: "Limuru residential plot", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -139,4 +109,4 @@ export default function PlotsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #8b6914;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ecebea;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #c6b180;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);