import React from 'react'; import { Metadata } from 'next'; import CareerList from '@/app/components/career/Career'; export const metadata: Metadata = { title: 'Careers - Join Our Team', description: 'Explore career opportunities and join our team. Find your next role and grow with us.', }; const CareersPage = () => { return (

Join Our Team

Discover opportunities to grow your career with us

Open Positions

We're looking for talented individuals to join our team

); }; export default CareersPage;