diff --git a/src/app/page.tsx b/src/app/page.tsx
index f4fff55..e89e772 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -61,10 +61,10 @@ export default function HomePage() {
@@ -89,23 +89,26 @@ 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="slide-up"
features={[
{
id: 1,
tag: "Phase One", title: "Identity Verified", subtitle: "Government-issued ID confirmation", description:
"Freelancers submit government-issued identification and a verified selfie. Our verification team manually reviews and confirms identity. This badge appears on all freelancer profiles.", imageSrc:
- "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", imageAlt: "Identity verification process with secure badge"},
+ "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", imageAlt: "Identity verification process with secure badge"
+ },
{
id: 2,
tag: "Phase Two", title: "Work Verified", subtitle: "Portfolio and reference validation", description:
"Freelancers submit proof of past work, client references, Upwork links, or portfolio samples. We validate work history and quality indicators. This premium badge unlocks higher job visibility.", imageSrc:
- "http://img.b2bpic.net/free-photo/visa-application-form-laptop_23-2149117779.jpg", imageAlt: "Work verification with portfolio review"},
+ "http://img.b2bpic.net/free-photo/visa-application-form-laptop_23-2149117779.jpg", imageAlt: "Work verification with portfolio review"
+ },
{
id: 3,
tag: "Status Tracking", title: "Real-Time Updates", subtitle: "Monitor your verification status", description:
"View submission status in real-time: Not Started, Submitted, In Review, Approved, Needs Changes, or Rejected with detailed feedback for resubmission.", imageSrc:
- "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Verification status dashboard"},
+ "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Verification status dashboard"
+ },
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -119,23 +122,26 @@ 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="slide-up"
features={[
{
id: 1,
tag: "Step 1", title: "Search & Filter", subtitle: "Find the perfect freelancer", description:
"Use advanced filters: role (VA, Designer, Video Editor, SMM, etc.), verification badges, availability, hourly rate, skills, and timezone. Save searches for quick access.", imageSrc:
- "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Advanced talent search filters"},
+ "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Advanced talent search filters"
+ },
{
id: 2,
tag: "Step 2", title: "Review Profiles", subtitle: "Complete professional profiles", description:
"Each profile includes: verified badges, headline, skills, portfolio/work history, reviews from confirmed clients, availability status, timezone, and hourly rate.", imageSrc:
- "http://img.b2bpic.net/free-photo/recruitment-consulting-venn-diagram_53876-121542.jpg", imageAlt: "Freelancer profile showcase"},
+ "http://img.b2bpic.net/free-photo/recruitment-consulting-venn-diagram_53876-121542.jpg", imageAlt: "Freelancer profile showcase"
+ },
{
id: 3,
tag: "Step 3", title: "Request Contact", subtitle: "Direct communication", description:
"Clients request contact (via paid credits/subscription). Freelancers receive contact requests and can respond directly. Payment unlocks email and messaging thread.", imageSrc:
- "http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg", imageAlt: "Contact request flow"},
+ "http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg", imageAlt: "Contact request flow"
+ },
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -147,7 +153,7 @@ export default function HomePage() {