From 17e9b4b22ee222c6a245055f95df70246d9548c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:42:28 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 +++++++++++------------------------------- 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 13c0683..78b0eb7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,24 +26,16 @@ export default function LandingPage() { @@ -52,9 +44,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Digital Creation" description={[ - "We are a team of passionate creators.", - "Focused on delivering results.", - ]} + "We are a team of passionate creators.", "Focused on delivering results."]} /> @@ -67,37 +57,23 @@ export default function LandingPage() { description="Years of expertise and passion." metrics={[ { - id: "a1", - value: "10+", - title: "Years Experience", - description: "Driving innovation since 2015.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-years-of-exp-1777201159577-5701a554.png", - }, + id: "a1", value: "10+", title: "Years Experience", description: "Driving innovation since 2015.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-years-of-exp-1777201159577-5701a554.png"}, { - id: "a2", - value: "50+", - title: "Team Members", - description: "Creative experts in every field.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-team-strengt-1777201168402-8cfcf083.png", - }, + id: "a2", value: "50+", title: "Team Members", description: "Creative experts in every field.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-team-strengt-1777201168402-8cfcf083.png"}, ]} />