1 parent 9c67fd5 commit 3974275Copy full SHA for 3974275
2 files changed
apps/marketing/src/pages/index.astro
@@ -112,6 +112,11 @@ Source (and the place to start if something breaks): https://github.com/UsefulSo
112
class="text-[14px] font-medium text-ink-2 hover:text-ink transition-colors hidden sm:inline"
113
>Blog</a
114
>
115
+ <a
116
+ href="/pricing"
117
+ class="text-[14px] font-medium text-ink-2 hover:text-ink transition-colors hidden sm:inline"
118
+ >Pricing</a
119
+ >
120
</div>
121
<div class="flex items-center gap-4">
122
<a
apps/marketing/src/pages/pricing.astro
@@ -0,0 +1,3 @@
1
+---
2
+return Astro.redirect("/#pricing", 302);
3
0 commit comments