Full-width call-to-action strip with headline, supporting text, and 1-2 action buttons. Typically placed between content sections or at page bottom.
<section className="border-t bg-card py-20">
<div className="max-w-2xl mx-auto px-6 text-center">
<h2 className="text-3xl font-bold mb-4">Ready to Get Started?</h2>
<p className="text-muted-foreground mb-8">
Join the next generation of regenerative capital.
</p>
<div className="flex gap-3 justify-center">
<Button size="lg">Primary Action</Button>
<Button size="lg" variant="outline">Learn More</Button>
</div>
</div>
</section>Centered text with buttons below
Text left, button right on a single line