From 1739b10462400c526793eb8e6af0b4e8c07f8059 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 17:26:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 +++++++---------------------------------------- 1 file changed, 41 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 425e3db..28f1013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,28 +30,14 @@ export default function LandingPage() { @@ -60,74 +46,23 @@ export default function LandingPage() { title="Building Africa’s 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() {
@@ -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() {
); -} +} \ No newline at end of file -- 2.49.1