// app/career/page.tsx
import Page from "./page";

export const metadata = {
  title: 'Career in Magento, Web Design, PHP | Job Openings in Magento, Web Design, PHP',
  description: 'Webile Technologies is a fast growing website development and custom application development company, apply to join the company',
  icons: {
    icon: '/img/favicon.png',
  },
};

export default function CareerPage() {
  return <Page />;
}
