From d5ff20996f09a09ef10ce301c884c53888134a72 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:17:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 +++++++++-------------------------------------- 1 file changed, 38 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24cffae..895a273 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -105,18 +66,9 @@ export default function LandingPage() { title="Unlocking Africa's Corporate Potential" description="Berkha Africa delivers high-impact consultancy services that bridge the gap between vision and execution. Our experts bring global standards to local market challenges." metrics={[ - { - value: "15+", - title: "Years Experience", - }, - { - value: "200+", - title: "Projects Completed", - }, - { - value: "50+", - title: "Regional Partners", - }, + { value: "15+", title: "Years Experience" }, + { value: "200+", title: "Projects Completed" }, + { value: "50+", title: "Regional Partners" }, ]} imageSrc="http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg" imageAlt="Consultancy team meeting" @@ -133,22 +85,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Strategic Planning", - description: "Defining your future roadmap with precision and actionable market insights.", - imageSrc: "http://img.b2bpic.net/free-photo/business-analytics_53876-163234.jpg", - imageAlt: "Strategy", + title: "Strategic Planning", description: "Defining your future roadmap with precision and actionable market insights.", imageSrc: "http://img.b2bpic.net/free-photo/business-analytics_53876-163234.jpg", imageAlt: "Strategy" }, { - title: "Operational Scalability", - description: "Optimizing internal workflows to ensure your business scales without compromising quality.", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-exterior-design-concept_53876-120368.jpg", - imageAlt: "Operations", + title: "Operational Scalability", description: "Optimizing internal workflows to ensure your business scales without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-exterior-design-concept_53876-120368.jpg", imageAlt: "Operations" }, { - title: "Digital Transformation", - description: "Modernizing legacy systems to compete in the digital-first African economy.", - imageSrc: "http://img.b2bpic.net/free-photo/strategy-technique-tactic-word-concept_53876-133628.jpg", - imageAlt: "Digital", + title: "Digital Transformation", description: "Modernizing legacy systems to compete in the digital-first African economy.", imageSrc: "http://img.b2bpic.net/free-photo/strategy-technique-tactic-word-concept_53876-133628.jpg", imageAlt: "Digital" }, ]} title="Specialized Consultancy Services" @@ -158,30 +101,18 @@ export default function LandingPage() {
@@ -260,19 +164,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How do we start a consultation?", - content: "You can reach out through our contact form, and we will schedule an initial strategic discovery call.", + id: "q1", title: "How do we start a consultation?", content: "You can reach out through our contact form, and we will schedule an initial strategic discovery call." }, { - id: "q2", - title: "Which African markets do you cover?", - content: "Berkha Africa operates across major sub-Saharan markets with a focus on regional growth.", + id: "q2", title: "Which African markets do you cover?", content: "Berkha Africa operates across major sub-Saharan markets with a focus on regional growth." }, { - id: "q3", - title: "Do you provide long-term support?", - content: "Yes, we offer ongoing strategic advisory and operational oversight services.", + id: "q3", title: "Do you provide long-term support?", content: "Yes, we offer ongoing strategic advisory and operational oversight services." }, ]} title="Frequently Asked Questions" @@ -284,9 +182,7 @@ export default function LandingPage() {