From 742e6ea4092ce65c02ee6398183bda522be1fc19 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:42:04 +0000 Subject: [PATCH 1/2] Update src/app/features/page.tsx --- src/app/features/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 99f0353..870c371 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -64,7 +64,7 @@ export default function FeaturesPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="noise" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -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?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png", 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?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png", 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?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png", imageAlt: "Portfolio showcase gallery", }, items: [ @@ -157,7 +157,7 @@ export default function FeaturesPage() { tag="Ready to Experience It?" title="Start Using Advanced Features Today" description="Get access to all premium features with a free trial. No credit card required. Explore the power of AI-driven freelance management." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Start Free Trial" -- 2.49.1 From 255c5bafb1d79225ca4b7637a4b7cfd813fc4a22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:42:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2cc9c3..672d7b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="noise" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -85,7 +85,7 @@ export default function HomePage() {