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() {
@@ -61,40 +46,16 @@ export default function LandingPage() {
logoText="Berkha Africa"
description="Strategic corporate consultancy, tailored solutions for African enterprises. Shaping the future of business through excellence and innovation."
buttons={[
- {
- text: "Consult Today",
- href: "#contact",
- },
- {
- text: "Our Services",
- href: "#services",
- },
+ { text: "Consult Today", href: "#contact" },
+ { text: "Our Services", href: "#services" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/professionals-analyzing-financial-trends_482257-121156.jpg",
- imageAlt: "Business Consultant",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051392.jpg",
- imageAlt: "Global Network",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg",
- imageAlt: "Team Collaboration",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/teammates-manager-assembling-big-data-room-go-their-results_482257-91027.jpg",
- imageAlt: "Data Analytics",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/shanghai-night-aerial-view_649448-3610.jpg",
- imageAlt: "City Skyline",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-426.jpg",
- imageAlt: "Corporate HQ",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/professionals-analyzing-financial-trends_482257-121156.jpg", imageAlt: "Business Consultant" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051392.jpg", imageAlt: "Global Network" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg", imageAlt: "Team Collaboration" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/teammates-manager-assembling-big-data-room-go-their-results_482257-91027.jpg", imageAlt: "Data Analytics" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/shanghai-night-aerial-view_649448-3610.jpg", imageAlt: "City Skyline" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-426.jpg", imageAlt: "Corporate HQ" },
]}
/>
@@ -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() {