From 34dcbe710b9d4ecd231dc623eced4d9ef90ea15d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:03:04 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a74a555..a352858 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -62,10 +62,10 @@ export default function HomePage() { @@ -90,7 +90,7 @@ export default function HomePage() { description="Our two-tier verification system ensures both identity authenticity and work quality, giving clients confidence and freelancers credibility." tag="Trust & Verification" tagIcon={Shield} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: 1, @@ -123,7 +123,7 @@ export default function HomePage() { description="Browse talent with verified credentials, portfolio history, reviews, and transparent pricing. Filter by skills, availability, rate, and verification status." tag="Talent Discovery" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: 1, @@ -154,7 +154,7 @@ export default function HomePage() { Date: Wed, 4 Mar 2026 05:03:04 +0000 Subject: [PATCH 2/3] Update src/app/talent/page.tsx --- src/app/talent/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/talent/page.tsx b/src/app/talent/page.tsx index 5c81316..88cd72a 100644 --- a/src/app/talent/page.tsx +++ b/src/app/talent/page.tsx @@ -28,7 +28,7 @@ export default function TalentPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function TalentPage() { description="Browse talent with verified credentials, portfolio history, reviews, and transparent pricing. Filter by skills, availability, rate, and verification status." tag="Talent Discovery" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: 1, -- 2.49.1 From d3450bf83e6e4deec1fe3a4459fb0b8590762871 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:03:05 +0000 Subject: [PATCH 3/3] Update src/app/verification/page.tsx --- src/app/verification/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx index e716b43..3149efc 100644 --- a/src/app/verification/page.tsx +++ b/src/app/verification/page.tsx @@ -28,7 +28,7 @@ export default function VerificationPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function VerificationPage() { description="Our two-tier verification system ensures both identity authenticity and work quality, giving clients confidence and freelancers credibility." tag="Trust & Verification" tagIcon={Shield} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: 1, -- 2.49.1