import React from 'react';
import "@/app/(services)/digital-marketing/style.css"
import { Metadata } from 'next';

import AppDevelopmentBanner from '@/app/(services)/app-development/components/AppDevelopmentBanner';
import AppDevelopmentContain from '@/app/(services)/app-development/components/AppDevelopmentContain';
import AppDevelopmentBlack from '@/app/(services)/app-development/components/AppDevelopmentBlack';
import AppDevelopmentAccordion from '@/app/(services)/app-development/components/AppDevelopmentAccordion';
import RelatedServices from '@/components/RelatedServices';



export const metadata: Metadata = {
    title: "Mobile App Development Company in Ahmedabad | Custom Apps",
    description: "Fruxinfo offers mobile app development services in Ahmedabad, building secure and user-friendly iOS and Android apps that drive business growth.",
     robots: "index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1",
    alternates: { canonical: "https://www.fruxinfo.com/app-development" },
};

export default function page() {
  return (
    <div>
      <script
        type="application/ld+json"
        dangerouslySetInnerHTML={{
          __html: JSON.stringify({
            "@context": "https://schema.org",
            "@type": "Service",
            serviceType: "Mobile App Development",
            provider: {
              "@type": "Organization",
              name: "Fruxinfo Pvt. Ltd.",
              url: "https://www.fruxinfo.com/",
            },
            areaServed: ["IN", "US", "GB", "AE", "AU", "CA"],
            description:
              "Mobile app development services in Ahmedabad building iOS, Android, and cross-platform apps with Flutter and React Native.",
            url: "https://www.fruxinfo.com/app-development",
          }),
        }}
      />
      <AppDevelopmentBanner/>
      <AppDevelopmentContain/>
      <AppDevelopmentBlack/>
      <AppDevelopmentAccordion/>
      <RelatedServices hrefs={["/web-development", "/digital-marketing", "/web-design"]} />
    </div>
  )
}
