diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 51d1a46..deb1740 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -30,14 +30,12 @@ export default function AboutPage() {
{ name: "Home", id: "/" },
{ name: "Find Workers", id: "/workers" },
{ name: "Cities", id: "/cities" },
- { name: "How It Works", id: "/features" },
+ { name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="FindWorker"
button={{
- text: "Post a Job",
- href: "https://findworker.example.com/post-job",
- }}
+ text: "Post a Job", href: "https://findworker.example.com/post-job"}}
/>
@@ -46,47 +44,23 @@ export default function AboutPage() {
diff --git a/src/app/cities/page.tsx b/src/app/cities/page.tsx
index 645de9e..df321c5 100644
--- a/src/app/cities/page.tsx
+++ b/src/app/cities/page.tsx
@@ -30,14 +30,12 @@ export default function CitiesPage() {
{ name: "Home", id: "/" },
{ name: "Find Workers", id: "/workers" },
{ name: "Cities", id: "/cities" },
- { name: "How It Works", id: "/features" },
+ { name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="FindWorker"
button={{
- text: "Post a Job",
- href: "https://findworker.example.com/post-job",
- }}
+ text: "Post a Job", href: "https://findworker.example.com/post-job"}}
/>
@@ -46,33 +44,13 @@ export default function CitiesPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 33b2678..463b0a3 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -9,11 +9,11 @@ import { MessageCircle } from "lucide-react";
export default function ContactPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Find Workers", id: "workers" },
- { name: "Cities", id: "cities" },
- { name: "How It Works", id: "features" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Find Workers", id: "/workers" },
+ { name: "Cities", id: "/cities" },
+ { name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
];
return (
@@ -34,9 +34,7 @@ export default function ContactPage() {
navItems={navItems}
brandName="FindWorker"
button={{
- text: "Post a Job",
- href: "https://findworker.example.com/post-job",
- }}
+ text: "Post a Job", href: "https://findworker.example.com/post-job"}}
/>
@@ -44,36 +42,22 @@ export default function ContactPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d2c8566..c59f717 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,11 +28,11 @@ import {
export default function HomePage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Find Workers", id: "workers" },
- { name: "Cities", id: "cities" },
- { name: "How It Works", id: "features" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Find Workers", id: "/workers" },
+ { name: "Cities", id: "/cities" },
+ { name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
];
return (
@@ -53,9 +53,7 @@ export default function HomePage() {
navItems={navItems}
brandName="FindWorker"
button={{
- text: "Post a Job",
- href: "https://findworker.example.com/post-job",
- }}
+ text: "Post a Job", href: "https://findworker.example.com/post-job"}}
/>
@@ -68,50 +66,32 @@ export default function HomePage() {
background={{ variant: "gradient-bars" }}
buttons={[
{
- text: "Find Workers",
- href: "/workers",
- },
+ text: "Find Workers", href: "/workers"},
{
- text: "Post a Job",
- href: "https://findworker.example.com/post-job",
- },
+ text: "Post a Job", href: "https://findworker.example.com/post-job"},
]}
mediaItems={[
{
imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-work_23-2148921380.jpg?_wi=1",
- imageAlt: "Diverse workers in Maharashtra",
- },
+ "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-work_23-2148921380.jpg", imageAlt: "Diverse workers in Maharashtra"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing_23-2149006884.jpg?_wi=1",
- imageAlt: "Worker search platform",
- },
+ "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing_23-2149006884.jpg", imageAlt: "Worker search platform"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/people-working-power-saving-solutions-together_23-2148820197.jpg?_wi=1",
- imageAlt: "Worker skill levels",
- },
+ "http://img.b2bpic.net/free-photo/people-working-power-saving-solutions-together_23-2148820197.jpg", imageAlt: "Worker skill levels"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/close-up-north-america-map-pinpoint_23-2148232460.jpg?_wi=1",
- imageAlt: "City locations in Maharashtra",
- },
+ "http://img.b2bpic.net/free-photo/close-up-north-america-map-pinpoint_23-2148232460.jpg", imageAlt: "City locations in Maharashtra"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg?_wi=1",
- imageAlt: "Verified workers",
- },
+ "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg", imageAlt: "Verified workers"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/chicago-city-downtown_649448-4241.jpg?_wi=1",
- imageAlt: "Mumbai job opportunities",
- },
+ "http://img.b2bpic.net/free-photo/chicago-city-downtown_649448-4241.jpg", imageAlt: "Mumbai job opportunities"},
{
imageSrc:
- "http://img.b2bpic.net/free-photo/businesswomen-drinking-coffee-working-with-papers_74855-4968.jpg?_wi=1",
- imageAlt: "Pune employment market",
- },
+ "http://img.b2bpic.net/free-photo/businesswomen-drinking-coffee-working-with-papers_74855-4968.jpg", imageAlt: "Pune employment market"},
]}
/>
@@ -124,53 +104,29 @@ export default function HomePage() {
tagIcon={Zap}
features={[
{
- id: "1",
- title: "Advanced Worker Search",
- tags: ["Search", "Filter by Skills"],
+ id: "1", title: "Advanced Worker Search", tags: ["Search", "Filter by Skills"],
imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing_23-2149006884.jpg?_wi=2",
- imageAlt: "Advanced worker search",
- },
+ "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing_23-2149006884.jpg", imageAlt: "Advanced worker search"},
{
- id: "2",
- title: "Skill Level Categories",
- tags: ["Basic to Advanced", "Verified Profiles"],
+ id: "2", title: "Skill Level Categories", tags: ["Basic to Advanced", "Verified Profiles"],
imageSrc:
- "http://img.b2bpic.net/free-photo/people-working-power-saving-solutions-together_23-2148820197.jpg?_wi=2",
- imageAlt: "Skill level categories",
- },
+ "http://img.b2bpic.net/free-photo/people-working-power-saving-solutions-together_23-2148820197.jpg", imageAlt: "Skill level categories"},
{
- id: "3",
- title: "City-Based Matching",
- tags: ["Local Workers", "Geographic Search"],
+ id: "3", title: "City-Based Matching", tags: ["Local Workers", "Geographic Search"],
imageSrc:
- "http://img.b2bpic.net/free-photo/close-up-north-america-map-pinpoint_23-2148232460.jpg?_wi=2",
- imageAlt: "City-based matching",
- },
+ "http://img.b2bpic.net/free-photo/close-up-north-america-map-pinpoint_23-2148232460.jpg", imageAlt: "City-based matching"},
{
- id: "4",
- title: "Worker Verification",
- tags: ["Trusted Profiles", "Background Check"],
+ id: "4", title: "Worker Verification", tags: ["Trusted Profiles", "Background Check"],
imageSrc:
- "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg?_wi=2",
- imageAlt: "Worker verification",
- },
+ "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg", imageAlt: "Worker verification"},
{
- id: "5",
- title: "Easy Job Posting",
- tags: ["Post Quickly", "Reach Workers"],
+ id: "5", title: "Easy Job Posting", tags: ["Post Quickly", "Reach Workers"],
imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-work_23-2148921380.jpg?_wi=2",
- imageAlt: "Easy job posting",
- },
+ "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-work_23-2148921380.jpg", imageAlt: "Easy job posting"},
{
- id: "6",
- title: "Direct Communication",
- tags: ["Chat & Connect", "Instant Messages"],
+ id: "6", title: "Direct Communication", tags: ["Chat & Connect", "Instant Messages"],
imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing_23-2149006884.jpg?_wi=3",
- imageAlt: "Direct communication",
- },
+ "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing_23-2149006884.jpg", imageAlt: "Direct communication"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -186,37 +142,17 @@ export default function HomePage() {
tagIcon={MapPin}
products={[
{
- id: "1",
- name: "Mumbai Workers",
- price: "Find Jobs",
- imageSrc:
- "http://img.b2bpic.net/free-photo/chicago-city-downtown_649448-4241.jpg?_wi=2",
- imageAlt: "Mumbai city",
- },
+ id: "1", name: "Mumbai Workers", price: "Find Jobs", imageSrc:
+ "http://img.b2bpic.net/free-photo/chicago-city-downtown_649448-4241.jpg", imageAlt: "Mumbai city"},
{
- id: "2",
- name: "Pune Workers",
- price: "Find Jobs",
- imageSrc:
- "http://img.b2bpic.net/free-photo/businesswomen-drinking-coffee-working-with-papers_74855-4968.jpg?_wi=2",
- imageAlt: "Pune city",
- },
+ id: "2", name: "Pune Workers", price: "Find Jobs", imageSrc:
+ "http://img.b2bpic.net/free-photo/businesswomen-drinking-coffee-working-with-papers_74855-4968.jpg", imageAlt: "Pune city"},
{
- id: "3",
- name: "Nagpur Workers",
- price: "Find Jobs",
- imageSrc:
- "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500833.jpg?_wi=1",
- imageAlt: "Nagpur city",
- },
+ id: "3", name: "Nagpur Workers", price: "Find Jobs", imageSrc:
+ "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500833.jpg", imageAlt: "Nagpur city"},
{
- id: "4",
- name: "Aurangabad Workers",
- price: "Find Jobs",
- imageSrc:
- "http://img.b2bpic.net/free-photo/worker-protesting-working-rights_23-2151546416.jpg?_wi=1",
- imageAlt: "Aurangabad city",
- },
+ id: "4", name: "Aurangabad Workers", price: "Find Jobs", imageSrc:
+ "http://img.b2bpic.net/free-photo/worker-protesting-working-rights_23-2151546416.jpg", imageAlt: "Aurangabad city"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -233,23 +169,14 @@ export default function HomePage() {
tagIcon={Award}
metrics={[
{
- id: "1",
- icon: Sprout,
- title: "Basic Level",
- value: "Entry Position",
- },
+ id: "1", icon: Sprout,
+ title: "Basic Level", value: "Entry Position"},
{
- id: "2",
- icon: TrendingUp,
- title: "Intermediate",
- value: "Experienced",
- },
+ id: "2", icon: TrendingUp,
+ title: "Intermediate", value: "Experienced"},
{
- id: "3",
- icon: Crown,
- title: "Advanced",
- value: "Expert Level",
- },
+ id: "3", icon: Crown,
+ title: "Advanced", value: "Expert Level"},
]}
animationType="scale-rotate"
textboxLayout="default"
@@ -264,29 +191,17 @@ export default function HomePage() {
author="Raj Kumar, Mumbai"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg",
- alt: "Raj Kumar",
- },
+ src: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg", alt: "Raj Kumar"},
{
- src: "http://img.b2bpic.net/free-photo/pleased-young-builder-man-uniform-with-safety-helmet-pointing-front-with-two-hands-isolated-white-wall-with-copy-space_141793-119620.jpg",
- alt: "Priya Singh",
- },
+ src: "http://img.b2bpic.net/free-photo/pleased-young-builder-man-uniform-with-safety-helmet-pointing-front-with-two-hands-isolated-white-wall-with-copy-space_141793-119620.jpg", alt: "Priya Singh"},
{
- src: "http://img.b2bpic.net/free-photo/happy-young-female-trainee-dressed-as-office-worker-holding-hands-her-suit-smiling-camera-confident-standing-against-white-background_176420-48410.jpg",
- alt: "Amit Patel",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-young-female-trainee-dressed-as-office-worker-holding-hands-her-suit-smiling-camera-confident-standing-against-white-background_176420-48410.jpg", alt: "Amit Patel"},
{
- src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg",
- alt: "Neha Sharma",
- },
+ src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg", alt: "Neha Sharma"},
{
- src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg",
- alt: "Vikram Reddy",
- },
+ src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg", alt: "Vikram Reddy"},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
- alt: "Anjali Desai",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", alt: "Anjali Desai"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -302,41 +217,23 @@ export default function HomePage() {
tagIcon={HelpCircle}
faqs={[
{
- id: "1",
- title: "How do I post a job?",
- content:
- "Simply click 'Post a Job' on the homepage, fill in job details, specify the skill level required, select the city, and publish. Interested workers will contact you within hours.",
- },
+ id: "1", title: "How do I post a job?", content:
+ "Simply click 'Post a Job' on the homepage, fill in job details, specify the skill level required, select the city, and publish. Interested workers will contact you within hours."},
{
- id: "2",
- title: "How do I find workers?",
- content:
- "Use our advanced search filters by city, skill level, experience, and availability. Browse verified worker profiles and connect directly through the platform.",
- },
+ id: "2", title: "How do I find workers?", content:
+ "Use our advanced search filters by city, skill level, experience, and availability. Browse verified worker profiles and connect directly through the platform."},
{
- id: "3",
- title: "What skill levels are available?",
- content:
- "We categorize workers into three levels: Basic (entry-level), Intermediate (experienced), and Advanced (expert). Each level has verified credentials.",
- },
+ id: "3", title: "What skill levels are available?", content:
+ "We categorize workers into three levels: Basic (entry-level), Intermediate (experienced), and Advanced (expert). Each level has verified credentials."},
{
- id: "4",
- title: "Which cities are covered?",
- content:
- "Find Worker currently serves major Maharashtra cities including Mumbai, Pune, Nagpur, Aurangabad, Nashik, and Thane. We're expanding to more cities regularly.",
- },
+ id: "4", title: "Which cities are covered?", content:
+ "Find Worker currently serves major Maharashtra cities including Mumbai, Pune, Nagpur, Aurangabad, Nashik, and Thane. We're expanding to more cities regularly."},
{
- id: "5",
- title: "Is worker verification mandatory?",
- content:
- "Yes, all workers undergo background verification before posting profiles. This ensures safety and reliability for all employers on the platform.",
- },
+ id: "5", title: "Is worker verification mandatory?", content:
+ "Yes, all workers undergo background verification before posting profiles. This ensures safety and reliability for all employers on the platform."},
{
- id: "6",
- title: "What if I'm not satisfied?",
- content:
- "We offer a satisfaction guarantee. If you're not happy with the worker, you can request a replacement or get a refund within 7 days.",
- },
+ id: "6", title: "What if I'm not satisfied?", content:
+ "We offer a satisfaction guarantee. If you're not happy with the worker, you can request a replacement or get a refund within 7 days."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -353,29 +250,17 @@ export default function HomePage() {
tagIcon={BarChart3}
metrics={[
{
- id: "1",
- icon: Users,
- title: "Active Workers",
- value: "50,000+",
- },
+ id: "1", icon: Users,
+ title: "Active Workers", value: "50,000+"},
{
- id: "2",
- icon: Briefcase,
- title: "Jobs Posted",
- value: "15,000+",
- },
+ id: "2", icon: Briefcase,
+ title: "Jobs Posted", value: "15,000+"},
{
- id: "3",
- icon: MapPin,
- title: "Cities Covered",
- value: "12 Cities",
- },
+ id: "3", icon: MapPin,
+ title: "Cities Covered", value: "12 Cities"},
{
- id: "4",
- icon: CheckCircle,
- title: "Success Rate",
- value: "94%",
- },
+ id: "4", icon: CheckCircle,
+ title: "Success Rate", value: "94%"},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -388,35 +273,21 @@ export default function HomePage() {
ctaTitle="Get in Touch"
ctaDescription="Have questions? Our support team is ready to help you find the right workers or post your job."
ctaButton={{
- text: "Send Message",
- href: "https://findworker.example.com/contact",
- }}
+ text: "Send Message", href: "https://findworker.example.com/contact"}}
ctaIcon={MessageCircle}
faqs={[
{
- id: "1",
- title: "How quickly can I find a worker?",
- content:
- "Most jobs receive applications within 24 hours. Our verification system ensures you get qualified candidates fast.",
- },
+ id: "1", title: "How quickly can I find a worker?", content:
+ "Most jobs receive applications within 24 hours. Our verification system ensures you get qualified candidates fast."},
{
- id: "2",
- title: "Can I negotiate rates with workers?",
- content:
- "Yes, all negotiations happen directly between you and the worker through our secure messaging platform.",
- },
+ id: "2", title: "Can I negotiate rates with workers?", content:
+ "Yes, all negotiations happen directly between you and the worker through our secure messaging platform."},
{
- id: "3",
- title: "Do you handle payment processing?",
- content:
- "We recommend using secure payment methods. Workers and employers can agree on payment terms directly.",
- },
+ id: "3", title: "Do you handle payment processing?", content:
+ "We recommend using secure payment methods. Workers and employers can agree on payment terms directly."},
{
- id: "4",
- title: "What if a worker cancels?",
- content:
- "We have backup recommendations and a penalty system to ensure reliability. Multiple replacements are available within hours.",
- },
+ id: "4", title: "What if a worker cancels?", content:
+ "We have backup recommendations and a penalty system to ensure reliability. Multiple replacements are available within hours."},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -428,13 +299,9 @@ export default function HomePage() {
diff --git a/src/app/workers/page.tsx b/src/app/workers/page.tsx
index 04f8bb1..99c6987 100644
--- a/src/app/workers/page.tsx
+++ b/src/app/workers/page.tsx
@@ -18,11 +18,11 @@ import {
export default function WorkersPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Find Workers", id: "workers" },
- { name: "Cities", id: "cities" },
- { name: "How It Works", id: "features" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Find Workers", id: "/workers" },
+ { name: "Cities", id: "/cities" },
+ { name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
];
return (
@@ -43,9 +43,7 @@ export default function WorkersPage() {
navItems={navItems}
brandName="FindWorker"
button={{
- text: "Post a Job",
- href: "https://findworker.example.com/post-job",
- }}
+ text: "Post a Job", href: "https://findworker.example.com/post-job"}}
/>
@@ -57,53 +55,29 @@ export default function WorkersPage() {
tagIcon={Award}
features={[
{
- id: "1",
- title: "Basic Level Workers",
- tags: ["Entry Position", "Training Ready"],
+ id: "1", title: "Basic Level Workers", tags: ["Entry Position", "Training Ready"],
imageSrc:
- "http://img.b2bpic.net/free-photo/hands-holding-word-learn_53876-31419.jpg",
- imageAlt: "Basic level workers",
- },
+ "http://img.b2bpic.net/free-photo/hands-holding-word-learn_53876-31419.jpg", imageAlt: "Basic level workers"},
{
- id: "2",
- title: "Intermediate Level Workers",
- tags: ["Experienced", "Skilled Professionals"],
+ id: "2", title: "Intermediate Level Workers", tags: ["Experienced", "Skilled Professionals"],
imageSrc:
- "http://img.b2bpic.net/free-photo/happy-carpenter-handshaking-with-is-colleague-while-greeting-workshop_637285-11815.jpg",
- imageAlt: "Intermediate level workers",
- },
+ "http://img.b2bpic.net/free-photo/happy-carpenter-handshaking-with-is-colleague-while-greeting-workshop_637285-11815.jpg", imageAlt: "Intermediate level workers"},
{
- id: "3",
- title: "Advanced Level Workers",
- tags: ["Expert", "Master Craftsmen"],
+ id: "3", title: "Advanced Level Workers", tags: ["Expert", "Master Craftsmen"],
imageSrc:
- "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025946.jpg",
- imageAlt: "Advanced level workers",
- },
+ "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025946.jpg", imageAlt: "Advanced level workers"},
{
- id: "4",
- title: "Specialized Professionals",
- tags: ["Certified", "High Expertise"],
+ id: "4", title: "Specialized Professionals", tags: ["Certified", "High Expertise"],
imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-work_23-2148921380.jpg?_wi=3",
- imageAlt: "Specialized professionals",
- },
+ "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-work_23-2148921380.jpg", imageAlt: "Specialized professionals"},
{
- id: "5",
- title: "Team Leaders",
- tags: ["Management", "Project Supervision"],
+ id: "5", title: "Team Leaders", tags: ["Management", "Project Supervision"],
imageSrc:
- "http://img.b2bpic.net/free-photo/people-working-power-saving-solutions-together_23-2148820197.jpg?_wi=3",
- imageAlt: "Team leaders",
- },
+ "http://img.b2bpic.net/free-photo/people-working-power-saving-solutions-together_23-2148820197.jpg", imageAlt: "Team leaders"},
{
- id: "6",
- title: "Verified Experts",
- tags: ["Credentials", "Background Checked"],
+ id: "6", title: "Verified Experts", tags: ["Credentials", "Background Checked"],
imageSrc:
- "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg?_wi=3",
- imageAlt: "Verified experts",
- },
+ "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg", imageAlt: "Verified experts"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -119,37 +93,17 @@ export default function WorkersPage() {
tagIcon={MapPin}
products={[
{
- id: "1",
- name: "Mumbai Workers",
- price: "2,500+ Workers",
- imageSrc:
- "http://img.b2bpic.net/free-photo/chicago-city-downtown_649448-4241.jpg?_wi=3",
- imageAlt: "Mumbai city",
- },
+ id: "1", name: "Mumbai Workers", price: "2,500+ Workers", imageSrc:
+ "http://img.b2bpic.net/free-photo/chicago-city-downtown_649448-4241.jpg", imageAlt: "Mumbai city"},
{
- id: "2",
- name: "Pune Workers",
- price: "1,800+ Workers",
- imageSrc:
- "http://img.b2bpic.net/free-photo/businesswomen-drinking-coffee-working-with-papers_74855-4968.jpg?_wi=3",
- imageAlt: "Pune city",
- },
+ id: "2", name: "Pune Workers", price: "1,800+ Workers", imageSrc:
+ "http://img.b2bpic.net/free-photo/businesswomen-drinking-coffee-working-with-papers_74855-4968.jpg", imageAlt: "Pune city"},
{
- id: "3",
- name: "Nagpur Workers",
- price: "1,200+ Workers",
- imageSrc:
- "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500833.jpg?_wi=2",
- imageAlt: "Nagpur city",
- },
+ id: "3", name: "Nagpur Workers", price: "1,200+ Workers", imageSrc:
+ "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500833.jpg", imageAlt: "Nagpur city"},
{
- id: "4",
- name: "Aurangabad Workers",
- price: "800+ Workers",
- imageSrc:
- "http://img.b2bpic.net/free-photo/worker-protesting-working-rights_23-2151546416.jpg?_wi=2",
- imageAlt: "Aurangabad city",
- },
+ id: "4", name: "Aurangabad Workers", price: "800+ Workers", imageSrc:
+ "http://img.b2bpic.net/free-photo/worker-protesting-working-rights_23-2151546416.jpg", imageAlt: "Aurangabad city"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -166,41 +120,23 @@ export default function WorkersPage() {
tagIcon={HelpCircle}
faqs={[
{
- id: "1",
- title: "How do I filter workers by skill level?",
- content:
- "Use our advanced filters to select Basic, Intermediate, or Advanced workers. Each category shows verified workers with specific expertise and experience levels.",
- },
+ id: "1", title: "How do I filter workers by skill level?", content:
+ "Use our advanced filters to select Basic, Intermediate, or Advanced workers. Each category shows verified workers with specific expertise and experience levels."},
{
- id: "2",
- title: "Can I search workers by specific location?",
- content:
- "Yes, you can filter workers by city and neighborhood. Our geographic search helps you find workers available in your exact location.",
- },
+ id: "2", title: "Can I search workers by specific location?", content:
+ "Yes, you can filter workers by city and neighborhood. Our geographic search helps you find workers available in your exact location."},
{
- id: "3",
- title: "How are workers verified?",
- content:
- "All workers undergo background checks, credential verification, and skill assessment. Look for the verified badge on profiles.",
- },
+ id: "3", title: "How are workers verified?", content:
+ "All workers undergo background checks, credential verification, and skill assessment. Look for the verified badge on profiles."},
{
- id: "4",
- title: "Can I view worker ratings and reviews?",
- content:
- "Yes, each worker profile displays ratings from previous employers, work history, and detailed reviews to help you make informed decisions.",
- },
+ id: "4", title: "Can I view worker ratings and reviews?", content:
+ "Yes, each worker profile displays ratings from previous employers, work history, and detailed reviews to help you make informed decisions."},
{
- id: "5",
- title: "How do I contact a worker?",
- content:
- "Click on any worker profile and use the 'Contact' or 'Send Message' button. You can communicate directly through our secure messaging platform.",
- },
+ id: "5", title: "How do I contact a worker?", content:
+ "Click on any worker profile and use the 'Contact' or 'Send Message' button. You can communicate directly through our secure messaging platform."},
{
- id: "6",
- title: "What if no workers match my criteria?",
- content:
- "You can expand your search to nearby areas, adjust skill level requirements, or post a job. We'll notify you when matching workers become available.",
- },
+ id: "6", title: "What if no workers match my criteria?", content:
+ "You can expand your search to nearby areas, adjust skill level requirements, or post a job. We'll notify you when matching workers become available."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -213,13 +149,9 @@ export default function WorkersPage() {