import React from 'react';
import "@/components/career-form/style.css"
import { Metadata } from 'next';
import ContactFrom from '@/components/career-form/ContactFrom';
import ContactLocation from '@/components/career-form/ContactLocation';



export const metadata: Metadata = {
    title: "Performance Marketing Application Form | Fruxinfo Ahmedabad",
    description: "Apply for the Performance Marketing position at Fruxinfo Ahmedabad. Submit your resume to join our paid media and digital marketing team.",
    alternates: { canonical: "https://www.fruxinfo.com/performance-marketing-career-form" },
};

export default function page() {
  return (
    <div>
        <ContactFrom
            careerType="Performance Marketing"
            questionsRole="Performance Marketing"
            skills={[
                "Google Ads",
                "Meta Ads (Facebook / Instagram)",
                "GA4 & Google Tag Manager",
                "Conversion Tracking & Pixel Setup",
                "Keyword Research & Audience Targeting",
                "A/B Testing & Campaign Optimization",
            ]}
        />
        <ContactLocation/>
    </div>
  )
}
