From d7aa2ac2f47f9f787ca54811769c9ffe11b67383 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:41:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afddb78..f1a5447 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Discovery", title: "Research & Understand", subtitle: "Deep dive into user needs", description: "I start by understanding your users through interviews, surveys, and behavior analysis. This research phase informs every design decision and ensures we're solving real problems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am01pGVbxWblPlPQrPgqLBItpN/ux-research-process-visualization-showin-1773182309222-468bd469.png", imageAlt: "UX research process and user interviews" + tag: "Discovery", title: "Research & Understand", subtitle: "Deep dive into user needs", description: "I start by understanding your users through interviews, surveys, and behavior analysis. This research phase informs every design decision and ensures we're solving real problems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am01pGVbxWblPlPQrPgqLBItpN/ux-research-process-visualization-showin-1773182309222-468bd469.png?_wi=1", imageAlt: "UX research process and user interviews" }, { id: 2, @@ -108,7 +108,7 @@ export default function LandingPage() { }, { id: 3, - tag: "Validation", title: "Test & Refine", subtitle: "Gather feedback and improve", description: "User testing reveals what works and what doesn't. I use these insights to refine the design, ensuring the final product is intuitive, accessible, and delightful to use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am01pGVbxWblPlPQrPgqLBItpN/ux-research-process-visualization-showin-1773182309222-468bd469.png", imageAlt: "User testing and design validation process" + tag: "Validation", title: "Test & Refine", subtitle: "Gather feedback and improve", description: "User testing reveals what works and what doesn't. I use these insights to refine the design, ensuring the final product is intuitive, accessible, and delightful to use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am01pGVbxWblPlPQrPgqLBItpN/ux-research-process-visualization-showin-1773182309222-468bd469.png?_wi=2", imageAlt: "User testing and design validation process" } ]} title="My Design Process" -- 2.49.1