Update src/app/about/page.tsx

This commit is contained in:
2026-02-08 19:29:21 +00:00
parent 7b1a2fdb28
commit 4409931843

View File

@@ -31,8 +31,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Get Started",
href: "/contact"
text: "Get Started", href: "/contact"
}}
/>
</div>
@@ -62,25 +61,13 @@ export default function AboutPage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1",
value: "2016",
title: "Founded",
description: "Started with a vision to elevate digital experiences",
icon: CheckCircle
id: "1", value: "2016", title: "Founded", description: "Started with a vision to elevate digital experiences", icon: CheckCircle
},
{
id: "2",
value: "15",
title: "Team Members",
description: "Expert developers, designers, and strategists",
icon: Users
id: "2", value: "15", title: "Team Members", description: "Expert developers, designers, and strategists", icon: Users
},
{
id: "3",
value: "25",
title: "Industries",
description: "Diverse sectors from startups to enterprise",
icon: Star
id: "3", value: "25", title: "Industries", description: "Diverse sectors from startups to enterprise", icon: Star
}
]}
/>
@@ -97,10 +84,7 @@ export default function AboutPage() {
useInvertedBackground="noInvert"
features={[
{
id: "1",
title: "Excellence First",
description: "We pursue perfection in every line of code, every design decision, and every client interaction. Quality is never negotiable.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg" },
id: "1", title: "Excellence First", description: "We pursue perfection in every line of code, every design decision, and every client interaction. Quality is never negotiable.", media: { imageSrc: "https://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg" },
items: [
{ icon: CheckCircle, text: "Rigorous quality standards" },
{ icon: CheckCircle, text: "Continuous improvement culture" }
@@ -108,10 +92,7 @@ export default function AboutPage() {
reverse: false
},
{
id: "2",
title: "Innovation & Growth",
description: "We stay at the forefront of technology, embracing new tools and methodologies to deliver cutting-edge solutions.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
id: "2", title: "Innovation & Growth", description: "We stay at the forefront of technology, embracing new tools and methodologies to deliver cutting-edge solutions.", media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
items: [
{ icon: CheckCircle, text: "Latest technology adoption" },
{ icon: CheckCircle, text: "Creative problem solving" }
@@ -119,10 +100,7 @@ export default function AboutPage() {
reverse: true
},
{
id: "3",
title: "Partnership Focus",
description: "We view every client relationship as a long-term partnership, dedicated to your success beyond project completion.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
id: "3", title: "Partnership Focus", description: "We view every client relationship as a long-term partnership, dedicated to your success beyond project completion.", media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
items: [
{ icon: CheckCircle, text: "Collaborative approach" },
{ icon: CheckCircle, text: "Long-term support" }