> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nemu.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Home

> Real-Time Attribution your team can finally trust. Clearly visualize where your sales come from and discover which campaigns really work.

<div className="px-4 py-16 lg:py-48 lg:pb-24 max-w-4xl mx-auto">
  <div className="text-center mb-12">
    <h1 className="text-5xl font-bold text-gray-900 dark:text-zinc-50 tracking-tight mb-6">
      Real-Time Attribution
    </h1>

    <p className="text-xl text-gray-600 dark:text-zinc-400 max-w-3xl mx-auto">
      That your team can finally trust. Clearly visualize where your sales come from and discover which campaigns really work.
    </p>
  </div>

  <div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mb-16">
    <Card title="First Steps" icon="rocket" href="/en/first-steps" arrow="true" cta="Get Started">
      Get started quickly with Nemu. Set up your pixel and integrations in minutes.
    </Card>

    <Card title="Complete Onboarding" icon="chart-line" href="/en/onboarding/configuring-utms" arrow="true" cta="View Guide">
      Step-by-step guide to set up your account and start seeing real data.
    </Card>

    <Card title="Integrations" icon="puzzle" href="/en/integrations" arrow="true" cta="Explore">
      Connect your marketing and e-commerce platforms with ease.
    </Card>

    <Card title="App Tracking" icon="mobile" href="/en/app-tracking/app-tracking" arrow="true" cta="View SDKs">
      SDKs for tracking on iOS and Android mobile apps.
    </Card>

    <Card title="API Reference" icon="code" href="/en/api-reference/introduction" arrow="true" cta="Documentation">
      Complete Nemu API documentation for developers.
    </Card>
  </div>

  <div className="bg-gradient-to-r from-primary/10 to-light/10 rounded-2xl p-12 text-center mb-16">
    <h2 className="text-3xl font-bold text-gray-900 dark:text-zinc-50 mb-8">
      Why choose Nemu?
    </h2>

    <div className="grid md:grid-cols-3 gap-12">
      <div className="text-center">
        <div className="flex items-center justify-center w-16 h-16 bg-primary/20 rounded-xl mb-6 mx-auto">
          <Icon icon="shield" size={32} color="#9782ff" />
        </div>

        <h3 className="text-xl font-semibold text-gray-900 dark:text-zinc-50 mb-4">
          Reliable Data
        </h3>

        <p className="text-gray-600 dark:text-zinc-400 text-base leading-relaxed">
          First Party Data without cookie dependency. Real and auditable data
          you can trust.
        </p>
      </div>

      <div className="text-center">
        <div className="flex items-center justify-center w-16 h-16 bg-primary/20 rounded-xl mb-6 mx-auto">
          <Icon icon="check" size={32} color="#9782ff" />
        </div>

        <h3 className="text-xl font-semibold text-gray-900 dark:text-zinc-50 mb-4">
          Accurate Attribution
        </h3>

        <p className="text-gray-600 dark:text-zinc-400 text-base leading-relaxed">
          Customizable attribution models: First Click, Last Click, and
          Assisted for strategic analysis.
        </p>
      </div>

      <div className="text-center">
        <div className="flex items-center justify-center w-16 h-16 bg-primary/20 rounded-xl mb-6 mx-auto">
          <Icon icon="clock" size={32} color="#9782ff" />
        </div>

        <h3 className="text-xl font-semibold text-gray-900 dark:text-zinc-50 mb-4">
          Real-Time
        </h3>

        <p className="text-gray-600 dark:text-zinc-400 text-base leading-relaxed">
          Data updated instantly. Make quick decisions with always
          up-to-date information.
        </p>
      </div>
    </div>
  </div>

  <div className="text-center">
    <h3 className="text-2xl font-semibold text-gray-900 dark:text-zinc-50 mb-4">
      Ready to get started?
    </h3>

    <p className="text-gray-600 dark:text-zinc-400 mb-8">
      Join thousands of professionals who already trust Nemu for their marketing analysis.
    </p>

    <Card title="Talk to our team" icon="message" href="mailto:contato@nemu.com.br" arrow="true" cta="Contact Us">
      Our team is ready to help you implement Nemu in your business.
    </Card>
  </div>
</div>
