Skip to content

Commit 5525f95

Browse files
committed
fix: update navigation links and improve content in Hero and Project Status sections for clarity
1 parent 42b1d3b commit 5525f95

3 files changed

Lines changed: 154 additions & 55 deletions

File tree

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<a
2626
href="/#architecture"
2727
class="text-gray-600 hover:text-gray-900 transition-colors"
28-
>For Developers</a
28+
>Architecture</a
2929
>
3030
<a
3131
href="/#status"
3232
class="text-gray-600 hover:text-gray-900 transition-colors"
33-
>Why Altus</a
33+
>Status</a
3434
>
3535
<a
3636
href="/docs/"

src/components/HeroSection.vue

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,17 @@
1414

1515
<!-- Main Heading -->
1616
<h1
17-
class="mb-6 text-4xl font-bold tracking-tight text-gray-900 leading-tight sm:text-5xl lg:text-6xl sm:leading-[1.15]"
17+
class="mb-6 text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl"
1818
>
19-
Turn MySQL into a
20-
<span class="text-blue-600"> Smart Search Engine</span>
21-
<span class="block text-lg sm:text-xl font-medium text-gray-700 mt-2"
22-
>Ship in hours. No migrations.</span
23-
>
19+
AI-Enhanced Search Engine
20+
<span class="block text-blue-600">for Modern Applications</span>
2421
</h1>
2522

2623
<!-- Subtitle -->
27-
<p class="mb-8 text-base text-gray-600 sm:text-lg max-w-2xl mx-auto">
28-
Ship relevant, semantic search without moving to Elasticsearch or
29-
Algolia. Keep data in MySQL, cut complexity and cost, and get to value
30-
in hours, not weeks.
24+
<p class="mb-8 text-xl text-gray-600 sm:text-2xl">
25+
Production-ready AI-enhanced MySQL search platform that bridges
26+
traditional database search with modern AI capabilities. No migrations
27+
required - enhance your existing MySQL FULLTEXT indexes.
3128
</p>
3229

3330
<!-- CTA Buttons -->
@@ -41,7 +38,7 @@
4138
href="/docs/setup/quickstart"
4239
>
4340
<DownloadIcon class="mr-2 h-5 w-5" />
44-
Quick Start
41+
Get Started
4542
</Button>
4643
<Button
4744
variant="outline"

0 commit comments

Comments
 (0)