Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/www/src/components/landing/cta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ import Vue from "@/assets/logos/vue.svg"
</div>
</div>

<!-- Stay Updated Newsletter Section -->
<!-- Stay Updated Newsletter Section - commented out for now, not implemented yet
<div class="mt-12">
<form class="flex items-center justify-center gap-2">
<Input
Expand All @@ -119,4 +119,5 @@ import Vue from "@/assets/logos/vue.svg"
</Button>
</form>
</div>
-->
</section>
4 changes: 3 additions & 1 deletion apps/www/src/components/landing/newsletter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Button } from "@ui/react/button"
import { Input } from "@ui/react/input"
---

<!-- Email subscribe section - commented out for now, not implemented yet
<section class="w-full py-16 text-center">
<div class="mx-auto max-w-md">
<h2 class="text-foreground mb-4 text-2xl font-semibold tracking-tight">
Expand All @@ -23,4 +24,5 @@ import { Input } from "@ui/react/input"
</Button>
</form>
</div>
</section>
</section>
-->
Loading