--- import Root from '../../layouts/Root.astro'; import Main from '../../layouts/Bundle.astro'; import AwsdevopsImage from '../../assets/img/careers/awsdevops-banner-desktop.webp'; import Banner from '../../components/banner/banner.astro'; import { awsDevopsCareerProgram } from '../../data'; import AwsCloudopsDescription from '../../sections/aws-devops/aws-devops-description.astro'; import AwsDevopsFeatures from '../../sections/aws-devops/aws-devops-features.astro'; import CareerProgram from '../../sections/global/career-program/career-program.astro'; import CareerSection from '../../sections/global/career-section/career-section.astro'; import Cta from '../../sections/global/cta/cta.astro'; const programLink:string = 'https://drive.google.com/file/d/12lYUSAcN0qI9R0_N63oPTimBKIYRKOh9/preview'; ---