Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 01:09:54 +00:00
parent 26656a24cd
commit ffb36fa182

View File

@@ -43,10 +43,11 @@ export default function AboutPage() {
{ value: "200+", title: "Brands Elevated" },
{ value: "500M+", title: "Combined Reach" },
]}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-man-woman-office_23-2147669284.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-man-woman-office_23-2147669284.jpg"
imageAlt="Social Elevation team working on strategy"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -63,34 +64,19 @@ export default function AboutPage() {
carouselMode="buttons"
members={[
{
id: "1",
name: "Alexandra Chen",
role: "Founder & Creative Director",
description: "Former Director at leading global ad agency with 15+ years building iconic social campaigns",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
socialLinks: [
id: "1", name: "Alexandra Chen", role: "Founder & Creative Director", description: "Former Director at leading global ad agency with 15+ years building iconic social campaigns", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Twitter, url: "https://twitter.com" },
],
},
{
id: "2",
name: "Marcus Thompson",
role: "Head of Strategy & Analytics",
description: "Data analyst and strategist specializing in social commerce and performance marketing",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
socialLinks: [
id: "2", name: "Marcus Thompson", role: "Head of Strategy & Analytics", description: "Data analyst and strategist specializing in social commerce and performance marketing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Globe, url: "https://portfolio.com" },
],
},
{
id: "3",
name: "Priya Patel",
role: "Lead Content Creator",
description: "Multimedia producer with expertise in video storytelling and viral content production",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-tailor-sitting-table-with-hand-chin-sewing-workshop_613910-5306.jpg",
socialLinks: [
id: "3", name: "Priya Patel", role: "Lead Content Creator", description: "Multimedia producer with expertise in video storytelling and viral content production", imageSrc: "http://img.b2bpic.net/free-photo/pensive-tailor-sitting-table-with-hand-chin-sewing-workshop_613910-5306.jpg", socialLinks: [
{ icon: Instagram, url: "https://instagram.com" },
{ icon: Linkedin, url: "https://linkedin.com" },
],