diff --git a/src/app/page.tsx b/src/app/page.tsx
index f74449d..6fd804f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Award, CheckCircle, Shield } from "lucide-react";
+import { Award, CheckCircle, Shield, Zap, BarChart3, Workflow } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,51 +45,28 @@ export default function LandingPage() {
@@ -109,19 +78,13 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
- label: "Projects Completed",
- value: "150+",
- },
+ label: "Projects Completed", value: "150+"},
{
icon: Shield,
- label: "Years Experience",
- value: "12",
- },
+ label: "Years Experience", value: "12"},
{
icon: Award,
- label: "Client Retention",
- value: "98%",
- },
+ label: "Client Retention", value: "98%"},
]}
metricsAnimation="slide-up"
/>
@@ -133,28 +96,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Strategic Evaluation",
- description: "Rigorous analysis to ensure project impact and long-term sustainability.",
- imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15660.jpg",
- buttonIcon: "Zap",
+ title: "Strategic Evaluation", description: "Rigorous analysis to ensure project impact and long-term sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15660.jpg", buttonIcon: Zap,
},
{
- title: "Risk Mitigation",
- description: "Identifying and managing potential risks before they impede your success.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-background-with-landscape-extruding-hexagons-black-gold_1048-15814.jpg",
- buttonIcon: "Shield",
+ title: "Risk Mitigation", description: "Identifying and managing potential risks before they impede your success.", imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-background-with-landscape-extruding-hexagons-black-gold_1048-15814.jpg", buttonIcon: Shield,
},
{
- title: "Market Insight",
- description: "Data-driven research providing clarity on complex African markets.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-holds-bible-his-hands-bible-with-golden-pages-religion-concept_169016-62568.jpg",
- buttonIcon: "BarChart3",
+ title: "Market Insight", description: "Data-driven research providing clarity on complex African markets.", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-bible-his-hands-bible-with-golden-pages-religion-concept_169016-62568.jpg", buttonIcon: BarChart3,
},
{
- title: "Operational Flow",
- description: "Optimizing internal processes for maximum efficiency and output.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-living-smart-home-with-futuristic-screen-interior_53876-95831.jpg",
- buttonIcon: "Workflow",
+ title: "Operational Flow", description: "Optimizing internal processes for maximum efficiency and output.", imageSrc: "http://img.b2bpic.net/free-photo/girl-living-smart-home-with-futuristic-screen-interior_53876-95831.jpg", buttonIcon: Workflow,
},
]}
title="Our Core Services"
@@ -164,44 +115,20 @@ export default function LandingPage() {