From cb3acd0a049ffd38e1378ae72b84691ece4ad5cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:49:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9c0cc..bdd0bf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Explore Our Work", href: "services" }, { text: "Schedule a Consultation", href: "contact" } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/a-modern-digital-transformation-workspac-1772495313423-cd84d5c1.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/a-modern-digital-transformation-workspac-1772495313423-cd84d5c1.png?_wi=1" imageAlt="Digital transformation workspace with collaborative team" showDimOverlay={true} buttonAnimation="slide-up" @@ -76,7 +76,7 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", tag: "Strategy", title: "Digital Strategy & Consulting", description: "Craft compelling digital roadmaps that align with your business goals and market opportunities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/abstract-strategic-planning-visualizatio-1772495313113-2287467b.png", imageAlt: "Digital strategy visualization" + id: "1", tag: "Strategy", title: "Digital Strategy & Consulting", description: "Craft compelling digital roadmaps that align with your business goals and market opportunities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/abstract-strategic-planning-visualizatio-1772495313113-2287467b.png?_wi=1", imageAlt: "Digital strategy visualization" }, { id: "2", tag: "Development", title: "Custom Software Development", description: "Build scalable, secure applications that drive innovation and operational excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/software-development-and-coding-workspac-1772495315382-d98f4343.png", imageAlt: "Modern development workspace" @@ -98,10 +98,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "150+", title: "Projects Delivered", description: "Successfully completed digital transformation initiatives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/a-modern-digital-transformation-workspac-1772495313423-cd84d5c1.png", imageAlt: "Project delivery success" + id: "1", value: "150+", title: "Projects Delivered", description: "Successfully completed digital transformation initiatives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/a-modern-digital-transformation-workspac-1772495313423-cd84d5c1.png?_wi=2", imageAlt: "Project delivery success" }, { - id: "2", value: "95%", title: "Client Satisfaction", description: "Consistently exceeding expectations and delivering exceptional value", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/abstract-strategic-planning-visualizatio-1772495313113-2287467b.png", imageAlt: "Client satisfaction metrics" + id: "2", value: "95%", title: "Client Satisfaction", description: "Consistently exceeding expectations and delivering exceptional value", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXaelGawfhYOT2IJVRsdm2JeQ/abstract-strategic-planning-visualizatio-1772495313113-2287467b.png?_wi=2", imageAlt: "Client satisfaction metrics" } ]} /> -- 2.49.1