File tree Expand file tree Collapse file tree
ai-ml-devops-sre-job-support-texas
devops-job-support-dallas
interview-proxy-support-dallas
production-support-help-texas
project-onboarding-help-texas Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { aiMlDevOpsSreJobSupportTexas } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( aiMlDevOpsSreJobSupportTexas ) ;
7+
8+ export default function AiMlDevOpsSreJobSupportTexasPage ( ) {
9+ return < LandingPageTemplate config = { aiMlDevOpsSreJobSupportTexas } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { devopsJobSupportDallas } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( devopsJobSupportDallas ) ;
7+
8+ export default function DevopsJobSupportDallasPage ( ) {
9+ return < LandingPageTemplate config = { devopsJobSupportDallas } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { interviewProxySupportDallas } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( interviewProxySupportDallas ) ;
7+
8+ export default function InterviewProxySupportDallasPage ( ) {
9+ return < LandingPageTemplate config = { interviewProxySupportDallas } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { itJobSupportDallas } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( itJobSupportDallas ) ;
7+
8+ export default function ItJobSupportDallasPage ( ) {
9+ return < LandingPageTemplate config = { itJobSupportDallas } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { itJobSupportIrving } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( itJobSupportIrving ) ;
7+
8+ export default function ItJobSupportIrvingPage ( ) {
9+ return < LandingPageTemplate config = { itJobSupportIrving } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { itJobSupportPlano } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( itJobSupportPlano ) ;
7+
8+ export default function ItJobSupportPlanoPage ( ) {
9+ return < LandingPageTemplate config = { itJobSupportPlano } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { javaJobSupportIrving } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( javaJobSupportIrving ) ;
7+
8+ export default function JavaJobSupportIrvingPage ( ) {
9+ return < LandingPageTemplate config = { javaJobSupportIrving } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { jobSupportTexas } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( jobSupportTexas ) ;
7+
8+ export default function JobSupportTexasPage ( ) {
9+ return < LandingPageTemplate config = { jobSupportTexas } /> ;
10+ }
Original file line number Diff line number Diff line change 1+ import type { Metadata } from 'next' ;
2+ import LandingPageTemplate from '@/components/LandingPageTemplate' ;
3+ import { productionSupportHelpTexas } from '@/data/landing-pages' ;
4+ import { landingPageMetadata } from '@/lib/site-seo' ;
5+
6+ export const metadata : Metadata = landingPageMetadata ( productionSupportHelpTexas ) ;
7+
8+ export default function ProductionSupportHelpTexasPage ( ) {
9+ return < LandingPageTemplate config = { productionSupportHelpTexas } /> ;
10+ }
You can’t perform that action at this time.
0 commit comments