Skip to content

Commit 531c442

Browse files
committed
chore: wip
1 parent 9813745 commit 531c442

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

libs/components/Marketing/ComingSoon.vue

+8-1
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,20 @@ function submitEmail() {
3636
</span>
3737
</a>
3838
</div>
39+
3940
<h1 class="mt-10 text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
4041
Develop modern apps, clouds & libraries.
4142
Faster.
4243
</h1>
44+
4345
<p class="mt-6 text-lg leading-8 text-gray-600">
44-
Stacks is a type-safe full-stack framework for Artisans. Rapid development, for the best full-stack teams, and individuals. Enter your email below to get informed about our upcoming releases.
46+
Stacks is a type-safe full-stack framework for Web Artisans. Rapid development, for the best full-stack teams, and individuals.
4547
</p>
48+
49+
<p class="mt-3 leading-8 text-gray-600 italic">
50+
Enter your email below to stay in the loop.
51+
</p>
52+
4653
<div class="mt-10 flex items-center gap-x-6">
4754
<!-- <a href="#" class="rounded-md bg-blue-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600">Get started</a> -->
4855
<div>

libs/components/Marketing/Footer.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const currentYear = computed(() => new Date().getFullYear())
1010
<!-- <Logo class="mx-auto h-10 w-auto" /> -->
1111
<nav class="mt-10 text-sm" aria-label="quick links">
1212
<div class="-my-1 flex justify-center gap-x-6">
13-
<h3 class="inline-block rounded-lg px-2 py-1 text-sm text-slate-200 hover:bg-slate-100 hover:text-slate-900 italic text-xl font-bold">
13+
<!-- <h3 class="inline-block rounded-lg px-2 py-1 text-sm text-slate-200 hover:bg-slate-100 hover:text-slate-900 italic text-xl font-bold">
1414
Stay tuned
15-
</h3>
15+
</h3> -->
1616
<!-- <NavLink href="#features">
1717
Features
1818
</NavLink>

libs/components/Marketing/Hero.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const companies = ref([
2828
Faster.
2929
</h1>
3030
<p class="mx-auto mt-6 max-w-2xl text-lg tracking-tight text-slate-700">
31-
Stacks is a type-safe full-stack framework for Artisans.
31+
Stacks is a type-safe full-stack framework for Web Artisans.
3232
<br>Rapid development, for the best full-stack teams, and individuals.
3333
</p>
3434
<div class="mt-10 flex justify-center gap-x-6">

0 commit comments

Comments
 (0)