From 762a6efe932bb9e1758a2b9ddcf05bf5e9683a6f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:06:31 +0000 Subject: [PATCH 1/6] Update src/app/jobs/page.tsx --- src/app/jobs/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/jobs/page.tsx b/src/app/jobs/page.tsx index 9e77c4c..6d78801 100644 --- a/src/app/jobs/page.tsx +++ b/src/app/jobs/page.tsx @@ -125,7 +125,7 @@ export default function JobsPage() { value: "1,200+", title: "Active Job Listings", description: "Currently hiring positions across all industries", - imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=2", imageAlt: "Active job opportunities", }, { @@ -133,7 +133,7 @@ export default function JobsPage() { value: "850+", title: "Hiring Companies", description: "Verified employers actively recruiting", - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg?_wi=2", imageAlt: "Hiring companies", }, { @@ -141,7 +141,7 @@ export default function JobsPage() { value: "3,100+", title: "Successful Placements", description: "Community members hired this year", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg?_wi=2", imageAlt: "Successful employment", }, ]} From 9d91d7399692011f6f367295909d160fdf2c24e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:06:33 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 13 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6cbe480..b5c950f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,23 +5,50 @@ import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Open_Sans } from "next/font/google"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "RusKorea - Russian Community Portal & Marketplace in South Korea", + description: "Connect with 5000+ Russian-speaking expats in South Korea. Find jobs, buy/sell marketplace items, read expat guides, and access trusted community services with verified ratings.", + keywords: "Russian expat community South Korea, job board Seoul, marketplace buy sell, visa assistance, Russian services Korea", + metadataBase: new URL("https://ruskorea.local"), + alternates: { + canonical: "https://ruskorea.local", + }, + openGraph: { + title: "RusKorea Community Portal - Connect & Thrive in South Korea", + description: "Join the trusted Russian-speaking community. Job opportunities, marketplace, news, and guides for expats in Korea.", + url: "https://ruskorea.local", + siteName: "RusKorea Community", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/friends-walking-old-street_23-2147762260.jpg", + alt: "RusKorea Community Portal", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "RusKorea - Russian Expat Community in South Korea", + description: "Your trusted platform for jobs, marketplace, news, and community connections in Korea.", + images: ["http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +58,9 @@ export default function RootLayout({ return ( - + {children}