Update src/app/about/page.tsx

This commit is contained in:
2026-03-07 19:50:17 +00:00
parent 9dec782544
commit 22d025ae33

View File

@@ -49,7 +49,7 @@ export default function AboutPage() {
title="About Webild Logistics"
description="Our mission, vision, and values shaping the future of African logistics"
tag="Our Story"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2"
imageAlt="Team collaboration"
buttons={[
{ text: "Learn More", href: "mission" },
@@ -74,7 +74,7 @@ export default function AboutPage() {
title: "Sustainability", description: "Committed to environmental responsibility", icon: TrendingUp,
},
]}
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop&_wi=2"
imageAlt="Our vision for African logistics"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -93,17 +93,17 @@ export default function AboutPage() {
id: "reliability", title: "Reliability - Dependable Service You Can Trust", author: "Core Value", description:
"On-time delivery guarantee with 24/7 operational excellence and consistent quality standards.", tags: ["Reliability", "Quality"],
imageSrc:
"https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Reliability"},
"https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=3", imageAlt: "Reliability"},
{
id: "innovation", title: "Innovation - Cutting-Edge Logistics Technology", author: "Core Value", description:
"Real-time tracking systems, AI-powered route optimization, and continuous improvement culture.", tags: ["Innovation", "Technology"],
imageSrc:
"https://images.unsplash.com/photo-1493976040803-5d82ec434371?w=800&h=600&fit=crop", imageAlt: "Innovation"},
"https://images.unsplash.com/photo-1493976040803-5d82ec434371?w=800&h=600&fit=crop&_wi=2", imageAlt: "Innovation"},
{
id: "sustainability", title: "Sustainability - Environmental Responsibility", author: "Core Value", description:
"Carbon-efficient routing, fleet modernization, and eco-friendly packaging for a better future.", tags: ["Sustainability", "Environment"],
imageSrc:
"https://images.unsplash.com/photo-1578881289490-85f3f96aa2fb?w=800&h=600&fit=crop", imageAlt: "Sustainability"},
"https://images.unsplash.com/photo-1578881289490-85f3f96aa2fb?w=800&h=600&fit=crop&_wi=2", imageAlt: "Sustainability"},
]}
animationType="slide-up"
title="Our Core Values"
@@ -202,16 +202,16 @@ export default function AboutPage() {
members={[
{
id: "1", name: "João Silva", role: "Founder & CEO", imageSrc:
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=500&fit=crop"},
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=500&fit=crop&_wi=3"},
{
id: "2", name: "Maria Costa", role: "COO", imageSrc:
"https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=500&h=500&fit=crop"},
"https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=500&h=500&fit=crop&_wi=3"},
{
id: "3", name: "Samuel Okafor", role: "Technology Lead", imageSrc:
"https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=500&h=500&fit=crop"},
"https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=500&h=500&fit=crop&_wi=3"},
{
id: "4", name: "Amara Diallo", role: "Regional Manager", imageSrc:
"https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=500&h=500&fit=crop"},
"https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=500&h=500&fit=crop&_wi=2"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"