{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://smartfusion.dev/#website",
      "url": "https://smartfusion.dev",
      "name": "SmartFusion",
      "description": "Modern Web Development & AI Integration Experts",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://smartfusion.dev/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "Organization",
      "@id": "https://smartfusion.dev/#organization",
      "name": "SmartFusion",
      "url": "https://smartfusion.dev",
      "logo": {
        "@type": "ImageObject",
        "url": "https://smartfusion.dev/logo.png",
        "width": 180,
        "height": 60
      },
      "sameAs": [
        "https://twitter.com/smartfusion",
        "https://www.linkedin.com/company/smartfusion",
        "https://github.com/smartfusion"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+1-123-456-7890",
        "contactType": "customer service",
        "email": "hello@smartfusion.dev"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://smartfusion.dev/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "item": {
            "@id": "https://smartfusion.dev/",
            "name": "Home"
          }
        },
        {
          "@type": "ListItem",
          "position": 2,
          "item": {
            "@id": "https://smartfusion.dev/#services",
            "name": "Services"
          }
        },
        {
          "@type": "ListItem",
          "position": 3,
          "item": {
            "@id": "https://smartfusion.dev/#portfolio",
            "name": "Portfolio"
          }
        },
        {
          "@type": "ListItem",
          "position": 4,
          "item": {
            "@id": "https://smartfusion.dev/#testimonials",
            "name": "Testimonials"
          }
        },
        {
          "@type": "ListItem",
          "position": 5,
          "item": {
            "@id": "https://smartfusion.dev/#pricing",
            "name": "Pricing"
          }
        },
        {
          "@type": "ListItem",
          "position": 6,
          "item": {
            "@id": "https://smartfusion.dev/#contact",
            "name": "Contact"
          }
        }
      ]
    },
    {
      "@type": "Service",
      "@id": "https://smartfusion.dev/#service-web-development",
      "name": "Web Development",
      "url": "https://smartfusion.dev/#services",
      "provider": {
        "@id": "https://smartfusion.dev/#organization"
      },
      "description": "Modern, responsive web applications built with React and NextJS for optimal performance and user experience",
      "offers": {
        "@type": "Offer",
        "price": "Custom pricing based on project requirements",
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "Service",
      "@id": "https://smartfusion.dev/#service-ai-integration",
      "name": "AI Integration",
      "url": "https://smartfusion.dev/#services",
      "provider": {
        "@id": "https://smartfusion.dev/#organization"
      },
      "description": "Intelligent automation solutions powered by OpenAI to streamline workflows and enhance user interactions",
      "offers": {
        "@type": "Offer",
        "price": "Custom pricing based on project requirements",
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "FAQPage",
      "@id": "https://smartfusion.dev/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What technologies do you specialize in?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We specialize in React, NextJS, TypeScript, Firebase, Supabase, and OpenAI integration. Our expertise allows us to build modern, scalable, and intelligent web applications."
          }
        },
        {
          "@type": "Question",
          "name": "How long does a typical project take?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Project timelines vary based on complexity and requirements. A simple website might take 2-4 weeks, while a complex application with AI integration could take 2-3 months. We'll provide a detailed timeline during our initial consultation."
          }
        },
        {
          "@type": "Question",
          "name": "Do you offer ongoing maintenance and support?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes, we offer various maintenance and support packages to ensure your application remains up-to-date, secure, and optimized. Our team is always available to address any issues or implement new features as needed."
          }
        }
      ]
    }
  ]
}
