From 309ddcafe885606ffe49418a8f50fc25f12e5594 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:58:49 +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 17a2b0a..851ad91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Web Design", description: "Beautiful, user-centric designs that convert visitors into customers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APHwlaMhbpyERLwpQn1bTUIhdE/professional-web-design-process-visualiz-1772546288027-42c5fbef.png", imageAlt: "Web design process", buttonIcon: ArrowRight, + title: "Web Design", description: "Beautiful, user-centric designs that convert visitors into customers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APHwlaMhbpyERLwpQn1bTUIhdE/professional-web-design-process-visualiz-1772546288027-42c5fbef.png?_wi=1", imageAlt: "Web design process", buttonIcon: ArrowRight, buttonHref: "#contact" }, { @@ -106,7 +106,7 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "Development", description: "Clean, scalable code that brings designs to life seamlessly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APHwlaMhbpyERLwpQn1bTUIhdE/professional-web-design-process-visualiz-1772546288027-42c5fbef.png", imageAlt: "Web development", buttonIcon: ArrowRight, + title: "Development", description: "Clean, scalable code that brings designs to life seamlessly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APHwlaMhbpyERLwpQn1bTUIhdE/professional-web-design-process-visualiz-1772546288027-42c5fbef.png?_wi=2", imageAlt: "Web development", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} -- 2.49.1