From 4ff146c6578a1fbce4887a2921be4f3ca3a87f0b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:35:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 +++++++++++++++++++++++++++++++---------------- 1 file changed, 78 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ee3b40..5e528e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ import { Truck, Package, Paintbrush2, - Spray, + Droplet, Leaf, Wrench, Users, @@ -52,7 +52,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+919876543210"}} + text: "Call Now", href: "tel:+919876543210" + }} animateOnLoad={true} /> @@ -75,16 +76,20 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "Construction Contractor", testimonial: "Best place to hire labour in the morning. Workers are easily available and reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18996.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18996.jpg" + }, { name: "Priya Singh", handle: "Homeowner", testimonial: "Great location for finding workers. Fast service and affordable rates. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-pretty-woman-laughing_141793-116950.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-pretty-woman-laughing_141793-116950.jpg" + }, { name: "Amit Verma", handle: "Business Owner", testimonial: "Convenient location for business needs. Workers are professional and punctual.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-shirt-showing-thumb-up_171337-15577.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-shirt-showing-thumb-up_171337-15577.jpg" + }, { name: "Meera Patel", handle: "House Shifting", testimonial: "Excellent service for house shifting. Got skilled workers quickly at affordable cost.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-blonde-hair-luminous-eyes-gentle-smile-having-dimples-cheeksl_176532-7246.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-blonde-hair-luminous-eyes-gentle-smile-having-dimples-cheeksl_176532-7246.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -100,72 +105,88 @@ export default function LandingPage() { title: "Construction Labour", description: "Skilled and unskilled workers for all construction needs. Reliable and punctual.", icon: Hammer, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/white-collar-workers-works-building-site_1398-5095.jpg", imageAlt: "construction workers on building site"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-collar-workers-works-building-site_1398-5095.jpg", imageAlt: "construction workers on building site" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/conversation-engineers_1098-15478.jpg", imageAlt: "construction materials and workers on site"}, + imageSrc: "http://img.b2bpic.net/free-photo/conversation-engineers_1098-15478.jpg", imageAlt: "construction materials and workers on site" + }, ], }, { title: "House Shifting", description: "Professional house shifting workers. Safe handling of goods and furniture.", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162262.jpg", imageAlt: "workers loading furniture into truck"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162262.jpg", imageAlt: "workers loading furniture into truck" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-daughter-moving-into-new-house_1303-23766.jpg", imageAlt: "moving truck with workers on site"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-daughter-moving-into-new-house_1303-23766.jpg", imageAlt: "moving truck with workers on site" + }, ], }, { title: "Loading & Unloading", description: "Fast and efficient loading/unloading services for goods and cargo.", icon: Package, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229171.jpg", imageAlt: "workers loading cargo boxes outdoor"}, + imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229171.jpg", imageAlt: "workers loading cargo boxes outdoor" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128297.jpg", imageAlt: "warehouse loading dock workers"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128297.jpg", imageAlt: "warehouse loading dock workers" + }, ], }, { title: "Painting & Renovation", description: "Professional painting and renovation workers. Quality finish guaranteed.", icon: Paintbrush2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-builder-yellow-helmet-black-shirt-holding-paint-brush-white-desk-female-builder-architect_140725-35134.jpg", imageAlt: "painter workers painting wall indoors"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-builder-yellow-helmet-black-shirt-holding-paint-brush-white-desk-female-builder-architect_140725-35134.jpg", imageAlt: "painter workers painting wall indoors" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-paintbrush-paints-wood_1150-23991.jpg", imageAlt: "painted room finished renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-paintbrush-paints-wood_1150-23991.jpg", imageAlt: "painted room finished renovation" + }, ], }, { - title: "Cleaning Services", description: "Thorough cleaning for homes and offices. Reliable and hygienic service.", icon: Spray, + title: "Cleaning Services", description: "Thorough cleaning for homes and offices. Reliable and hygienic service.", icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg", imageAlt: "cleaning workers with equipment indoor"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg", imageAlt: "cleaning workers with equipment indoor" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-face-mask-working-office_23-2148656647.jpg", imageAlt: "clean organized office workspace"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-face-mask-working-office_23-2148656647.jpg", imageAlt: "clean organized office workspace" + }, ], }, { title: "Garden & Landscaping", description: "Garden maintenance and landscaping workers. Keep your space green and beautiful.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037247.jpg", imageAlt: "gardening workers landscaping outdoor"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037247.jpg", imageAlt: "gardening workers landscaping outdoor" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-garden-nature-easter-light_1203-5618.jpg", imageAlt: "beautiful landscaped garden outdoor"}, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-garden-nature-easter-light_1203-5618.jpg", imageAlt: "beautiful landscaped garden outdoor" + }, ], }, { title: "Plumbing & Repairs", description: "Skilled plumbing workers for repairs and installations. Quick response.", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "plumber worker fixing pipe indoor"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "plumber worker fixing pipe indoor" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg", imageAlt: "new plumbing installation pipes"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg", imageAlt: "new plumbing installation pipes" + }, ], }, { title: "Daily Wage Labour", description: "General purpose workers for any job. Available daily with flexible hours.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-coffee_23-2148817104.jpg", imageAlt: "diverse group of workers team"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-coffee_23-2148817104.jpg", imageAlt: "diverse group of workers team" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics_23-2149128342.jpg", imageAlt: "workers ready for job outdoor"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics_23-2149128342.jpg", imageAlt: "workers ready for job outdoor" + }, ], }, ]} @@ -215,11 +236,14 @@ export default function LandingPage() { description="Hiring workers is easy. Follow these simple steps and get the workforce you need." metrics={[ { - id: "step-1", value: "Step 1", title: "Call or Submit Request", description: "Call us or fill our quick form with your requirements and number of workers needed.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-talking-phone-while-working_23-2148661198.jpg", imageAlt: "phone call customer service support"}, + id: "step-1", value: "Step 1", title: "Call or Submit Request", description: "Call us or fill our quick form with your requirements and number of workers needed.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-talking-phone-while-working_23-2148661198.jpg", imageAlt: "phone call customer service support" + }, { - id: "step-2", value: "Step 2", title: "Choose Your Workers", description: "Select the number and type of workers you need. Confirm the rate and timing.", imageSrc: "http://img.b2bpic.net/free-photo/four-young-business-people-discussing-negotiation-strategy-before-meeting-with-partners_1262-12659.jpg", imageAlt: "workers selection choosing team"}, + id: "step-2", value: "Step 2", title: "Choose Your Workers", description: "Select the number and type of workers you need. Confirm the rate and timing.", imageSrc: "http://img.b2bpic.net/free-photo/four-young-business-people-discussing-negotiation-strategy-before-meeting-with-partners_1262-12659.jpg", imageAlt: "workers selection choosing team" + }, { - id: "step-3", value: "Step 3", title: "Workers Arrive", description: "Workers arrive at your location on time. Ready to work. Payment after completion.", imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "construction workers on job site"}, + id: "step-3", value: "Step 3", title: "Workers Arrive", description: "Workers arrive at your location on time. Ready to work. Payment after completion.", imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "construction workers on job site" + }, ]} animationType="slide-up" textboxLayout="default" @@ -234,13 +258,17 @@ export default function LandingPage() { tag="Prayagraj, Uttar Pradesh" testimonials={[ { - id: "loc-1", name: "Labour Chauraha - Allahpur", date: "Open: 5 AM - 7 PM", title: "Central Hub for Labour Hiring", quote: "Located at Lebar Churaha, Kidwai Nagar, Punjabi Colony, Shiv Nagar. Easy access from Allahpur, George Town, Civil Lines, and surrounding areas. The most active labour hiring point in Prayagraj.", tag: "Main Location", avatarSrc: "http://img.b2bpic.net/free-vector/double-location-pin-set_78370-8576.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pinpoint-place-europe_23-2148256052.jpg"}, + id: "loc-1", name: "Labour Chauraha - Allahpur", date: "Open: 5 AM - 7 PM", title: "Central Hub for Labour Hiring", quote: "Located at Lebar Churaha, Kidwai Nagar, Punjabi Colony, Shiv Nagar. Easy access from Allahpur, George Town, Civil Lines, and surrounding areas. The most active labour hiring point in Prayagraj.", tag: "Main Location", avatarSrc: "http://img.b2bpic.net/free-vector/double-location-pin-set_78370-8576.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pinpoint-place-europe_23-2148256052.jpg" + }, { - id: "loc-2", name: "Service Areas Covered", date: "All areas within 5km", title: "We Serve These Areas", quote: "Allahpur, Kidwai Nagar, Shiv Nagar, George Town, Civil Lines, Punjabi Colony, and all nearby localities. Workers available for rush jobs in these areas.", tag: "Service Zone", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-compass-travel-map_23-2149554762.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-village-slovenia_181624-30829.jpg"}, + id: "loc-2", name: "Service Areas Covered", date: "All areas within 5km", title: "We Serve These Areas", quote: "Allahpur, Kidwai Nagar, Shiv Nagar, George Town, Civil Lines, Punjabi Colony, and all nearby localities. Workers available for rush jobs in these areas.", tag: "Service Zone", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-compass-travel-map_23-2149554762.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-village-slovenia_181624-30829.jpg" + }, { - id: "loc-3", name: "Easy Transportation", date: "Good connectivity", title: "Accessible Location", quote: "Well-connected by local buses, auto-rickshaw, and private transport. Easy to reach from any part of the city. Parking available for vehicles.", tag: "Access", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-traveller-with-suitcase-looking-paper-map-choosing-where-go_1258-270250.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-hold-shopping-bags-her-hand-chatting-her-phone-after-shopping_7861-843.jpg"}, + id: "loc-3", name: "Easy Transportation", date: "Good connectivity", title: "Accessible Location", quote: "Well-connected by local buses, auto-rickshaw, and private transport. Easy to reach from any part of the city. Parking available for vehicles.", tag: "Access", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-traveller-with-suitcase-looking-paper-map-choosing-where-go_1258-270250.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-hold-shopping-bags-her-hand-chatting-her-phone-after-shopping_7861-843.jpg" + }, { - id: "loc-4", name: "Community Reputation", date: "Est. many years", title: "Trusted by Locals", quote: "Operating as a trusted labour hiring point for many years. Known for fair practices, reliable workers, and transparent pricing. A recognized landmark in Allahpur.", tag: "Reputation", avatarSrc: "http://img.b2bpic.net/free-vector/gradient-feedback-concept-illustrated_52683-62705.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-teaching-another-tablet_1153-1083.jpg"}, + id: "loc-4", name: "Community Reputation", date: "Est. many years", title: "Trusted by Locals", quote: "Operating as a trusted labour hiring point for many years. Known for fair practices, reliable workers, and transparent pricing. A recognized landmark in Allahpur.", tag: "Reputation", avatarSrc: "http://img.b2bpic.net/free-vector/gradient-feedback-concept-illustrated_52683-62705.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-teaching-another-tablet_1153-1083.jpg" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -255,7 +283,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Good place to hire labour - Rajesh K.", "Best for construction workers - Priya S.", "Convenient and affordable - Amit V.", "Professional service - Meera P.", "Quick response time - Vikram M.", "Reliable workers - Sneha D.", "Highly recommended - Rohit T.", "Great experience - Anjali K."]} + "Good place to hire labour - Rajesh K.", "Best for construction workers - Priya S.", "Convenient and affordable - Amit V.", "Professional service - Meera P.", "Quick response time - Vikram M.", "Reliable workers - Sneha D.", "Highly recommended - Rohit T.", "Great experience - Anjali K." + ]} speed={50} showCard={true} /> @@ -266,24 +295,31 @@ export default function LandingPage() { ctaTitle="Need Workers Today?" ctaDescription="Call us or fill the form below. We'll connect you with available workers quickly." ctaButton={{ - text: "Get Workers Now", href: "tel:+919876543210"}} + text: "Get Workers Now", href: "tel:+919876543210" + }} ctaIcon={Phone} useInvertedBackground={false} animationType="slide-up" accordionAnimationType="smooth" faqs={[ { - id: "faq-1", title: "How quickly can I get workers?", content: "We can arrange workers within 30 minutes to 2 hours depending on the time of day and type of work required. Early morning requests (5 AM - 8 AM) get fastest response."}, + id: "faq-1", title: "How quickly can I get workers?", content: "We can arrange workers within 30 minutes to 2 hours depending on the time of day and type of work required. Early morning requests (5 AM - 8 AM) get fastest response." + }, { - id: "faq-2", title: "What is the minimum number of workers I can hire?", content: "You can hire as few as 1 worker or as many as 10+. We have flexibility for all sizes of jobs - small repairs, medium projects, or large construction work."}, + id: "faq-2", title: "What is the minimum number of workers I can hire?", content: "You can hire as few as 1 worker or as many as 10+. We have flexibility for all sizes of jobs - small repairs, medium projects, or large construction work." + }, { - id: "faq-3", title: "How much does it cost?", content: "Rates are transparent and affordable. General labour costs Rs. 400-600 per day, skilled workers Rs. 600-1000+ depending on expertise. Discuss exact rates when you call."}, + id: "faq-3", title: "How much does it cost?", content: "Rates are transparent and affordable. General labour costs Rs. 400-600 per day, skilled workers Rs. 600-1000+ depending on expertise. Discuss exact rates when you call." + }, { - id: "faq-4", title: "Can I hire workers for urgent/last-minute jobs?", content: "Yes! We specialize in quick hiring for urgent jobs. Call us even at short notice. Workers are usually available, especially in early morning hours."}, + id: "faq-4", title: "Can I hire workers for urgent/last-minute jobs?", content: "Yes! We specialize in quick hiring for urgent jobs. Call us even at short notice. Workers are usually available, especially in early morning hours." + }, { - id: "faq-5", title: "Do you provide workers for all types of jobs?", content: "Yes, we provide workers for construction, shifting, loading/unloading, painting, cleaning, gardening, plumbing, and general labour work."}, + id: "faq-5", title: "Do you provide workers for all types of jobs?", content: "Yes, we provide workers for construction, shifting, loading/unloading, painting, cleaning, gardening, plumbing, and general labour work." + }, { - id: "faq-6", title: "How do I pay for the workers?", content: "Payment is made directly to the workers after the job is completed. You can pay in cash. No advance payment required from you."}, + id: "faq-6", title: "How do I pay for the workers?", content: "Payment is made directly to the workers after the job is completed. You can pay in cash. No advance payment required from you." + }, ]} /> @@ -292,9 +328,11 @@ export default function LandingPage() {