From 52417a8745a4105a660fccb13b0ad7c6f496eec1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:00:48 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 51 ++++++++++++------------------------------ 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2b2674d..4b11177 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" }} /> @@ -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" -- 2.49.1 From 4a70cc363e52add76d56ecb20f066d3c60647fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:00:49 +0000 Subject: [PATCH 2/5] Update src/app/cities/page.tsx --- src/app/cities/page.tsx | 51 ++++++++++------------------------------- 1 file changed, 12 insertions(+), 39 deletions(-) diff --git a/src/app/cities/page.tsx b/src/app/cities/page.tsx index d2fb474..519f8d2 100644 --- a/src/app/cities/page.tsx +++ b/src/app/cities/page.tsx @@ -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" }} /> @@ -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" -- 2.49.1 From bf5c4e471b64b17e1eecdbb97607cae5c27fead4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:00:50 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 27582df..5c0bac5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"}} /> -
+
Date: Tue, 10 Mar 2026 15:00:50 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 187 +++++++++++++++++++---------------------------- 1 file changed, 76 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90f462b..ca3a966 100644 --- a/src/app/page.tsx +++ b/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"}} />
-
+
@@ -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() { />
-
+
+
+ +
+