Update src/app/about/page.tsx

This commit is contained in:
2026-03-08 12:42:37 +00:00
parent 958cd8919d
commit 43c4908a89

View File

@@ -90,7 +90,7 @@ export default function AboutPage() {
title: "Holistic Approach", description: "We integrate strategy, design, and technology to deliver comprehensive solutions that drive measurable business outcomes.", icon: Cpu,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1697.jpg"
imageSrc="http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1697.jpg?_wi=2"
imageAlt="Designly Creative Team Collaboration"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -108,17 +108,17 @@ export default function AboutPage() {
tagAnimation="slide-up"
members={[
{
id: "1", name: "Sarah Chen", role: "Chief Design Officer", description: "Visionary design leader with 12+ years of experience building world-class design teams and systems at Fortune 500 companies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-blonde-young-businesswoman-with-crossed-arms-leaning-glass-wall_23-2148066805.jpg", imageAlt: "professional woman designer portrait studio", socialLinks: [
id: "1", name: "Sarah Chen", role: "Chief Design Officer", description: "Visionary design leader with 12+ years of experience building world-class design teams and systems at Fortune 500 companies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-blonde-young-businesswoman-with-crossed-arms-leaning-glass-wall_23-2148066805.jpg?_wi=2", imageAlt: "professional woman designer portrait studio", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
],
},
{
id: "2", name: "Marcus Johnson", role: "Creative Director", description: "Award-winning creative director known for groundbreaking brand transformations and innovative visual storytelling across industries.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5122.jpg", imageAlt: "professional man designer creative director", socialLinks: [
id: "2", name: "Marcus Johnson", role: "Creative Director", description: "Award-winning creative director known for groundbreaking brand transformations and innovative visual storytelling across industries.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5122.jpg?_wi=2", imageAlt: "professional man designer creative director", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
],
},
{
id: "3", name: "Elena Rodriguez", role: "Head of Strategy", description: "Strategic thinker specializing in digital transformation and user research methodologies that drive product innovation.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg", imageAlt: "professional woman strategist portrait", socialLinks: [
id: "3", name: "Elena Rodriguez", role: "Head of Strategy", description: "Strategic thinker specializing in digital transformation and user research methodologies that drive product innovation.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg?_wi=2", imageAlt: "professional woman strategist portrait", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
],
},
@@ -139,11 +139,11 @@ export default function AboutPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Transformed Our Digital Presence", quote: "Designly completely reimagined our brand identity and user experience. Within three months, we saw a 300% increase in user engagement and our conversion rates doubled. Their strategic approach to design is unmatched.", name: "Victoria Steele", role: "CEO of TechFlow", imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg", imageAlt: "professional woman CEO executive portrait"},
id: "1", title: "Transformed Our Digital Presence", quote: "Designly completely reimagined our brand identity and user experience. Within three months, we saw a 300% increase in user engagement and our conversion rates doubled. Their strategic approach to design is unmatched.", name: "Victoria Steele", role: "CEO of TechFlow", imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg?_wi=2", imageAlt: "professional woman CEO executive portrait"},
{
id: "2", title: "Exceptional Strategic Thinking", quote: "What impressed me most was their deep understanding of our business goals and market dynamics. They didn't just design beautiful interfaces—they created a system that scaled with our growth.", name: "James Mitchell", role: "Founder of EcoVibe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-african-american-man-dressed-classic-brown-jacket-standing-studio-dark-background_613910-17787.jpg", imageAlt: "professional man founder startup portrait"},
id: "2", title: "Exceptional Strategic Thinking", quote: "What impressed me most was their deep understanding of our business goals and market dynamics. They didn't just design beautiful interfaces—they created a system that scaled with our growth.", name: "James Mitchell", role: "Founder of EcoVibe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-african-american-man-dressed-classic-brown-jacket-standing-studio-dark-background_613910-17787.jpg?_wi=2", imageAlt: "professional man founder startup portrait"},
{
id: "3", title: "True Partners in Our Success", quote: "Working with Designly felt like having a world-class in-house team extended. Their collaboration, transparency, and commitment to our vision was refreshing and ultimately delivered exceptional results.", name: "Lisa Wong", role: "Product Director at FinanceHub", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328286.jpg", imageAlt: "professional woman product manager director"},
id: "3", title: "True Partners in Our Success", quote: "Working with Designly felt like having a world-class in-house team extended. Their collaboration, transparency, and commitment to our vision was refreshing and ultimately delivered exceptional results.", name: "Lisa Wong", role: "Product Director at FinanceHub", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328286.jpg?_wi=2", imageAlt: "professional woman product manager director"},
]}
textboxLayout="default"
useInvertedBackground={false}