Update CTA to link to create.rspace.online
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
575aa52a7a
commit
d81ec491a1
|
|
@ -63,7 +63,7 @@ export function Hero() {
|
||||||
className="group relative overflow-hidden bg-primary text-primary-foreground hover:bg-primary/90 retro-shadow-sm hover:translate-x-[2px] hover:translate-y-[2px] hover:shadow-none transition-all"
|
className="group relative overflow-hidden bg-primary text-primary-foreground hover:bg-primary/90 retro-shadow-sm hover:translate-x-[2px] hover:translate-y-[2px] hover:shadow-none transition-all"
|
||||||
asChild
|
asChild
|
||||||
>
|
>
|
||||||
<a href="https://demo.rspace.online">
|
<a href="https://create.rspace.online">
|
||||||
<span className="relative z-10 flex items-center gap-2">
|
<span className="relative z-10 flex items-center gap-2">
|
||||||
<Sparkles className="h-5 w-5" />
|
<Sparkles className="h-5 w-5" />
|
||||||
Click here to start yourSpace
|
Click here to start yourSpace
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue