Update src/app/about/page.tsx

This commit is contained in:
2026-03-15 01:32:15 +00:00
parent f30b56977b
commit bd4b396131

View File

@@ -100,21 +100,21 @@ export default function AboutPage() {
id: "innovation",
title: "Innovation",
description: "We constantly push boundaries to deliver cutting-edge digital solutions that keep our clients ahead of the curve.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/modern-web-design-studio-workspace-with--1773538252870-52fc6bc1.png",
imageAlt: "Innovation workspace",
},
{
id: "excellence",
title: "Excellence",
description: "Every project we undertake receives meticulous attention to detail and commitment to the highest quality standards.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/beautiful-user-interface-design-mockup-s-1773538252908-23246780.png",
imageAlt: "Excellence in design",
},
{
id: "collaboration",
title: "Collaboration",
description: "We work closely with our clients as partners, ensuring their vision is not just understood but beautifully executed.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/strategic-digital-planning-session-with--1773538252798-76d66f4a.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxdW9VbVU3QUJfov01xndodyZE/strategic-digital-planning-session-with--1773538252798-76d66f4a.png",
imageAlt: "Team collaboration",
},
]}
@@ -123,7 +123,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
tag="Values"
tagAnimation="reveal-blur"
tagAnimation="blur-reveal"
/>
</div>
@@ -166,7 +166,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
tag="Testimonials"
tagAnimation="reveal-blur"
tagAnimation="blur-reveal"
/>
</div>