updated wording
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>consume·rs — want more, ascend</title>
|
||||
<title>consume·rs — want more, spend more</title>
|
||||
</svelte:head>
|
||||
|
||||
{#if auth.loaded && auth.user}
|
||||
@@ -18,28 +18,27 @@
|
||||
<!-- Marketing hero -->
|
||||
<section class="space-y-10">
|
||||
<div class="space-y-4">
|
||||
<p class="tag inline-block border-mint text-mint">self-hosted · rust core · ✦ blessed</p>
|
||||
<h1
|
||||
class="glitch font-display text-5xl font-bold leading-[0.95] sm:text-7xl"
|
||||
data-text="WANT MORE. ASCEND. ACCUMULATE THE DEBT."
|
||||
data-text="WANT MORE. SPEND MORE. ACCUMULATE THE DEBT."
|
||||
>
|
||||
WANT MORE. ASCEND. ACCUMULATE THE DEBT.
|
||||
WANT MORE. SPEND MORE. ACCUMULATE THE DEBT.
|
||||
</h1>
|
||||
<p class="max-w-xl text-lg text-mute">
|
||||
A serene little shrine to your every craving. Paste a product URL; we keep
|
||||
vigil over the price and summon you the instant it falls. No feed. No
|
||||
algorithm. Just you, your wants, and the gentle hum of impending debt.
|
||||
A wishlist for your every craving. Paste a product link; we watch the price
|
||||
and email you the moment it drops. No feed. No algorithm. Just you, your
|
||||
wants, and the gentle hum of impending debt.
|
||||
<span class="gospel">You deserve it.</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<a href="/register" class="btn btn-acid">begin ascension →</a>
|
||||
<a href="/login" class="btn btn-ghost">return to worship</a>
|
||||
<a href="/register" class="btn btn-acid">create account →</a>
|
||||
<a href="/login" class="btn btn-ghost">log in</a>
|
||||
</div>
|
||||
|
||||
<div class="grid gap-4 sm:grid-cols-3">
|
||||
{#each [['I', 'COVET', 'group wants by topic'], ['II', 'PASTE URL', 'we keep the vigil'], ['III', 'BE SUMMONED', 'strike on the drop']] as [n, t, d]}
|
||||
{#each [['I', 'MAKE A LIST', 'group wants by topic'], ['II', 'PASTE A LINK', 'we track the price'], ['III', 'GET AN EMAIL', 'the moment it drops']] as [n, t, d]}
|
||||
<div class="panel p-5">
|
||||
<p class="gospel text-4xl">{n}</p>
|
||||
<p class="mt-1 font-display text-lg font-bold">{t}</p>
|
||||
@@ -48,6 +47,6 @@
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<p class="gospel text-center text-lg">“blessed are the carts, for they shall be filled”</p>
|
||||
<p class="gospel text-center text-lg">“your cart isn’t going to fill itself”</p>
|
||||
</section>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user