Merge version_1 into main #2
@@ -6,7 +6,6 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import Link from 'next/link';
|
||||
import { Zap, Award, BarChart3, HelpCircle } from 'lucide-react';
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -14,7 +13,7 @@ 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" },
|
||||
];
|
||||
|
||||
@@ -36,8 +35,7 @@ export default function AboutPage() {
|
||||
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"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,25 +48,16 @@ export default function AboutPage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Empowering Workers",
|
||||
tags: ["Career Growth", "Opportunity"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg?_wi=3",
|
||||
imageAlt: "Worker empowerment"
|
||||
id: "1", title: "Empowering Workers", tags: ["Career Growth", "Opportunity"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg", imageAlt: "Worker empowerment"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Supporting Employers",
|
||||
tags: ["Quality Talent", "Easy Hiring"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-women-working-as-architectors-constraction-making-decision-about-plan-building_1157-48459.jpg?_wi=3",
|
||||
imageAlt: "Employer support"
|
||||
id: "2", title: "Supporting Employers", tags: ["Quality Talent", "Easy Hiring"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-women-working-as-architectors-constraction-making-decision-about-plan-building_1157-48459.jpg", imageAlt: "Employer support"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Building Trust",
|
||||
tags: ["Verification", "Transparency"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg?_wi=3",
|
||||
imageAlt: "Trust building"
|
||||
id: "3", title: "Building Trust", tags: ["Verification", "Transparency"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg", imageAlt: "Trust building"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -102,34 +91,22 @@ export default function AboutPage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Who founded Find Worker?",
|
||||
content: "Find Worker was founded by a team of employment technology experts committed to democratizing job opportunities across Maharashtra and creating a more inclusive marketplace."
|
||||
id: "1", title: "Who founded Find Worker?", content: "Find Worker was founded by a team of employment technology experts committed to democratizing job opportunities across Maharashtra and creating a more inclusive marketplace."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long has Find Worker been operating?",
|
||||
content: "Since our launch, we've successfully connected thousands of workers with employers, facilitating meaningful career opportunities across the state."
|
||||
id: "2", title: "How long has Find Worker been operating?", content: "Since our launch, we've successfully connected thousands of workers with employers, facilitating meaningful career opportunities across the state."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What makes Find Worker different?",
|
||||
content: "Our unique approach combines local expertise with modern technology, focusing on verification, transparency, and direct connections between workers and employers."
|
||||
id: "3", title: "What makes Find Worker different?", content: "Our unique approach combines local expertise with modern technology, focusing on verification, transparency, and direct connections between workers and employers."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What are your future plans?",
|
||||
content: "We're expanding to more states, adding advanced matching algorithms, and developing mobile features to serve even more job seekers and employers."
|
||||
id: "4", title: "What are your future plans?", content: "We're expanding to more states, adding advanced matching algorithms, and developing mobile features to serve even more job seekers and employers."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do you ensure quality?",
|
||||
content: "We maintain quality through rigorous worker verification, employer ratings, user feedback, and continuous platform improvements based on community needs."
|
||||
id: "5", title: "How do you ensure quality?", content: "We maintain quality through rigorous worker verification, employer ratings, user feedback, and continuous platform improvements based on community needs."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "How can I support Find Worker?",
|
||||
content: "Share your experience with others, provide feedback to help us improve, and use our referral program to introduce new users to the platform."
|
||||
id: "6", title: "How can I support Find Worker?", content: "Share your experience with others, provide feedback to help us improve, and use our referral program to introduce new users to the platform."
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
@@ -6,7 +6,6 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import Link from 'next/link';
|
||||
import { MapPin, Zap, Users } from 'lucide-react';
|
||||
|
||||
export default function CitiesPage() {
|
||||
@@ -14,7 +13,7 @@ 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" },
|
||||
];
|
||||
|
||||
@@ -36,8 +35,7 @@ export default function CitiesPage() {
|
||||
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"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,32 +48,16 @@ export default function CitiesPage() {
|
||||
tagIcon={MapPin}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mumbai Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-indian-business-man-suits-sitting-office-cafe-with-laptop-texting-phones-making-photo-coffee_627829-1491.jpg?_wi=3",
|
||||
imageAlt: "Mumbai city"
|
||||
id: "1", name: "Mumbai Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/group-indian-business-man-suits-sitting-office-cafe-with-laptop-texting-phones-making-photo-coffee_627829-1491.jpg", imageAlt: "Mumbai city"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pune Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-sunset-mill-building-greensboro-north-carolina-usa_181624-24794.jpg?_wi=3",
|
||||
imageAlt: "Pune city"
|
||||
id: "2", name: "Pune Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/scenery-sunset-mill-building-greensboro-north-carolina-usa_181624-24794.jpg", imageAlt: "Pune city"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nagpur Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-according-road-conditions-have-barriers_1150-24316.jpg?_wi=2",
|
||||
imageAlt: "Nagpur city"
|
||||
id: "3", name: "Nagpur Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-according-road-conditions-have-barriers_1150-24316.jpg", imageAlt: "Nagpur city"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Aurangabad Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623440.jpg?_wi=2",
|
||||
imageAlt: "Aurangabad city"
|
||||
id: "4", name: "Aurangabad Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623440.jpg", imageAlt: "Aurangabad city"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -93,25 +75,16 @@ export default function CitiesPage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Complete Worker Profiles",
|
||||
tags: ["Experience", "Certifications"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg?_wi=6",
|
||||
imageAlt: "Worker profiles"
|
||||
id: "1", title: "Complete Worker Profiles", tags: ["Experience", "Certifications"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg", imageAlt: "Worker profiles"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Verified Local Specialists",
|
||||
tags: ["Background Checked", "Ratings"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg?_wi=4",
|
||||
imageAlt: "Verified specialists"
|
||||
id: "2", title: "Verified Local Specialists", tags: ["Background Checked", "Ratings"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg", imageAlt: "Verified specialists"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Quick Response Times",
|
||||
tags: ["24-Hour Service", "Nearby Workers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg?_wi=4",
|
||||
imageAlt: "Quick response"
|
||||
id: "3", title: "Quick Response Times", tags: ["24-Hour Service", "Nearby Workers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg", imageAlt: "Quick response"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import Link from 'next/link';
|
||||
import { MessageCircle } from 'lucide-react';
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -12,7 +11,7 @@ export default function ContactPage() {
|
||||
{ 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" },
|
||||
];
|
||||
|
||||
@@ -34,41 +33,29 @@ 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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="py-20">
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
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}
|
||||
|
||||
187
src/app/page.tsx
187
src/app/page.tsx
@@ -9,15 +9,15 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import Link from 'next/link';
|
||||
import { Briefcase, Zap, MapPin, Award, BarChart3, HelpCircle, Sprout, TrendingUp, Crown, Users, CheckCircle } from 'lucide-react';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import { Briefcase, Zap, MapPin, Award, BarChart3, HelpCircle, Sprout, TrendingUp, Crown, Users, CheckCircle, MessageCircle } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ 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" },
|
||||
];
|
||||
|
||||
@@ -39,13 +39,11 @@ 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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero" className="min-h-screen flex items-center justify-center">
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="Connect with Skilled Workers Across Maharashtra"
|
||||
description="Find reliable workers at basic, intermediate, and advanced skill levels. Post jobs or find work opportunities in your city."
|
||||
@@ -57,13 +55,13 @@ export default function HomePage() {
|
||||
{ text: "Post a Job", href: "https://findworker.example.com/post-job" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346656.jpg?_wi=1", imageAlt: "Diverse workers in Maharashtra" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg?_wi=1", imageAlt: "Worker search platform" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg?_wi=1", imageAlt: "Worker skill levels" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=1", imageAlt: "City locations in Maharashtra" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg?_wi=1", imageAlt: "Verified workers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-indian-business-man-suits-sitting-office-cafe-with-laptop-texting-phones-making-photo-coffee_627829-1491.jpg?_wi=1", imageAlt: "Mumbai job opportunities" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/scenery-sunset-mill-building-greensboro-north-carolina-usa_181624-24794.jpg?_wi=1", imageAlt: "Pune employment market" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346656.jpg", imageAlt: "Diverse workers in Maharashtra" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg", imageAlt: "Worker search platform" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg", imageAlt: "Worker skill levels" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg", imageAlt: "City locations in Maharashtra" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg", imageAlt: "Verified workers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-indian-business-man-suits-sitting-office-cafe-with-laptop-texting-phones-making-photo-coffee_627829-1491.jpg", imageAlt: "Mumbai job opportunities" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/scenery-sunset-mill-building-greensboro-north-carolina-usa_181624-24794.jpg", imageAlt: "Pune employment market" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,46 +74,28 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Advanced Worker Search",
|
||||
tags: ["Search", "Filter by Skills"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg?_wi=2",
|
||||
imageAlt: "Advanced worker search"
|
||||
id: "1", title: "Advanced Worker Search", tags: ["Search", "Filter by Skills"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg", imageAlt: "Advanced worker search"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Skill Level Categories",
|
||||
tags: ["Basic to Advanced", "Verified Profiles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg?_wi=2",
|
||||
imageAlt: "Skill level categories"
|
||||
id: "2", title: "Skill Level Categories", tags: ["Basic to Advanced", "Verified Profiles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg", imageAlt: "Skill level categories"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "City-Based Matching",
|
||||
tags: ["Local Workers", "Geographic Search"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=2",
|
||||
imageAlt: "City-based matching"
|
||||
id: "3", title: "City-Based Matching", tags: ["Local Workers", "Geographic Search"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg", imageAlt: "City-based matching"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Worker Verification",
|
||||
tags: ["Trusted Profiles", "Background Check"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg?_wi=2",
|
||||
imageAlt: "Worker verification"
|
||||
id: "4", title: "Worker Verification", tags: ["Trusted Profiles", "Background Check"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg", imageAlt: "Worker verification"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Easy Job Posting",
|
||||
tags: ["Post Quickly", "Reach Workers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346656.jpg?_wi=2",
|
||||
imageAlt: "Easy job posting"
|
||||
id: "5", title: "Easy Job Posting", tags: ["Post Quickly", "Reach Workers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346656.jpg", imageAlt: "Easy job posting"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Direct Communication",
|
||||
tags: ["Chat & Connect", "Instant Messages"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg?_wi=3",
|
||||
imageAlt: "Direct communication"
|
||||
id: "6", title: "Direct Communication", tags: ["Chat & Connect", "Instant Messages"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg", imageAlt: "Direct communication"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -124,7 +104,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cities" data-section="cities" className="grid gap-8">
|
||||
<div id="cities" data-section="cities">
|
||||
<ProductCardThree
|
||||
title="Workers in Maharashtra Cities"
|
||||
description="Find skilled workers available in your city across Maharashtra"
|
||||
@@ -132,32 +112,16 @@ export default function HomePage() {
|
||||
tagIcon={MapPin}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mumbai Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-indian-business-man-suits-sitting-office-cafe-with-laptop-texting-phones-making-photo-coffee_627829-1491.jpg?_wi=2",
|
||||
imageAlt: "Mumbai city"
|
||||
id: "1", name: "Mumbai Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/group-indian-business-man-suits-sitting-office-cafe-with-laptop-texting-phones-making-photo-coffee_627829-1491.jpg", imageAlt: "Mumbai city"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pune Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-sunset-mill-building-greensboro-north-carolina-usa_181624-24794.jpg?_wi=2",
|
||||
imageAlt: "Pune city"
|
||||
id: "2", name: "Pune Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/scenery-sunset-mill-building-greensboro-north-carolina-usa_181624-24794.jpg", imageAlt: "Pune city"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nagpur Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-according-road-conditions-have-barriers_1150-24316.jpg?_wi=1",
|
||||
imageAlt: "Nagpur city"
|
||||
id: "3", name: "Nagpur Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-according-road-conditions-have-barriers_1150-24316.jpg", imageAlt: "Nagpur city"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Aurangabad Workers",
|
||||
price: "Find Jobs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623440.jpg?_wi=1",
|
||||
imageAlt: "Aurangabad city"
|
||||
id: "4", name: "Aurangabad Workers", price: "Find Jobs", imageSrc: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623440.jpg", imageAlt: "Aurangabad city"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -175,22 +139,16 @@ 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"
|
||||
@@ -226,34 +184,22 @@ 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"
|
||||
@@ -271,28 +217,20 @@ 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"
|
||||
@@ -301,6 +239,33 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
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"}}
|
||||
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: "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: "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"
|
||||
accordionAnimationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="FindWorker"
|
||||
|
||||
@@ -12,9 +12,9 @@ export default function WorkersPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Find Workers", id: "/workers" },
|
||||
{ name: "Cities", id: "cities" },
|
||||
{ name: "How It Works", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Cities", id: "/cities" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -30,20 +30,16 @@ export default function WorkersPage() {
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero" className="min-h-screen flex items-center justify-center">
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="Find Skilled Workers by Level"
|
||||
description="Search and connect with verified workers in Maharashtra based on expertise, experience, and location. Browse our comprehensive database of professionals ready to work."
|
||||
@@ -52,45 +48,28 @@ export default function WorkersPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Basic Workers",
|
||||
href: "/workers",
|
||||
},
|
||||
text: "Browse Basic Workers", href: "/workers"},
|
||||
{
|
||||
text: "View Advanced Professionals",
|
||||
href: "/workers",
|
||||
},
|
||||
text: "View Advanced Professionals", href: "/workers"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg?_wi=1",
|
||||
imageAlt: "Beginner worker training",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg", imageAlt: "Beginner worker training"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-women-working-as-architectors-constraction-making-decision-about-plan-building_1157-48459.jpg?_wi=1",
|
||||
imageAlt: "Intermediate workers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-women-working-as-architectors-constraction-making-decision-about-plan-building_1157-48459.jpg", imageAlt: "Intermediate workers"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg?_wi=1",
|
||||
imageAlt: "Advanced professionals",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg", imageAlt: "Advanced professionals"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg?_wi=3",
|
||||
imageAlt: "Professional expertise",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg", imageAlt: "Professional expertise"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346656.jpg?_wi=3",
|
||||
imageAlt: "Worker collaboration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346656.jpg", imageAlt: "Worker collaboration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg?_wi=4",
|
||||
imageAlt: "Search platform",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg", imageAlt: "Search platform"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Skill Levels Section */}
|
||||
<div id="skills" data-section="skills" className="mx-auto px-4 md:px-6 py-16">
|
||||
<div id="skills" data-section="skills">
|
||||
<ProductCardThree
|
||||
title="Explore Worker Skill Levels"
|
||||
description="Find the perfect match for your project needs across three expertise categories"
|
||||
@@ -98,26 +77,11 @@ export default function WorkersPage() {
|
||||
tagIcon={Award}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Basic Level Workers",
|
||||
price: "Entry Position",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg?_wi=2",
|
||||
imageAlt: "Basic level workers",
|
||||
},
|
||||
id: "1", name: "Basic Level Workers", price: "Entry Position", imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg", imageAlt: "Basic level workers"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Intermediate Professionals",
|
||||
price: "Experienced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-women-working-as-architectors-constraction-making-decision-about-plan-building_1157-48459.jpg?_wi=2",
|
||||
imageAlt: "Intermediate professionals",
|
||||
},
|
||||
id: "2", name: "Intermediate Professionals", price: "Experienced", imageSrc: "http://img.b2bpic.net/free-photo/three-women-working-as-architectors-constraction-making-decision-about-plan-building_1157-48459.jpg", imageAlt: "Intermediate professionals"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Advanced Experts",
|
||||
price: "Expert Level",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg?_wi=2",
|
||||
imageAlt: "Advanced experts",
|
||||
},
|
||||
id: "3", name: "Advanced Experts", price: "Expert Level", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg", imageAlt: "Advanced experts"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -126,8 +90,7 @@ export default function WorkersPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Worker Features Section */}
|
||||
<div id="features" data-section="features" className="mx-auto px-4 md:px-6 py-16">
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
title="Why Choose Our Workers"
|
||||
description="Quality, reliability, and verified expertise across all skill levels"
|
||||
@@ -135,26 +98,14 @@ export default function WorkersPage() {
|
||||
tagIcon={MapPin}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Verified Credentials",
|
||||
tags: ["Background Checked", "Certified Profiles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg?_wi=3",
|
||||
imageAlt: "Verification system",
|
||||
},
|
||||
id: "1", title: "Verified Credentials", tags: ["Background Checked", "Certified Profiles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg", imageAlt: "Verification system"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Local Availability",
|
||||
tags: ["City-Based", "Quick Deployment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=3",
|
||||
imageAlt: "Location matching",
|
||||
},
|
||||
id: "2", title: "Local Availability", tags: ["City-Based", "Quick Deployment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg", imageAlt: "Location matching"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Transparent Profiles",
|
||||
tags: ["Work History", "Skills Listed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg?_wi=5",
|
||||
imageAlt: "Worker profiles",
|
||||
},
|
||||
id: "3", title: "Transparent Profiles", tags: ["Work History", "Skills Listed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg", imageAlt: "Worker profiles"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -162,18 +113,13 @@ export default function WorkersPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="FindWorker"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Terms of Service", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user