2 Commits

Author SHA1 Message Date
3ac2f8ede7 refactor: remove comparison table section from home page 2025-11-07 12:13:12 +01:00
4ba88257eb feat: update hero section copy and CTAs
- Changed announcement banner to focus on enterprise scaling with "Book a call" CTA
- Simplified tagline to emphasize infrastructure ownership
- Updated primary CTA from "Get started" to "Start Hosting" and secondary to "Deploy in Cloud"
2025-11-04 13:26:26 +01:00
2 changed files with 5 additions and 9 deletions

View File

@@ -13,10 +13,10 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
<div className="mx-auto max-w-2xl lg:mx-0">
<div className="hidden sm:flex">
<div className="relative rounded-full px-3 py-1 text-sm/6 text-gray-500 ring-1 ring-gray-900/10 hover:ring-gray-900/20">
Anim aute id magna aliqua ad ad non deserunt sunt.{' '}
Deploying at scale?{' '}
<a href="#" className="font-semibold whitespace-nowrap text-cyan-600">
<span aria-hidden="true" className="absolute inset-0" />
Read more <span aria-hidden="trwhenue">&rarr;</span>
Book a call <span>&rarr;</span>
</a>
</div>
</div>
@@ -24,9 +24,8 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
The Sovereign Agentic Cloud
</H1>
<H5 className="mt-8 text-lg text-gray-600">
A global, self-healing network you can join.
Host nodes, deploy workloads, or build private AI systems,
all on infrastructure you own and control.
all on infrastructure you own and control.
</H5>
<div className="mt-10 flex items-center gap-x-6">
<Button
@@ -35,10 +34,10 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
color="cyan"
onClick={onGetStartedClick}
>
Get started
Start Hosting
</Button>
<Button to="#" variant="outline">
Explore Docs <span aria-hidden="true"> </span>
Deploy in Cloud <span aria-hidden="true"> </span>
</Button>
</div>
</div>

View File

@@ -42,9 +42,6 @@ export default function HomePage() {
<HomeSlider />
</AnimatedSection>
<AnimatedSection>
<HomeComparisonTable />
</AnimatedSection>
<AnimatedSection>
<CallToAction />