Skip to content

Commit 799e146

Browse files
barckcodeclaude
andcommitted
Cta: add LATAM/USA regional expansion notice above the waitlist form
Prominent callout before the signup form explaining that if demand builds up in LATAM or USA the community will open a second region with GPUs hosted there, with pricing in USD. The exact figure is still pending responses from providers being evaluated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b1c0ef commit 799e146

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/components/landing/Cta.astro

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@ import WaitlistForm from './WaitlistForm.tsx';
1818
</p>
1919

2020
<div class="text-left">
21+
<div class="mb-8 rounded-xl border border-violet-500/25 bg-violet-950/15 p-6 md:p-7">
22+
<p class="font-mono text-[10px] text-violet-400 uppercase tracking-widest mb-3">
23+
// latam · usa
24+
</p>
25+
<h3 class="font-mono text-base md:text-lg text-white mb-3">
26+
¿Te apuntas desde LATAM o USA?
27+
</h3>
28+
<p class="text-sm text-neutral-300 leading-relaxed mb-3">
29+
El primer server estará en Europa. Si hay demanda real desde LATAM o
30+
USA, en breve abrimos la posibilidad de unirse a la comunidad con
31+
GPUs dedicadas alojadas en esa región, para quemar tokens también
32+
desde esa parte del mundo.
33+
</p>
34+
<p class="text-sm text-neutral-300 leading-relaxed">
35+
El coste para esa región será en dólares. La cifra exacta aún no
36+
está definida y se anunciará en cuanto tengamos respuesta de los
37+
proveedores que estamos sondeando.
38+
</p>
39+
</div>
40+
2141
<WaitlistForm client:load />
2242
</div>
2343
</div>

0 commit comments

Comments
 (0)