Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 20, 2024
1 parent 9813745 commit 531c442
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion libs/components/Marketing/ComingSoon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,20 @@ function submitEmail() {
</span>
</a>
</div>

<h1 class="mt-10 text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
Develop modern apps, clouds & libraries.
Faster.
</h1>

<p class="mt-6 text-lg leading-8 text-gray-600">
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.
Stacks is a type-safe full-stack framework for Web Artisans. Rapid development, for the best full-stack teams, and individuals.
</p>

<p class="mt-3 leading-8 text-gray-600 italic">
Enter your email below to stay in the loop.
</p>

<div class="mt-10 flex items-center gap-x-6">
<!-- <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> -->
<div>
Expand Down
4 changes: 2 additions & 2 deletions libs/components/Marketing/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const currentYear = computed(() => new Date().getFullYear())
<!-- <Logo class="mx-auto h-10 w-auto" /> -->
<nav class="mt-10 text-sm" aria-label="quick links">
<div class="-my-1 flex justify-center gap-x-6">
<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">
<!-- <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">
Stay tuned
</h3>
</h3> -->
<!-- <NavLink href="#features">
Features
</NavLink>
Expand Down
2 changes: 1 addition & 1 deletion libs/components/Marketing/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const companies = ref([
Faster.
</h1>
<p class="mx-auto mt-6 max-w-2xl text-lg tracking-tight text-slate-700">
Stacks is a type-safe full-stack framework for Artisans.
Stacks is a type-safe full-stack framework for Web Artisans.
<br>Rapid development, for the best full-stack teams, and individuals.
</p>
<div class="mt-10 flex justify-center gap-x-6">
Expand Down

0 comments on commit 531c442

Please sign in to comment.