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"
This commit is contained in:
2025-11-04 13:26:26 +01:00
parent 4c4a0c5dd1
commit 4ba88257eb

View File

@@ -13,10 +13,10 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
<div className="mx-auto max-w-2xl lg:mx-0"> <div className="mx-auto max-w-2xl lg:mx-0">
<div className="hidden sm:flex"> <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"> <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"> <a href="#" className="font-semibold whitespace-nowrap text-cyan-600">
<span aria-hidden="true" className="absolute inset-0" /> <span aria-hidden="true" className="absolute inset-0" />
Read more <span aria-hidden="trwhenue">&rarr;</span> Book a call <span>&rarr;</span>
</a> </a>
</div> </div>
</div> </div>
@@ -24,9 +24,8 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
The Sovereign Agentic Cloud The Sovereign Agentic Cloud
</H1> </H1>
<H5 className="mt-8 text-lg text-gray-600"> <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, Host nodes, deploy workloads, or build private AI systems,
all on infrastructure you own and control. all on infrastructure you own and control.
</H5> </H5>
<div className="mt-10 flex items-center gap-x-6"> <div className="mt-10 flex items-center gap-x-6">
<Button <Button
@@ -35,10 +34,10 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
color="cyan" color="cyan"
onClick={onGetStartedClick} onClick={onGetStartedClick}
> >
Get started Start Hosting
</Button> </Button>
<Button to="#" variant="outline"> <Button to="#" variant="outline">
Explore Docs <span aria-hidden="true"> </span> Deploy in Cloud <span aria-hidden="true"> </span>
</Button> </Button>
</div> </div>
</div> </div>