Update src/app/page.tsx
This commit is contained in:
@@ -61,10 +61,10 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Verified Filipino Talent, Trusted by Global Clients"
|
||||
description="Connect with pre-vetted Filipino freelancers verified for identity and work quality. Build your dream team with confidence or showcase your skills to international clients."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Verified Talent Network"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
kpis={[
|
||||
{ value: "2-Tier", label: "Verification System" },
|
||||
{ value: "100%", label: "Filipino Talent Pool" },
|
||||
@@ -79,7 +79,7 @@ export default function HomePage() {
|
||||
{ text: "Find Talent Now", href: "/talent" },
|
||||
{ text: "Become a Freelancer", href: "/auth/signup" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<TestimonialAboutCard
|
||||
tag="For Clients"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Find trusted Filipino talent without the hiring risk"
|
||||
description="Verified Profiles"
|
||||
subdescription="Identity + Work Verified"
|
||||
@@ -165,7 +171,7 @@ export default function HomePage() {
|
||||
description="Join a growing community of verified Filipino freelancers and trusted global clients"
|
||||
tag="Platform Growth"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5000+", title: "Verified Freelancers", description: "Filipino talent pool with 2-tier verification", icon: Users,
|
||||
@@ -193,38 +199,44 @@ export default function HomePage() {
|
||||
description="Real freelancers and clients building businesses together"
|
||||
tag="Community Spotlight"
|
||||
tagIcon={Users}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Santos", role: "Virtual Assistant", testimonial:
|
||||
"STAFFED's verification system gave me credibility instantly. I landed 5 international clients in my first month. The platform's professional environment attracts quality projects.", icon: Briefcase,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Maria Santos profile"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Maria Santos profile"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Mitchell", role: "Marketing Director", testimonial:
|
||||
"Finding reliable Filipino SMM specialists has been a game-changer. The two-tier verification means I hire with confidence. The time saved on vetting is worth every peso.", icon: CheckCircle,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "James Mitchell profile"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "James Mitchell profile"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Carlos Reyes", role: "Video Editor", testimonial:
|
||||
"My portfolio is displayed beautifully here. Clients see my work history and past reviews immediately. I've doubled my rates since joining STAFFED and staying booked solid.", icon: Briefcase,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Carlos Reyes profile"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Carlos Reyes profile"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sarah Chen", role: "Tech Startup Founder", testimonial:
|
||||
"Building a remote team across 3 time zones was overwhelming until I found STAFFED. The verified badges saved hours of screening. My developers are top-notch and verified.", icon: CheckCircle,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "Sarah Chen profile"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "Sarah Chen profile"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Ana Cruz", role: "UI/UX Designer", testimonial:
|
||||
"The platform's reputation system rewards quality work. Each successful project adds to my verified work badge. Clients trust my skills before we even chat.", icon: Briefcase,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Ana Cruz profile"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Ana Cruz profile"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Thompson", role: "Freelance Hiring Manager", testimonial:
|
||||
"We've hired 20+ freelancers through STAFFED. Zero scams, zero quality issues. The contact verification and confirmed work system is bulletproof. Best decision for scaling our team.", icon: CheckCircle,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "David Thompson profile"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "David Thompson profile"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -238,7 +250,7 @@ export default function HomePage() {
|
||||
description="Simple, fair pricing for freelancers and clients. No hidden fees."
|
||||
tag="Pricing Plans"
|
||||
tagIcon={CreditCard}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -277,7 +289,7 @@ export default function HomePage() {
|
||||
title="Get opportunities and tips delivered"
|
||||
description="Subscribe to our weekly digest. For freelancers: new jobs matching your skills. For clients: hiring best practices and platform updates. Unsubscribe anytime."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg"
|
||||
@@ -297,16 +309,20 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/staffed-platform", ariaLabel: "LinkedIn"},
|
||||
href: "https://linkedin.com/company/staffed-platform", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/staffed_ph", ariaLabel: "Twitter"},
|
||||
href: "https://twitter.com/staffed_ph", ariaLabel: "Twitter"
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/staffed.platform", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com/staffed.platform", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:support@staffed.ph", ariaLabel: "Email Support"},
|
||||
href: "mailto:support@staffed.ph", ariaLabel: "Email Support"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user