From 07c4064d9b149be38dce0b0d044a986575a11e3a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:45:25 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 52 +++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 18 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5d10e5b..c1a7828 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ const navItems = [ { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]; export default function AboutPage() { @@ -49,13 +49,16 @@ export default function AboutPage() { mediaItems={[ { imageSrc: - "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Team collaboration"}, + "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Team collaboration" + }, { imageSrc: - "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Operations"}, + "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Operations" + }, { imageSrc: - "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Innovation"}, + "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Innovation" + }, ]} buttons={[ { text: "Learn More", href: "mission" }, @@ -84,7 +87,8 @@ export default function AboutPage() { features={[ { id: "reliability", label: "Reliability", title: "Dependable service you can trust", items: [ - "On-time delivery guarantee", "24/7 operational excellence", "Consistent quality standards", "Transparent communication"], + "On-time delivery guarantee", "24/7 operational excellence", "Consistent quality standards", "Transparent communication" + ], buttons: [ { text: "Track Shipment", onClick: () => {} }, { text: "Contact", href: "contact" }, @@ -92,7 +96,8 @@ export default function AboutPage() { }, { id: "innovation", label: "Innovation", title: "Cutting-edge logistics technology", items: [ - "Real-time tracking systems", "AI-powered route optimization", "Digital documentation", "Continuous improvement culture"], + "Real-time tracking systems", "AI-powered route optimization", "Digital documentation", "Continuous improvement culture" + ], buttons: [ { text: "Our Tech", onClick: () => {} }, { text: "Learn More", href: "services" }, @@ -100,7 +105,8 @@ export default function AboutPage() { }, { id: "sustainability", label: "Sustainability", title: "Committed to environmental responsibility", items: [ - "Carbon-efficient routing", "Fleet modernization", "Eco-friendly packaging", "Regional economic growth"], + "Carbon-efficient routing", "Fleet modernization", "Eco-friendly packaging", "Regional economic growth" + ], buttons: [ { text: "Green Initiative", onClick: () => {} }, { text: "Details", href: "#" }, @@ -108,7 +114,8 @@ export default function AboutPage() { }, { id: "people", label: "People-Centric", title: "Empowering our team and communities", items: [ - "Professional development programs", "Fair employment practices", "Community investments", "Diverse & inclusive culture"], + "Professional development programs", "Fair employment practices", "Community investments", "Diverse & inclusive culture" + ], buttons: [ { text: "Careers", onClick: () => {} }, { text: "Join Us", href: "#" }, @@ -116,7 +123,8 @@ export default function AboutPage() { }, ]} animationType="slide-up" - title="Our Core Values", description="The principles that guide everything we do" + title="Our Core Values" + description="The principles that guide everything we do" textboxLayout="default" useInvertedBackground={false} /> @@ -262,16 +270,20 @@ export default function AboutPage() { metrics={[ { id: "1", value: "50,000+", description: - "Successful shipments delivered across Angola and African continent annually"}, + "Successful shipments delivered across Angola and African continent annually" + }, { id: "2", value: "99.2%", description: - "On-time delivery rate maintaining consistent excellence in service"}, + "On-time delivery rate maintaining consistent excellence in service" + }, { id: "3", value: "500+", description: - "Professional team members dedicated to customer success"}, + "Professional team members dedicated to customer success" + }, { id: "4", value: "12", description: - "African countries served with established operations and partnerships"}, + "African countries served with established operations and partnerships" + }, ]} useInvertedBackground={false} metricsAnimation="slide-up" @@ -287,7 +299,8 @@ export default function AboutPage() { "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=500&fit=crop", socialLinks: [ { icon: () => null, - url: "https://linkedin.com"}, + url: "https://linkedin.com" + }, ], }, { @@ -296,7 +309,8 @@ export default function AboutPage() { "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=500&h=500&fit=crop", socialLinks: [ { icon: () => null, - url: "https://linkedin.com"}, + url: "https://linkedin.com" + }, ], }, { @@ -305,7 +319,8 @@ export default function AboutPage() { "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=500&h=500&fit=crop", socialLinks: [ { icon: () => null, - url: "https://linkedin.com"}, + url: "https://linkedin.com" + }, ], }, { @@ -314,7 +329,8 @@ export default function AboutPage() { "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=500&h=500&fit=crop", socialLinks: [ { icon: () => null, - url: "https://linkedin.com"}, + url: "https://linkedin.com" + }, ], }, ]} @@ -332,7 +348,7 @@ export default function AboutPage() { tag="Get in Touch" tagIcon={Mail} title="Join Our Journey" - description="Whether you're a customer looking for logistics solutions or interested in joining our team, we'd love to hear from you." + description="Whether you are a customer looking for logistics solutions or interested in joining our team, we would love to hear from you." buttons={[ { text: "Contact Us", href: "contact" }, { text: "View Careers", onClick: () => {} }, -- 2.49.1