diff --git a/src/app/employers/page.tsx b/src/app/employers/page.tsx index 9a6ae82..526472e 100644 --- a/src/app/employers/page.tsx +++ b/src/app/employers/page.tsx @@ -61,25 +61,25 @@ export default function EmployersPage() { { title: "Post Unlimited Jobs", description: "Create detailed job listings with custom questions, skill requirements, and hiring criteria in minutes. Reach qualified candidates instantly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/employer-recruitment-dashboard-displayin-1773170778392-cf1c664d.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/employer-recruitment-dashboard-displayin-1773170778392-cf1c664d.png?_wi=3", imageAlt: "Job posting interface", }, { title: "Smart Candidate Screening", description: "AI-powered screening filters automatically rank candidates based on qualifications, experience, and job fit. Focus on the best matches.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/secure-candidate-verification-and-backgr-1773170778293-e5e9636a.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/secure-candidate-verification-and-backgr-1773170778293-e5e9636a.png?_wi=2", imageAlt: "Candidate screening tools", }, { title: "Interview Scheduling", description: "Streamlined scheduling tools that sync with your calendar, send automated reminders, and reduce no-shows with integrated video interview support.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/remote-team-video-call-meeting-showing-e-1773170776694-5ca5e1d9.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/remote-team-video-call-meeting-showing-e-1773170776694-5ca5e1d9.png?_wi=2", imageAlt: "Interview scheduling interface", }, { title: "Analytics & Insights", description: "Track hiring metrics, time-to-hire, cost-per-hire, and candidate source performance. Data-driven decisions for better recruitment ROI.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/ai-powered-job-matching-algorithm-visual-1773170776710-8d72222f.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/ai-powered-job-matching-algorithm-visual-1773170776710-8d72222f.png?_wi=3", imageAlt: "Analytics dashboard", }, ]} @@ -109,7 +109,7 @@ export default function EmployersPage() { title: "Enterprise Hiring", description: "Advanced workflows, team collaboration, compliance tracking, and dedicated support for large-scale recruitment initiatives.", tag: "Enterprise", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/employer-recruitment-dashboard-displayin-1773170778392-cf1c664d.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/employer-recruitment-dashboard-displayin-1773170778392-cf1c664d.png?_wi=4", }, { id: "3", @@ -154,7 +154,7 @@ export default function EmployersPage() { required: true, }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/modern-office-communication-and-support--1773170776240-c23eea1d.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/modern-office-communication-and-support--1773170776240-c23eea1d.png?_wi=2" mediaAnimation="slide-up" mediaPosition="right" buttonText="Post a Job" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..85e70b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,59 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Source_Sans_3 } 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 { Source_Sans_3 } 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 sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "JobBoard - Find Your Next Career Opportunity", + description: "Discover thousands of job opportunities or find exceptional talent. JobBoard connects job seekers with employers through advanced matching and seamless hiring.", + keywords: "job board, job search, career opportunities, hiring platform, recruitment, employment", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "JobBoard - Find Your Next Career Opportunity", + description: "Connect with job opportunities that match your skills or find exceptional talent for your team.", + url: "https://jobboard.io", + siteName: "JobBoard", + type: "website", + images: [ + { + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/a-modern-job-search-dashboard-showing-ca-1773170776784-58076117.png", + alt: "JobBoard - Find Your Dream Job", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "JobBoard - Find Your Next Career Opportunity", + description: "Connect with job opportunities that match your skills or find exceptional talent for your team.", + images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alcfzre6xJszkPGgvJibyHzOir/a-modern-job-search-dashboard-showing-ca-1773170776784-58076117.png", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +62,9 @@ export default function RootLayout({ return ( - + {children}