Update src/app/about/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Heart, Trophy, Users, Cpu, Star } from "lucide-react";
|
||||
import { Heart, Trophy, Users, Cpu, Star, Linkedin } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const footerColumns = [
|
||||
@@ -51,7 +51,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -68,9 +68,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Project",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Project", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,22 +81,16 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Founded 2012",
|
||||
description: "Starting with a small team of passionate designers in San Francisco, we've grown into a global creative powerhouse serving Fortune 500 companies.",
|
||||
icon: Trophy,
|
||||
title: "Founded 2012", description: "Starting with a small team of passionate designers in San Francisco, we've grown into a global creative powerhouse serving Fortune 500 companies.", icon: Trophy,
|
||||
},
|
||||
{
|
||||
title: "Award-Winning Excellence",
|
||||
description: "Recognized by leading industry organizations including AIGA, Awwwards, and Communication Arts for innovative design solutions.",
|
||||
icon: Users,
|
||||
title: "Award-Winning Excellence", description: "Recognized by leading industry organizations including AIGA, Awwwards, and Communication Arts for innovative design solutions.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Holistic Approach",
|
||||
description: "We integrate strategy, design, and technology to deliver comprehensive solutions that drive measurable business outcomes.",
|
||||
icon: Cpu,
|
||||
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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1697.jpg"
|
||||
imageAlt="Designly Creative Team Collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -116,36 +108,18 @@ 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?_wi=2",
|
||||
imageAlt: "professional woman designer portrait studio",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com" },
|
||||
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: [
|
||||
{ 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?_wi=2",
|
||||
imageAlt: "professional man designer creative director",
|
||||
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: [
|
||||
{ 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?_wi=2",
|
||||
imageAlt: "professional woman strategist portrait",
|
||||
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: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -165,32 +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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", imageAlt: "professional woman product manager director"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user