import React from 'react';
import { Metadata } from 'next';

import JobDetail from '@/components/career/JobDetail';
import OtherCareers from '@/components/OtherCareers';



export const metadata: Metadata = {
    title: "Sales Coordinator Job in Ahmedabad | Careers at Fruxinfo",
    description: "Fruxinfo Ahmedabad is hiring a Sales Coordinator to manage client communication, follow-ups, and CRM for web and digital marketing services.",
    alternates: { canonical: "https://www.fruxinfo.com/career-sales-coordinator" },
};

export default function page() {
  return (
    <div>
      <script
        type="application/ld+json"
        dangerouslySetInnerHTML={{
          __html: JSON.stringify({
            "@context": "https://schema.org",
            "@type": "JobPosting",
            title: "Sales Coordinator",
            description:
              "Manage client communication, follow-ups, proposal coordination, and CRM for web development and digital marketing services at Fruxinfo Ahmedabad.",
            datePosted: "2026-01-01",
            validThrough: "2026-12-31",
            employmentType: "FULL_TIME",
            hiringOrganization: {
              "@type": "Organization",
              name: "Fruxinfo Pvt. Ltd.",
              sameAs: "https://www.fruxinfo.com/",
              logo: "https://www.fruxinfo.com/images/fruxinfo-logo.png",
            },
            jobLocation: {
              "@type": "Place",
              address: {
                "@type": "PostalAddress",
                addressLocality: "Ahmedabad",
                addressRegion: "Gujarat",
                postalCode: "380015",
                addressCountry: "IN",
              },
            },
            directApply: false,
            url: "https://www.fruxinfo.com/sales-coordinator-career-form",
          }),
        }}
      />
      <JobDetail
        bannerSrc="/images/career_job_detail_banner.jpg"
        bannerAlt="Sales Coordinator job at Fruxinfo Ahmedabad"
        jobTitle="Sales Coordinator (Female)"
        experience="1+"
        overview="We are seeking a Sales Coordinator (Female) to join our Ahmedabad office. The candidate will support the sales team by coordinating client communications, managing leads, and ensuring smooth sales operations."
        responsibilities={[
          "Coordinate sales activities and client communications.",
          "Manage and update client databases and lead pipelines.",
          "Assist in preparing sales reports and presentations.",
          "Support sales team with follow-ups and scheduling.",
          "Collaborate with marketing and technical teams for seamless coordination.",
        ]}
        candidateProfile={[
          "Female, aged 21 to 24",
          "Residing in Ahmedabad",
          "Strong English communication skills (written & spoken)",
          "IT background or familiarity with IT concepts",
          "Professional, mature, and confident personality",
          "Excellent organizational and multitasking abilities",
          "Ability to work under deadlines and maintain a positive attitude",
        ]}
        whatWeOffer={[
          "Opportunity to work with a reputable IT firm",
          "Supportive and professional work environment",
          "Growth and development opportunities",
        ]}
        applyHref="/sales-coordinator-career-form"
      />

      {/* <OtherCareers current="/career-sales-coordinator" /> */}
      </div>
  )
}
