About

<?php

declare(strict_types=1);

if (! defined('ABSPATH')) {
	exit;
}

get_header();
?>
<main class="mx-auto max-w-4xl px-6 pb-20 pt-20 md:px-10 md:pt-24">
	<h1 class="text-4xl font-semibold tracking-tight text-white md:text-5xl">About 365Leads</h1>
	<p class="mt-6 text-lg leading-relaxed text-slate-300">
		365Leads is a modular revenue intelligence system that combines live visitor identification, keyword intent data, and enrichment to convert both website activity and external search behavior into CRM-ready pipeline.
	</p>
	<p class="mt-4 text-lg leading-relaxed text-slate-300">
		Teams can start wherever demand is leaking today, then expand into unified B2B revenue intelligence workflows as they mature.
	</p>
	<div class="mt-10 grid gap-4 rounded-2xl border border-white/10 bg-white/[0.03] p-6 text-slate-200">
		<p>Built for revenue teams that need qualified opportunities every day.</p>
		<p>Focused on speed-to-lead, intent quality, and cleaner outbound lists.</p>
		<p>No busy dashboards required to get value from your website traffic.</p>
	</div>
	<div class="mt-10">
		<a href="<?php echo esc_url(home_url('/contact/')); ?>" class="rounded-xl bg-gradient-to-r from-blue-500 to-indigo-500 px-7 py-3 text-base font-semibold text-white shadow-glow transition hover:opacity-95">Request a Demo</a>
	</div>
</main>
<?php
get_footer();