Skip to content

Commit 6c2c423

Browse files
committed
fix: Adjusting tagline
1 parent ef0f01a commit 6c2c423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-starlight/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
1111

1212
<div class="max-w-7xl mx-auto px-4 py-12 text-center">
1313
<h1 class="text-4xl font-bold mb-4">The Trusted IaC Orchestrator that Scales</h1>
14-
<p class="text-xl text-gray-600 dark:text-gray-300 mb-8">Organically shaped by solving scaling problems for OpenTofu/Terraform teams since 2016.</p>
14+
<p class="text-xl text-gray-600 dark:text-gray-300 mb-8">Solving scaling for OpenTofu/Terraform since 2016.</p>
1515
<div class="flex flex-col sm:flex-row gap-4 justify-center mt-8 max-w-[200px] sm:max-w-none mx-auto">
1616
<a href="/docs/getting-started/quick-start/" class="inline-flex items-center justify-center px-6 py-2.5 rounded bg-[#4561FA] text-white font-medium transition-all duration-200 hover:bg-[#3447FF] hover:-translate-y-0.5 hover:shadow-md">Quick Start</a>
1717
<a href="/docs/reference/hcl/" class="inline-flex items-center justify-center px-6 py-2.5 rounded border border-[#B3C7FF] text-[#B3C7FF] font-medium transition-all duration-200 hover:bg-[#B3C7FF]/10 hover:-translate-y-0.5 hover:shadow-md dark:text-[#B3C7FF] dark:border-[#B3C7FF] dark:hover:bg-[#B3C7FF]/10">Docs</a>

0 commit comments

Comments
 (0)