Link main CTA button to demo canvas

- "Click here to start yourSpace" now links to demo.rspace.online
- Connects landing page to the collaborative canvas

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-01-02 08:40:36 +01:00
parent 8829af984a
commit 575aa52a7a
1 changed files with 7 additions and 4 deletions

View File

@ -61,11 +61,14 @@ export function Hero() {
<Button
size="lg"
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
>
<span className="relative z-10 flex items-center gap-2">
<Sparkles className="h-5 w-5" />
Create Your rSpace
</span>
<a href="https://demo.rspace.online">
<span className="relative z-10 flex items-center gap-2">
<Sparkles className="h-5 w-5" />
Click here to start yourSpace
</span>
</a>
</Button>
<Button
size="lg"