From ddb532072a1c360a3f975b5ce65ecb3dd497a0ea Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:28:28 +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 a1d394e..dee3e7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/professional-headshot-of-a-man-in-modern-1774171621887-487d991b.png", alt: "Team member 4" } ]} avatarText="Trusted by leading brands worldwide" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-dynamic-creative-workspace-with-design-1774171622327-0f0e9b1d.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-dynamic-creative-workspace-with-design-1774171622327-0f0e9b1d.png?_wi=1" imageAlt="Creative workspace collaboration" mediaAnimation="slide-up" imagePosition="right" @@ -111,7 +111,7 @@ export default function LandingPage() { }, { id: 3, - tag: "Brand Identity", title: "Complete Brand Overhaul", subtitle: "Visual identity and guidelines", description: "Crafted comprehensive brand guidelines, logo system, and visual identity for a Fortune 500 company. Unified design language across all touchpoints strengthened market positioning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-corporate-branding-project-displaying--1774171622804-1b72344c.png", imageAlt: "Brand identity design system", buttons: [ + tag: "Brand Identity", title: "Complete Brand Overhaul", subtitle: "Visual identity and guidelines", description: "Crafted comprehensive brand guidelines, logo system, and visual identity for a Fortune 500 company. Unified design language across all touchpoints strengthened market positioning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-corporate-branding-project-displaying--1774171622804-1b72344c.png?_wi=1", imageAlt: "Brand identity design system", buttons: [ { text: "View Case Study", href: "#" } ] } @@ -181,7 +181,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Brand Strategy & Identity", description: "Build a memorable brand presence with strategic positioning, logo design, and complete visual identity systems.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-corporate-branding-project-displaying--1774171622804-1b72344c.png", imageAlt: "Brand identity design" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-corporate-branding-project-displaying--1774171622804-1b72344c.png?_wi=2", imageAlt: "Brand identity design" }, items: [ { icon: Palette, text: "Logo & Visual Identity" }, @@ -192,7 +192,7 @@ export default function LandingPage() { }, { id: "2", title: "Web Design & Development", description: "Create stunning, high-performance websites that engage users and drive conversions through modern design principles.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-dynamic-creative-workspace-with-design-1774171622327-0f0e9b1d.png", imageAlt: "Web development" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BILG2ECwL5xXrjbTZtMuKVHKKJ/a-dynamic-creative-workspace-with-design-1774171622327-0f0e9b1d.png?_wi=2", imageAlt: "Web development" }, items: [ { icon: Code, text: "Responsive Design" }, -- 2.49.1