Skip to content

Commit e02c0d7

Browse files
updates
1 parent 74a5312 commit e02c0d7

6 files changed

Lines changed: 302 additions & 7 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { Metadata } from 'next';
2+
import LandingPageTemplate from '@/components/LandingPageTemplate';
3+
import { workdayHrisJobSupport } from '@/data/workday-pages';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
export const metadata: Metadata = landingPageMetadata(workdayHrisJobSupport);
7+
8+
export default function WorkdayHrisJobSupportPage() {
9+
return <LandingPageTemplate config={workdayHrisJobSupport} />;
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { Metadata } from 'next';
2+
import LandingPageTemplate from '@/components/LandingPageTemplate';
3+
import { workdayHrisProxyInterviewSupport } from '@/data/workday-pages';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
export const metadata: Metadata = landingPageMetadata(workdayHrisProxyInterviewSupport);
7+
8+
export default function WorkdayHrisProxyInterviewSupportPage() {
9+
return <LandingPageTemplate config={workdayHrisProxyInterviewSupport} />;
10+
}

data/technologies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export const technologies: Technology[] = [
450450
href: '/workday-job-support/',
451451
title: 'Workday HCM, Finance & Integration',
452452
description:
453-
'Real-time Workday job support and proxy interview assistance for HCM, Financial Management, Payroll, Integrations, Reporting, Security, Adaptive Planning, Recruiting, and 2026R1 release regression scenarios.',
453+
'Real-time Workday HRIS, HCM, Payroll, Finance, Integrations, Reporting, Security, Adaptive Planning, and 2026R1 release support with proxy interview help and interview scheduling support.',
454454
challenges: [
455455
'Tenant Configuration After 2026R1 Release',
456456
'EIB / Core Connector / Studio Integration Failures',

0 commit comments

Comments
 (0)