From 71e9f5b3b7525ac45c819521aef7246c07269e54 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:24:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb160cb..868a7d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,15 +87,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Discover", title: "Strategy & Discovery", subtitle: "We dive deep into your vision", description: "We start by understanding your brand, goals, and audience. Through collaborative workshops and research, we develop a comprehensive strategy that guides every creative decision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-collaborative-team-working-on-strategy-1773145312290-662b0c0c.png", imageAlt: "Team brainstorming strategy" + tag: "Discover", title: "Strategy & Discovery", subtitle: "We dive deep into your vision", description: "We start by understanding your brand, goals, and audience. Through collaborative workshops and research, we develop a comprehensive strategy that guides every creative decision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-collaborative-team-working-on-strategy-1773145312290-662b0c0c.png?_wi=1", imageAlt: "Team brainstorming strategy" }, { id: 2, - tag: "Design", title: "Design Excellence", subtitle: "Beautiful interfaces that inspire", description: "Our designers create stunning, user-centric interfaces that balance aesthetics with functionality. We iterate based on feedback to ensure pixel-perfect execution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-designer-working-on-a-graphic-design-p-1773145313936-87a854b6.png", imageAlt: "Designer working on mockups" + tag: "Design", title: "Design Excellence", subtitle: "Beautiful interfaces that inspire", description: "Our designers create stunning, user-centric interfaces that balance aesthetics with functionality. We iterate based on feedback to ensure pixel-perfect execution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-designer-working-on-a-graphic-design-p-1773145313936-87a854b6.png?_wi=1", imageAlt: "Designer working on mockups" }, { id: 3, - tag: "Build", title: "Development & Optimization", subtitle: "Code that performs", description: "Our developers build scalable, fast-loading websites using the latest technologies. We optimize for performance, accessibility, and SEO to ensure your site reaches its full potential.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-web-developer-coding-on-multiple-monit-1773145312592-f0f9f955.png", imageAlt: "Developer coding" + tag: "Build", title: "Development & Optimization", subtitle: "Code that performs", description: "Our developers build scalable, fast-loading websites using the latest technologies. We optimize for performance, accessibility, and SEO to ensure your site reaches its full potential.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-web-developer-coding-on-multiple-monit-1773145312592-f0f9f955.png?_wi=1", imageAlt: "Developer coding" } ]} textboxLayout="default" @@ -162,7 +162,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Web Design & UX", description: "Stunning, user-centric website designs that convert visitors into customers. We create digital experiences that are beautiful, intuitive, and optimized for all devices.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-designer-working-on-a-graphic-design-p-1773145313936-87a854b6.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-designer-working-on-a-graphic-design-p-1773145313936-87a854b6.png?_wi=2" }, items: [ { icon: Palette, text: "Custom visual design" }, @@ -173,7 +173,7 @@ export default function LandingPage() { }, { id: "2", title: "Web Development", description: "High-performance websites built with modern technologies. Our developers create fast, scalable, and secure solutions that power your online presence.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-web-developer-coding-on-multiple-monit-1773145312592-f0f9f955.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-web-developer-coding-on-multiple-monit-1773145312592-f0f9f955.png?_wi=2" }, items: [ { icon: Code, text: "Clean, maintainable code" }, @@ -184,7 +184,7 @@ export default function LandingPage() { }, { id: "3", title: "Brand Strategy", description: "Strategic brand development that positions your company for success. We help you define your unique value proposition and communicate it effectively.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-collaborative-team-working-on-strategy-1773145312290-662b0c0c.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akn2HIHIcXQxcGVUzDBGhaZSxR/a-collaborative-team-working-on-strategy-1773145312290-662b0c0c.png?_wi=2" }, items: [ { icon: Compass, text: "Strategic direction" }, -- 2.49.1