From 56fceb9624058bfa017982494d0d592abbbb7af3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 20:18:45 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 91654b2..5bc2c1e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -108,13 +108,13 @@ export default function LandingPage() { description="Our diverse team of experts is dedicated to pushing the boundaries of technology, delivering intelligent solutions with an unwavering commitment to quality and client success. Each member brings unique skills and a shared passion for innovation." team={[ { - name: "Alice Smith", role: "Chief Executive Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRQDoIB9NyK61wKPrMx774LuGA/professional-headshot-of-a-smiling-femal-1774469590711-21dcb0bd.png", imageAlt: "Alice Smith" + id: "1", name: "Alice Smith", role: "Chief Executive Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRQDoIB9NyK61wKPrMx774LuGA/professional-headshot-of-a-smiling-femal-1774469590711-21dcb0bd.png", imageAlt: "Alice Smith" }, { - name: "Bob Johnson", role: "Chief Technology Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRQDoIB9NyK61wKPrMx774LuGA/professional-headshot-of-a-smiling-male--1774469591086-83cddd50.png", imageAlt: "Bob Johnson" + id: "2", name: "Bob Johnson", role: "Chief Technology Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRQDoIB9NyK61wKPrMx774LuGA/professional-headshot-of-a-smiling-male--1774469591086-83cddd50.png", imageAlt: "Bob Johnson" }, { - name: "Carol White", role: "Head of Product", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRQDoIB9NyK61wKPrMx774LuGA/professional-headshot-of-a-smiling-femal-1774469590887-ed9e97c0.png", imageAlt: "Carol White" + id: "3", name: "Carol White", role: "Head of Product", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRQDoIB9NyK61wKPrMx774LuGA/professional-headshot-of-a-smiling-femal-1774469590887-ed9e97c0.png", imageAlt: "Carol White" } ]} /> -- 2.49.1 From b90e08d527c46a89aa1ea090291855a154c70d61 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 20:18:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d4f55c..e17642c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { { id: "infrastructure", value: "Scalable", description: "Infrastructure"}, ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" /> -- 2.49.1