From 6dbed85b5531db7c23b7256f6cf914d3e49a9147 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:42:29 +0000 Subject: [PATCH 1/2] Update src/app/features/page.tsx --- src/app/features/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 870c371..85c1940 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -87,7 +87,7 @@ export default function FeaturesPage() { title: "AI Freelancer Matching", description: "Advanced algorithms analyze skills, experience, and project requirements to connect you with perfect-fit professionals. Get matched with the right talent in seconds. Our machine learning model continuously improves by learning from successful project completions and user feedback.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png?_wi=2", imageAlt: "AI matching algorithm visualization", }, items: [ @@ -102,7 +102,7 @@ export default function FeaturesPage() { title: "Secure Escrow & Milestone Payments", description: "Protect both parties with industry-standard escrow. Release payments only when work milestones are completed to your satisfaction. Our escrow system is integrated with multiple payment gateways and supports crypto withdrawals.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png?_wi=2", imageAlt: "Secure payment system interface", }, items: [ @@ -117,7 +117,7 @@ export default function FeaturesPage() { title: "Rich Portfolio Showcase", description: "Freelancers build comprehensive portfolios with project samples, testimonials, and certifications. Clients review detailed work history and client feedback. Enhanced analytics help freelancers understand their market positioning.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png?_wi=2", imageAlt: "Portfolio showcase gallery", }, items: [ -- 2.49.1 From 01aa3be461e804d2a21c2a7c969d25938e5f6b28 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:42:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 672d7b5..845e12f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function HomePage() { title: "AI Freelancer Matching", description: "Advanced algorithms analyze skills, experience, and project requirements to connect you with perfect-fit professionals. Get matched with the right talent in seconds.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png?_wi=1", imageAlt: "AI matching algorithm visualization", }, items: [ @@ -161,7 +161,7 @@ export default function HomePage() { title: "Secure Escrow & Milestone Payments", description: "Protect both parties with industry-standard escrow. Release payments only when work milestones are completed to your satisfaction.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png?_wi=1", imageAlt: "Secure payment system interface", }, items: [ @@ -176,7 +176,7 @@ export default function HomePage() { title: "Rich Portfolio Showcase", description: "Freelancers build comprehensive portfolios with project samples, testimonials, and certifications. Clients review detailed work history and client feedback.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png?_wi=1", imageAlt: "Portfolio showcase gallery", }, items: [ -- 2.49.1