Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 21:45:33 +00:00
parent 790b9e4346
commit 376e2fb61d

View File

@@ -17,7 +17,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -48,10 +48,11 @@ export default function AboutPage() {
{ value: "500+", title: "Successful Projects Delivered" },
{ value: "150%", title: "Average ROI Increase" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/team-of-diverse-digital-transformation-c-1772574129717-75724f24.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/team-of-diverse-digital-transformation-c-1772574129717-75724f24.png"
imageAlt="Vantage Digital team working on digital strategy"
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -67,32 +68,14 @@ export default function AboutPage() {
animationType="slide-up"
metrics={[
{
id: "1",
value: "98%",
title: "Client Satisfaction",
description: "Consistently exceeding expectations with premium service delivery",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-satisfaction-and-client-success-1772574130188-86da4468.png?_wi=2",
imageAlt: "Client satisfaction metrics",
},
id: "1", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations with premium service delivery", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-satisfaction-and-client-success-1772574130188-86da4468.png", imageAlt: "Client satisfaction metrics"},
{
id: "2",
value: "$2.5B+",
title: "Client Revenue Generated",
description: "Driving significant business growth through digital solutions",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-performance-and-business-growt-1772574130205-b1e2b3b1.png?_wi=2",
imageAlt: "Revenue growth metrics",
},
id: "2", value: "$2.5B+", title: "Client Revenue Generated", description: "Driving significant business growth through digital solutions", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-performance-and-business-growt-1772574130205-b1e2b3b1.png", imageAlt: "Revenue growth metrics"},
{
id: "3",
value: "45%",
title: "Average Cost Reduction",
description: "Optimizing operations through intelligent technology implementation",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cost-optimization-and-operational-effici-1772574130003-2b93106e.png?_wi=2",
imageAlt: "Cost optimization metrics",
},
id: "3", value: "45%", title: "Average Cost Reduction", description: "Optimizing operations through intelligent technology implementation", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cost-optimization-and-operational-effici-1772574130003-2b93106e.png", imageAlt: "Cost optimization metrics"},
]}
/>
</div>
@@ -101,16 +84,14 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Solutions", href: "/services" },
{ label: "Enterprise", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "#" },
{ label: "Blog", href: "#" },
@@ -118,8 +99,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "GitHub", href: "https://github.com" },