diff --git a/aider/website/assets/home.css b/aider/website/assets/home.css index d3c92d709..64d089f0c 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -486,6 +486,23 @@ footer { font-size: 0.9rem; } +.cta-container { + text-align: center; + margin: 30px 0; +} + +.cta-text { + font-size: 1.2rem; + font-weight: 500; + margin-bottom: 20px; +} + +.cta-buttons { + display: flex; + gap: 15px; + justify-content: center; +} + .stats-container { margin-top: 70px; display: flex; diff --git a/aider/website/index.html b/aider/website/index.html index b67d7437e..7d6289161 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -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 -
See the installation instructions and usage documentation for more details. -
+Ready to supercharge your coding workflow?
+ +