From 6634a5a294f70e6ae218ead2a45570ffff7e7141 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:35:15 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 86529a8..2b2674d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,21 +53,21 @@ export default function AboutPage() { id: "1", title: "Empowering Workers", tags: ["Career Growth", "Opportunity"], - imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/explaining-points-new-project_1098-15345.jpg?_wi=3", 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", + 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: "3", title: "Building Trust", tags: ["Verification", "Transparency"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-conference-room_23-2148911826.jpg?_wi=3", imageAlt: "Trust building" } ]} -- 2.49.1 From f734b760956d7b9a4a97111545da02acd56d4c08 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:35:20 +0000 Subject: [PATCH 2/5] Update src/app/cities/page.tsx --- src/app/cities/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/cities/page.tsx b/src/app/cities/page.tsx index 7842775..d2fb474 100644 --- a/src/app/cities/page.tsx +++ b/src/app/cities/page.tsx @@ -53,28 +53,28 @@ export default function CitiesPage() { 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", + 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: "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", + imageSrc: "http://img.b2bpic.net/free-photo/scenery-sunset-mill-building-greensboro-north-carolina-usa_181624-24794.jpg?_wi=3", 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", + imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-according-road-conditions-have-barriers_1150-24316.jpg?_wi=2", 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", + imageSrc: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623440.jpg?_wi=2", imageAlt: "Aurangabad city" } ]} @@ -96,21 +96,21 @@ export default function CitiesPage() { id: "1", title: "Complete Worker Profiles", tags: ["Experience", "Certifications"], - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-pointing-phone_23-2148336922.jpg?_wi=6", 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", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-report_329181-11798.jpg?_wi=4", 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", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124289.jpg?_wi=4", imageAlt: "Quick response" } ]} -- 2.49.1 From a29d535627f581fa32988da45bf2b97be9e50b90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:35:23 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 48 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 282ff27..eedd6c0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,54 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Nunito_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Nunito_Sans } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const nunitoSans = Nunito_Sans({ variable: "--font-nunito-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Find Worker - Job Marketplace in Maharashtra", + description: "Connect with skilled workers at basic to advanced levels across Maharashtra cities. Post jobs, find workers, and hire verified professionals.", + keywords: "workers Maharashtra, job marketplace, employment, skilled workers, Mumbai jobs, Pune jobs, Nagpur jobs", + metadataBase: new URL("https://findworker.example.com"), + alternates: { + canonical: "https://findworker.example.com", + }, + openGraph: { + title: "Find Worker - Job Marketplace in Maharashtra", + description: "Connect with skilled workers across Maharashtra. Find jobs or post opportunities in your city.", + url: "https://findworker.example.com", + siteName: "FindWorker", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Find Worker - Job Marketplace in Maharashtra", + description: "Connect with skilled workers at basic to advanced levels across Maharashtra.", + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +57,9 @@ export default function RootLayout({ return ( - + {children}