feat: Add CTA section to homepage with install and docs buttons

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 20:45:37 -07:00
parent 0dc31011f5
commit 30e5b48461
2 changed files with 24 additions and 2 deletions

View file

@ -163,8 +163,13 @@ aider --model sonnet --api-key anthropic=your-key-goes-here
# Work with GPT-4o via OpenAI's API
aider --model gpt-4o --api-key openai=your-key-goes-here</pre>
</div>
<p>See the <a href="https://aider.chat/docs/install.html">installation instructions</a> and <a href="https://aider.chat/docs/usage.html">usage documentation</a> for more details.
</p>
<div class="cta-container">
<p class="cta-text">Ready to supercharge your coding workflow?</p>
<div class="cta-buttons">
<a href="https://aider.chat/docs/install.html" class="btn btn-primary">Install Aider Now</a>
<a href="https://aider.chat/docs/usage.html" class="btn btn-secondary">Explore Documentation</a>
</div>
</div>
</div>
</div>
</section>