diff --git a/src/pages/about-us.tsx b/src/pages/about-us.tsx index 831ef69f7..e0c5f4d69 100644 --- a/src/pages/about-us.tsx +++ b/src/pages/about-us.tsx @@ -49,7 +49,7 @@ const AboutUs = ({ data, location }: PageProps) => { export default AboutUs; export const AboutUsPageQuery = graphql` query ($language: String!) { - hero: file(relativePath: { eq: "office/sy-office-02.jpg" }) { + hero: file(relativePath: { eq: "office/sy-office-05.jpg" }) { childImageSharp { gatsbyImageData(layout: FULL_WIDTH) } diff --git a/src/pages/career.tsx b/src/pages/career.tsx index 32466280e..b47665270 100644 --- a/src/pages/career.tsx +++ b/src/pages/career.tsx @@ -81,7 +81,7 @@ export const CareerPageQuery = graphql` } } - hero: file(relativePath: { eq: "office/sy-office-01.jpg" }) { + hero: file(relativePath: { eq: "office/sy-office-07.jpg" }) { childImageSharp { gatsbyImageData(layout: FULL_WIDTH) }