function Home() {
  useSEO({
    title: 'Cyrion AI | Intelligence-grade Penetration Testing',
    description: 'Cyrion AI deploys a swarm of offensive-AI agents across web, API, mobile, cloud and LLM surfaces — autonomous penetration testing with auditor-ready reports.',
    path: '/',
  });
  return (
    <div data-screen-label="home">
      <Hero />
      <TrustedBy />
      <Platform />
      <AIRedTeam />
      <Method />
      <ThreatFeed />
      <Pricing />
      <Testimonials />
      <FAQ />
      <SecurityBadges />
      <ContactSection />
      <Waitlist />
    </div>
  );
}

Object.assign(window, { Home });
