import { HeroSection } from "@/sections/HeroSection"
import { TrustSection } from "@/sections/TrustSection"
import { TrendingSection } from "@/sections/TrendingSection"
import { CategorySection } from "@/sections/CategorySection"
import { WhyChooseSection } from "@/sections/WhyChooseSection"
import { FlashSaleSection } from "@/sections/FlashSaleSection"
import { TestimonialsSection } from "@/sections/TestimonialsSection"
import { FAQSection } from "@/sections/FAQSection"
import { CTASection } from "@/sections/CTASection"
import { SEO } from "@/components/SEO"
import { SchemaMarkup } from "@/components/SchemaMarkup"

export default function Home() {
  return (
    <>
      <SEO
        title="Subscription Hero | Premium Digital Subscriptions Up to 96% Off"
        description="Buy cheap premium subscriptions for Netflix, Spotify, ChatGPT Plus, Canva Pro, Adobe Creative Cloud & 75+ more tools. Instant delivery. 24H money-back guarantee. 10,000+ happy customers."
        keywords="cheap premium subscriptions, buy Netflix subscription, ChatGPT Plus cheap, Canva Pro discount, Spotify Premium discount, software activation keys, buy premium accounts, discount streaming subscriptions"
        path="/"
      />
      <SchemaMarkup type="FAQPage" />
      <HeroSection />
      <TrustSection />
      <TrendingSection />
      <CategorySection />
      <WhyChooseSection />
      <FlashSaleSection />
      <TestimonialsSection />
      <FAQSection />
      <CTASection />
    </>
  )
}
