just a format it seems
This commit is contained in:
parent
9f0d440288
commit
28c4589864
1 changed files with 7 additions and 11 deletions
|
|
@ -7,26 +7,22 @@
|
||||||
<h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
|
<h1 class="text-4xl font-bold tracking-tight sm:text-6xl">
|
||||||
Find Bitcoin Lightning Payments
|
Find Bitcoin Lightning Payments
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p class="text-xl text-muted-foreground">
|
<p class="text-xl text-muted-foreground">
|
||||||
Discover local businesses, services, and venues that accept Bitcoin Lightning payments.
|
Discover local businesses, services, and venues that accept Bitcoin Lightning payments.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
||||||
<router-link
|
<router-link to="/directory"
|
||||||
to="/directory"
|
class="inline-flex items-center justify-center rounded-md bg-primary px-6 py-3 text-sm font-medium text-primary-foreground hover:bg-primary/90">
|
||||||
class="inline-flex items-center justify-center rounded-md bg-primary px-6 py-3 text-sm font-medium text-primary-foreground hover:bg-primary/90"
|
|
||||||
>
|
|
||||||
Browse Directory
|
Browse Directory
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
<router-link
|
<router-link to="/faq"
|
||||||
to="/faq"
|
class="inline-flex items-center justify-center rounded-md border border-input bg-background px-6 py-3 text-sm font-medium hover:bg-accent hover:text-accent-foreground">
|
||||||
class="inline-flex items-center justify-center rounded-md border border-input bg-background px-6 py-3 text-sm font-medium hover:bg-accent hover:text-accent-foreground"
|
|
||||||
>
|
|
||||||
Learn More
|
Learn More
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue