Update src/app/about/page.tsx
This commit is contained in:
@@ -31,8 +31,7 @@ export default function AboutPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -62,25 +61,13 @@ export default function AboutPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "2016", title: "Founded", description: "Started with a vision to elevate digital experiences", icon: CheckCircle
|
||||||
value: "2016",
|
|
||||||
title: "Founded",
|
|
||||||
description: "Started with a vision to elevate digital experiences",
|
|
||||||
icon: CheckCircle
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "15", title: "Team Members", description: "Expert developers, designers, and strategists", icon: Users
|
||||||
value: "15",
|
|
||||||
title: "Team Members",
|
|
||||||
description: "Expert developers, designers, and strategists",
|
|
||||||
icon: Users
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "25", title: "Industries", description: "Diverse sectors from startups to enterprise", icon: Star
|
||||||
value: "25",
|
|
||||||
title: "Industries",
|
|
||||||
description: "Diverse sectors from startups to enterprise",
|
|
||||||
icon: Star
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -97,10 +84,7 @@ export default function AboutPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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" },
|
||||||
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: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "Rigorous quality standards" },
|
{ icon: CheckCircle, text: "Rigorous quality standards" },
|
||||||
{ icon: CheckCircle, text: "Continuous improvement culture" }
|
{ icon: CheckCircle, text: "Continuous improvement culture" }
|
||||||
@@ -108,10 +92,7 @@ export default function AboutPage() {
|
|||||||
reverse: false
|
reverse: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
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" },
|
||||||
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: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "Latest technology adoption" },
|
{ icon: CheckCircle, text: "Latest technology adoption" },
|
||||||
{ icon: CheckCircle, text: "Creative problem solving" }
|
{ icon: CheckCircle, text: "Creative problem solving" }
|
||||||
@@ -119,10 +100,7 @@ export default function AboutPage() {
|
|||||||
reverse: true
|
reverse: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
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" },
|
||||||
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: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "Collaborative approach" },
|
{ icon: CheckCircle, text: "Collaborative approach" },
|
||||||
{ icon: CheckCircle, text: "Long-term support" }
|
{ icon: CheckCircle, text: "Long-term support" }
|
||||||
|
|||||||
Reference in New Issue
Block a user