diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b33fa29..be8fe72 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,24 +47,18 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg" imageAlt="Webild team members" mediaAnimation="slide-up" bulletPoints={[ { - title: "Creative Directors", - description: "Award-winning designers who craft beautiful, intuitive user experiences.", - icon: Lightbulb, + title: "Creative Directors", description: "Award-winning designers who craft beautiful, intuitive user experiences.", icon: Lightbulb, }, { - title: "Senior Developers", - description: "Full-stack specialists building robust, scalable web applications.", - icon: Users, + title: "Senior Developers", description: "Full-stack specialists building robust, scalable web applications.", icon: Users, }, { - title: "UX Strategists", - description: "Research-driven professionals ensuring every design decision drives results.", - icon: Heart, + title: "UX Strategists", description: "Research-driven professionals ensuring every design decision drives results.", icon: Heart, }, ]} /> @@ -81,26 +75,11 @@ export default function AboutPage() { animationType="slide-up" features={[ { - id: "1", - title: "Client Success", - description: "Your success is our success. We're invested in helping your business grow and thrive online.", - imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg?_wi=2", - imageAlt: "Client success value", - }, + id: "1", title: "Client Success", description: "Your success is our success. We're invested in helping your business grow and thrive online.", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Client success value"}, { - id: "2", - title: "Innovation", - description: "We stay ahead of trends and embrace new technologies to deliver cutting-edge solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg?_wi=2", - imageAlt: "Innovation value", - }, + id: "2", title: "Innovation", description: "We stay ahead of trends and embrace new technologies to deliver cutting-edge solutions.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Innovation value"}, { - id: "3", - title: "Transparency", - description: "Clear communication, honest feedback, and transparent pricing. No hidden fees or surprises.", - imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=2", - imageAlt: "Transparency value", - }, + id: "3", title: "Transparency", description: "Clear communication, honest feedback, and transparent pricing. No hidden fees or surprises.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "Transparency value"}, ]} /> @@ -116,17 +95,11 @@ export default function AboutPage() { useInvertedBackground={false} avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", - alt: "David Chen", - }, + src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "David Chen"}, { - src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", - alt: "Emily Rodriguez", - }, + src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Emily Rodriguez"}, { - src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", - alt: "Alex Thompson", - }, + src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Alex Thompson"}, ]} /> @@ -139,19 +112,13 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/webild", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/webild", ariaLabel: "Facebook"}, { icon: Linkedin, - href: "https://linkedin.com/company/webild", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/webild", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/webild", ariaLabel: "Twitter"}, ]} />