Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -175,7 +175,7 @@ export default function AboutPage() {
|
||||
quote: "Global Pathways has been instrumental in expanding our international student enrollment. Their professional approach, attention to detail, and genuine commitment to student success sets them apart from other recruitment agencies.",
|
||||
tag: "Korean University",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -185,7 +185,7 @@ export default function AboutPage() {
|
||||
quote: "What impressed us most is their extensive global network and local market knowledge. They understand student needs across different regions and deliver qualified candidates who are well-prepared for Korean university life.",
|
||||
tag: "Education Agency",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -195,7 +195,7 @@ export default function AboutPage() {
|
||||
quote: "Working with Global Pathways has significantly streamlined our international recruitment process. Their support extends beyond recruitment to ongoing student management, making them true partners in our mission.",
|
||||
tag: "University Administration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-graduate-student-with-diploma_23-2148498974.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-graduate-student-with-diploma_23-2148498974.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -1,29 +1,48 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter } 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 { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Global Pathways - International Student Recruitment for Korean Universities",
|
||||
description: "Connect qualified international students with Korean universities. 600+ students recruited from 33 countries with capability in 91 markets. Strategic partnerships & comprehensive support.",
|
||||
keywords: "international student recruitment, Korean universities, education partnership, global recruitment network, student visa support",
|
||||
metadataBase: new URL("https://globalpathways.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://globalpathways.example.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Global Pathways - Your International Student Recruitment Partner",
|
||||
description: "Recruit qualified international students to Korean universities through our global network spanning 33 countries with capability in 91 markets.",
|
||||
url: "https://globalpathways.example.com",
|
||||
siteName: "Global Pathways",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Global Pathways - International Student Recruitment",
|
||||
description: "Connect international students with Korean universities. 600+ placements, 33 countries reached.",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -32,7 +51,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +65,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -287,7 +287,7 @@ export default function HomePage() {
|
||||
quote: "Global Pathways has been instrumental in expanding our international student enrollment. Their professional approach, attention to detail, and genuine commitment to student success sets them apart from other recruitment agencies.",
|
||||
tag: "Korean University",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -297,7 +297,7 @@ export default function HomePage() {
|
||||
quote: "What impressed us most is their extensive global network and local market knowledge. They understand student needs across different regions and deliver qualified candidates who are well-prepared for Korean university life.",
|
||||
tag: "Education Agency",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -307,7 +307,7 @@ export default function HomePage() {
|
||||
quote: "Working with Global Pathways has significantly streamlined our international recruitment process. Their support extends beyond recruitment to ongoing student management, making them true partners in our mission.",
|
||||
tag: "University Administration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-graduate-student-with-diploma_23-2148498974.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-graduate-student-with-diploma_23-2148498974.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -317,7 +317,7 @@ export default function HomePage() {
|
||||
quote: "The professionalism and dedication of the Global Pathways team has exceeded our expectations. They're not just a vendor—they're a strategic partner invested in our institution's international growth.",
|
||||
tag: "Higher Education",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-infographics-set_1284-13204.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-infographics-set_1284-13204.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -327,7 +327,7 @@ export default function HomePage() {
|
||||
quote: "Global Pathways' understanding of international education markets and student mobility patterns is unmatched. They've helped us access student populations we couldn't reach before.",
|
||||
tag: "Education Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -337,7 +337,7 @@ export default function HomePage() {
|
||||
quote: "Beyond recruitment numbers, Global Pathways brings strategic insight and cultural understanding. Our partnership has strengthened our international reputation and student quality significantly.",
|
||||
tag: "University Leadership",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -388,7 +388,7 @@ export default function HomePage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg?_wi=2"
|
||||
imageAlt="Partnership collaboration"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -83,21 +83,21 @@ export default function PartnersPage() {
|
||||
id: "1",
|
||||
name: "Gimcheon University",
|
||||
price: "Current Partner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg?_wi=3",
|
||||
imageAlt: "Gimcheon University",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dongwon University",
|
||||
price: "Starting Sept 2026",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg?_wi=4",
|
||||
imageAlt: "Dongwon University",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Your University",
|
||||
price: "Join Us Today",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg?_wi=5",
|
||||
imageAlt: "Partnership opportunity",
|
||||
},
|
||||
]}
|
||||
@@ -121,7 +121,7 @@ export default function PartnersPage() {
|
||||
quote: "Global Pathways has been instrumental in expanding our international student enrollment. Their professional approach, attention to detail, and genuine commitment to student success sets them apart from other recruitment agencies.",
|
||||
tag: "Korean University",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-registering-vote-united-states_23-2149096716.jpg?_wi=6",
|
||||
imageAlt: "Partner university",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function PartnersPage() {
|
||||
quote: "What impressed us most is their extensive global network and local market knowledge. They understand student needs across different regions and deliver qualified candidates who are well-prepared for Korean university life.",
|
||||
tag: "Education Agency",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg?_wi=3",
|
||||
imageAlt: "Education services",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function PartnersPage() {
|
||||
quote: "Working with Global Pathways has significantly streamlined our international recruitment process. Their support extends beyond recruitment to ongoing student management, making them true partners in our mission.",
|
||||
tag: "University Administration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-graduate-student-with-diploma_23-2148498974.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-graduate-student-with-diploma_23-2148498974.jpg?_wi=3",
|
||||
imageAlt: "Student achievement",
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,7 @@ export default function PartnersPage() {
|
||||
quote: "The professionalism and dedication of the Global Pathways team has exceeded our expectations. They're not just a vendor—they're a strategic partner invested in our institution's international growth.",
|
||||
tag: "Higher Education",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-infographics-set_1284-13204.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-infographics-set_1284-13204.jpg?_wi=2",
|
||||
imageAlt: "Global network",
|
||||
},
|
||||
{
|
||||
@@ -165,7 +165,7 @@ export default function PartnersPage() {
|
||||
quote: "Global Pathways' understanding of international education markets and student mobility patterns is unmatched. They've helped us access student populations we couldn't reach before.",
|
||||
tag: "Education Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg?_wi=3",
|
||||
imageAlt: "Partnership meeting",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function PartnersPage() {
|
||||
quote: "Beyond recruitment numbers, Global Pathways brings strategic insight and cultural understanding. Our partnership has strengthened our international reputation and student quality significantly.",
|
||||
tag: "University Leadership",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneurs-cooperating-while-using-touchpad-hallway_637285-10982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg?_wi=2",
|
||||
imageAlt: "Team meeting",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user