Update src/app/about/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function AboutPage() {
|
||||
description="Our Journey to Digital Excellence"
|
||||
subdescription="Founded in Atlanta, Georgia with a mission to transform businesses through strategic digital marketing"
|
||||
icon={Target}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-dynamic-team-of-digital-marketing-prof-1772493589811-b7e7ac84.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-dynamic-team-of-digital-marketing-prof-1772493589811-b7e7ac84.png"
|
||||
imageAlt="Orion Media Co team collaborating"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -64,33 +64,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Michael Chen",
|
||||
role: "Strategy Director",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-professional-headshot-portrait-of-a-co-1772493588467-459ea545.png?_wi=2",
|
||||
imageAlt: "Michael Chen - Strategy Director",
|
||||
},
|
||||
id: "1", name: "Michael Chen", role: "Strategy Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-professional-headshot-portrait-of-a-co-1772493588467-459ea545.png", imageAlt: "Michael Chen - Strategy Director"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Taylor",
|
||||
role: "Social Media Lead",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-professional-headshot-of-a-creative-so-1772493588975-4100e360.png?_wi=2",
|
||||
imageAlt: "Jessica Taylor - Social Media Lead",
|
||||
},
|
||||
id: "2", name: "Jessica Taylor", role: "Social Media Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-professional-headshot-of-a-creative-so-1772493588975-4100e360.png", imageAlt: "Jessica Taylor - Social Media Lead"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Phillips",
|
||||
role: "SEO Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-professional-headshot-of-a-senior-digi-1772493588145-ff30954d.png?_wi=2",
|
||||
imageAlt: "David Phillips - SEO Specialist",
|
||||
},
|
||||
id: "3", name: "David Phillips", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/a-professional-headshot-of-a-senior-digi-1772493588145-ff30954d.png", imageAlt: "David Phillips - SEO Specialist"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amanda Foster",
|
||||
role: "Analytics Expert",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/professional-headshot-of-a-content-and-a-1772493588372-f6722acc.png?_wi=2",
|
||||
imageAlt: "Amanda Foster - Analytics Expert",
|
||||
},
|
||||
id: "4", name: "Amanda Foster", role: "Analytics Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APU4mA6Hi2sQCai00D5KuDlQ1r/professional-headshot-of-a-content-and-a-1772493588372-f6722acc.png", imageAlt: "Amanda Foster - Analytics Expert"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -108,28 +88,16 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "clients",
|
||||
value: "150+",
|
||||
title: "Satisfied Clients",
|
||||
items: ["Across diverse industries", "Atlanta and beyond", "Sustained partnerships"],
|
||||
id: "clients", value: "150+", title: "Satisfied Clients", items: ["Across diverse industries", "Atlanta and beyond", "Sustained partnerships"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
value: "250%",
|
||||
title: "Average Client Growth",
|
||||
items: ["Within first 12 months", "Measurable ROI", "Consistent performance"],
|
||||
id: "growth", value: "250%", title: "Average Client Growth", items: ["Within first 12 months", "Measurable ROI", "Consistent performance"],
|
||||
},
|
||||
{
|
||||
id: "campaigns",
|
||||
value: "500+",
|
||||
title: "Successful Campaigns",
|
||||
items: ["Multi-channel approach", "Data-driven strategy", "Award recognition"],
|
||||
id: "campaigns", value: "500+", title: "Successful Campaigns", items: ["Multi-channel approach", "Data-driven strategy", "Award recognition"],
|
||||
},
|
||||
{
|
||||
id: "experience",
|
||||
value: "10+",
|
||||
title: "Years of Excellence",
|
||||
items: ["Industry leadership", "Team expertise", "Trusted partner"],
|
||||
id: "experience", value: "10+", title: "Years of Excellence", items: ["Industry leadership", "Team expertise", "Trusted partner"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user