diff --git a/src/pages/careers.tsx b/src/pages/careers.tsx index d023455..346c875 100644 --- a/src/pages/careers.tsx +++ b/src/pages/careers.tsx @@ -59,7 +59,7 @@ export const getStaticProps = async () => { } } -const About = ({ +const Careers = ({ heroData, valuesData, initialBlogPosts, @@ -84,4 +84,4 @@ const About = ({ ) } -export default About +export default Careers