Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-15 17:26:36 +00:00

View File

@@ -30,28 +30,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Businesses",
id: "#businesses",
},
{
name: "Why Us",
id: "#why",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Businesses", id: "#businesses" },
{ name: "Why Us", id: "#why" },
{ name: "Contact", id: "#contact" }
]}
brandName="Dunkirk Group"
button={{
text: "Start a Project",
href: "#contact",
}}
text: "Start a Project", href: "#contact"}}
/>
</div>
@@ -60,74 +46,23 @@ export default function LandingPage() {
title="Building Africas Future Through Innovation, Infrastructure & Intelligence"
description="Real Estate. Logistics. Telecommunications. Hospitality. We build the systems that move economies forward."
testimonials={[
{
name: "John Omondi",
role: "CEO",
testimonial: "Dunkirk Group transformed our logistics chain.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-woman-successful-entrepreneur-wearing-glasses-face-portrait_53876-148050.jpg",
},
{
name: "Sarah Auma",
role: "Director",
testimonial: "Unparalleled expertise in East African markets.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
},
{
name: "David Musa",
role: "Investor",
testimonial: "A powerhouse of innovation and execution.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2150152279.jpg",
},
{
name: "Faith Akello",
role: "Partner",
testimonial: "Dunkirk Group built our telecom infrastructure.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
},
{
name: "Samuel Kato",
role: "Developer",
testimonial: "Their hospitality projects are truly premium.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/amazingly-looking-african-american-man-wear-blue-blazer-with-brooch-black-turtleneck-glasses-posed-street-fashionable-black-guy_627829-2126.jpg",
},
{ name: "John Omondi", handle: "CEO", testimonial: "Dunkirk Group transformed our logistics chain.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-woman-successful-entrepreneur-wearing-glasses-face-portrait_53876-148050.jpg" },
{ name: "Sarah Auma", handle: "Director", testimonial: "Unparalleled expertise in East African markets.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg" },
{ name: "David Musa", handle: "Investor", testimonial: "A powerhouse of innovation and execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2150152279.jpg" },
{ name: "Faith Akello", handle: "Partner", testimonial: "Dunkirk Group built our telecom infrastructure.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg" },
{ name: "Samuel Kato", handle: "Developer", testimonial: "Their hospitality projects are truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/amazingly-looking-african-american-man-wear-blue-blazer-with-brooch-black-turtleneck-glasses-posed-street-fashionable-black-guy_627829-2126.jpg" }
]}
buttons={[
{
text: "Explore Our Companies",
href: "#businesses",
},
{
text: "Start a Project With Us",
href: "#contact",
},
{ text: "Explore Our Companies", href: "#businesses" },
{ text: "Start a Project With Us", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4004.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-business-woman-portrait-smiling-face_53876-137693.jpg",
alt: "Executive Lead",
},
{
src: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9558.jpg",
alt: "Senior Partner",
},
{
src: "http://img.b2bpic.net/free-photo/african-american-man-standing-blue-background-with-hands-together-crossed-fingers-smiling-relaxed-cheerful-success-optimistic_839833-16124.jpg",
alt: "Operations Manager",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-serious-confident-male-office-worker-spectacles-formal-shirt-with-dark-skin-poses-spacious-cabinet_273609-3441.jpg",
alt: "Infrastructure Lead",
},
{
src: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg",
alt: "Tech Specialist",
},
{ src: "http://img.b2bpic.net/free-photo/confident-business-woman-portrait-smiling-face_53876-137693.jpg", alt: "Executive Lead" },
{ src: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9558.jpg", alt: "Senior Partner" },
{ src: "http://img.b2bpic.net/free-photo/african-american-man-standing-blue-background-with-hands-together-crossed-fingers-smiling-relaxed-cheerful-success-optimistic_839833-16124.jpg", alt: "Operations Manager" },
{ src: "http://img.b2bpic.net/free-photo/portrait-serious-confident-male-office-worker-spectacles-formal-shirt-with-dark-skin-poses-spacious-cabinet_273609-3441.jpg", alt: "Infrastructure Lead" },
{ src: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", alt: "Tech Specialist" }
]}
avatarText="Trusted by 500+ leaders across the continent"
/>
@@ -148,49 +83,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1",
label: "Real Estate",
title: "Dunkirk Real Estate",
items: [
"Property Management",
"Land Acquisition",
"Property Registration",
"Development",
],
},
{
id: "2",
label: "Logistics",
title: "Dunkirk Logistics",
items: [
"Cross-Border Transport",
"Cargo Logistics",
"Fleet Solutions",
"Supply Chain",
],
},
{
id: "3",
label: "Consulting",
title: "Dunkirk Consults",
items: [
"Mast Construction",
"Site Surveys",
"Infrastructure Maint.",
"Network Consulting",
],
},
{
id: "4",
label: "Hospitality",
title: "Dunkirk Hotels",
items: [
"Premium Accommodation",
"Executive Stays",
"Conference Facilities",
],
},
{ id: "1", label: "Real Estate", title: "Dunkirk Real Estate", items: ["Property Management", "Land Acquisition", "Property Registration", "Development"] },
{ id: "2", label: "Logistics", title: "Dunkirk Logistics", items: ["Cross-Border Transport", "Cargo Logistics", "Fleet Solutions", "Supply Chain"] },
{ id: "3", label: "Consulting", title: "Dunkirk Consults", items: ["Mast Construction", "Site Surveys", "Infrastructure Maint.", "Network Consulting"] },
{ id: "4", label: "Hospitality", title: "Dunkirk Hotels", items: ["Premium Accommodation", "Executive Stays", "Conference Facilities"] }
]}
title="Our Core Companies"
description="Pioneering growth in four key pillars of the African economy."
@@ -199,39 +95,13 @@ export default function LandingPage() {
<div id="why" data-section="why">
<FeatureCardTwelve
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "w1",
label: "Expertise",
title: "Multi-Industry Expert",
items: [
"Sector Specialists",
"Deep Market Knowledge",
"Strategic Planning",
],
},
{
id: "w2",
label: "Reach",
title: "East African Reach",
items: [
"Local Presence",
"Regional Networks",
"Compliance Expertise",
],
},
{
id: "w3",
label: "Reliability",
title: "Proven Execution",
items: [
"On-time Delivery",
"Quality Assurance",
"Robust Systems",
],
},
{ id: "w1", label: "Expertise", title: "Multi-Industry Expert", items: ["Sector Specialists", "Deep Market Knowledge", "Strategic Planning"] },
{ id: "w2", label: "Reach", title: "East African Reach", items: ["Local Presence", "Regional Networks", "Compliance Expertise"] },
{ id: "w3", label: "Reliability", title: "Proven Execution", items: ["On-time Delivery", "Quality Assurance", "Robust Systems"] }
]}
title="Why Choose Dunkirk Group"
description="Proven execution, deep regional reach, and innovation at our core."
@@ -244,26 +114,10 @@ export default function LandingPage() {
title="Our Impact in Numbers"
tag="Trusted Performance"
metrics={[
{
id: "m1",
value: "15+",
description: "Years of Excellence",
},
{
id: "m2",
value: "500+",
description: "Projects Completed",
},
{
id: "m3",
value: "8",
description: "Regions Served",
},
{
id: "m4",
value: "1.2k+",
description: "Dedicated Employees",
},
{ id: "m1", value: "15+", description: "Years of Excellence" },
{ id: "m2", value: "500+", description: "Projects Completed" },
{ id: "m3", value: "8", description: "Regions Served" },
{ id: "m4", value: "1.2k+", description: "Dedicated Employees" }
]}
metricsAnimation="slide-up"
/>
@@ -275,41 +129,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John Omondi",
role: "CEO",
testimonial: "Dunkirk Group sets the standard for quality in East Africa.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friendly-job-candidate-holding-documents_74855-2107.jpg",
},
{
id: "2",
name: "Sarah Auma",
role: "Director",
testimonial: "The most professional infrastructure group I have worked with.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-middle-aged-business-leader_1262-4820.jpg",
},
{
id: "3",
name: "David Musa",
role: "Investor",
testimonial: "Highly recommended for their reliability and execution.",
imageSrc: "http://img.b2bpic.net/free-photo/startup-colleagues-reviewing-data-improve-customer-satisfaction-retention_482257-90953.jpg",
},
{
id: "4",
name: "Faith Akello",
role: "Partner",
testimonial: "Truly a transformative multi-sector enterprise.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
},
{
id: "5",
name: "Samuel Kato",
role: "Developer",
testimonial: "Premium service and deep market expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18996.jpg",
},
{ id: "1", name: "John Omondi", role: "CEO", testimonial: "Dunkirk Group sets the standard for quality in East Africa.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friendly-job-candidate-holding-documents_74855-2107.jpg" },
{ id: "2", name: "Sarah Auma", role: "Director", testimonial: "The most professional infrastructure group I have worked with.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-middle-aged-business-leader_1262-4820.jpg" },
{ id: "3", name: "David Musa", role: "Investor", testimonial: "Highly recommended for their reliability and execution.", imageSrc: "http://img.b2bpic.net/free-photo/startup-colleagues-reviewing-data-improve-customer-satisfaction-retention_482257-90953.jpg" },
{ id: "4", name: "Faith Akello", role: "Partner", testimonial: "Truly a transformative multi-sector enterprise.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" },
{ id: "5", name: "Samuel Kato", role: "Developer", testimonial: "Premium service and deep market expertise.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18996.jpg" }
]}
title="Client Perspectives"
description="See why businesses across East Africa trust us."
@@ -321,21 +145,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Which sectors does Dunkirk Group serve?",
content: "We serve real estate, logistics, telecommunications, and hospitality.",
},
{
id: "f2",
title: "Do you operate outside Uganda?",
content: "Yes, we have a robust regional reach across East Africa.",
},
{
id: "f3",
title: "How do I start a project?",
content: "Contact us through our portal for a professional consultation.",
},
{ id: "f1", title: "Which sectors does Dunkirk Group serve?", content: "We serve real estate, logistics, telecommunications, and hospitality." },
{ id: "f2", title: "Do you operate outside Uganda?", content: "Yes, we have a robust regional reach across East Africa." },
{ id: "f3", title: "How do I start a project?", content: "Contact us through our portal for a professional consultation." }
]}
imageSrc="http://img.b2bpic.net/free-photo/confident-businessman-with-his-colleagues-office_1139-243.jpg"
title="Frequently Asked Questions"
@@ -347,9 +159,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Get In Touch"
title="Start Your Project"
description="Ready to build the future? Reach out to our expert team."
@@ -360,17 +170,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Dunkirk Group"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Contact Us",
href: "#contact",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}