From 2420ad1540e1590e1924d66d7df6bf20d4a53e24 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 20:32:17 +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 dad01f2..07daff4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,16 +114,16 @@ export default function WebAgency2Page() { useInvertedBackground={false} features={[ { - title: "1. Discover & Analyze", description: "Leverage AI to deeply understand your market, audience, and competitive landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Discovery and Analysis with AI" + title: "1. Discover & Analyze", description: "Leverage AI to deeply understand your market, audience, and competitive landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=1", imageAlt: "Discovery and Analysis with AI" }, { - title: "2. Strategize & Plan", description: "Develop bespoke AI-powered strategies tailored to your unique business goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Strategy and Planning with AI" + title: "2. Strategize & Plan", description: "Develop bespoke AI-powered strategies tailored to your unique business goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=2", imageAlt: "Strategy and Planning with AI" }, { - title: "3. Execute & Optimize", description: "Implement campaigns with agile methods and continuous AI-driven optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Execution and Optimization with AI" + title: "3. Execute & Optimize", description: "Implement campaigns with agile methods and continuous AI-driven optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=3", imageAlt: "Execution and Optimization with AI" }, { - title: "4. Grow & Scale", description: "Drive sustainable growth and scale your business with measurable, data-backed results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Growth and Scaling with AI" + title: "4. Grow & Scale", description: "Drive sustainable growth and scale your business with measurable, data-backed results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=4", imageAlt: "Growth and Scaling with AI" } ]} />