update landing layout links

main
TZGyn 1 year ago
parent 2b5b6aff00
commit 4fee16734e
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -15,10 +15,10 @@
<div class="flex h-screen w-screen flex-col items-center"> <div class="flex h-screen w-screen flex-col items-center">
<header class="grid w-full max-w-6xl grid-cols-3 px-8 py-4"> <header class="grid w-full max-w-6xl grid-cols-3 px-8 py-4">
<div class="flex items-center justify-start gap-4"> <a href="/" class="flex items-center justify-start gap-4">
<img src="/logo.png" alt="logo" class="h-8" /> <img src="/logo.png" alt="logo" class="h-8" />
<div>kon.sh</div> <div>kon.sh</div>
</div> </a>
<div class="grid grid-cols-4 items-center"> <div class="grid grid-cols-4 items-center">
<div></div> <div></div>
<a <a
@ -27,12 +27,7 @@
class="text-center"> class="text-center">
Features Features
</a> </a>
<a <a href="/pricing" class="text-center">Pricing</a>
href="#pricing"
on:click|preventDefault={scrollIntoView}
class="text-center">
Pricing
</a>
<div></div> <div></div>
</div> </div>
<div class="flex items-center justify-end gap-4"> <div class="flex items-center justify-end gap-4">

Loading…
Cancel
Save