Skip to content

Commit 070b258

Browse files
committed
fix(website): route all CTAs to Calendly contact page
1 parent 2587ef3 commit 070b258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/components/Hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
</p>
2727

2828
<div class="hero-actions">
29-
<a href="https://github.com/Atmosphere/atmosphere" class="btn btn-primary" target="_blank" rel="noopener">
30-
Get Started
29+
<a href="/contact/" class="btn btn-primary">
30+
Talk to Us
3131
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
3232
<path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3333
</svg>

0 commit comments

Comments
 (0)