minor changes

This commit is contained in:
anthdm 2024-06-15 16:01:27 +02:00
parent 799254dd6e
commit d74e729d7c
2 changed files with 12 additions and 4 deletions

View file

@ -2,6 +2,11 @@
@tailwind components;
@tailwind utilities;
/* fix for Alpine users. */
[x-cloak] {
display: none !important;
}
@layer base {
* {
@apply border-border;

View file

@ -7,11 +7,14 @@ import (
templ Index() {
@layouts.App() {
<div class="h-screen text-center flex flex-col justify-center items-center">
<div class="flex flex-col gap-10">
<div class="flex flex-col gap-12">
<h1 class="inline-block text-transparent bg-clip-text max-w-2xl mx-auto text-4xl lg:text-7xl font-bold uppercase bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500">superkit</h1>
<h1 class="max-w-2xl mx-auto text-2xl lg:text-4xl font-bold lg:leading-tight">
Build high-performance apps swiftly with minimal team resources.
</h1>
<div class="flex flex-col gap-3">
<h1 class="max-w-2xl mx-auto text-2xl lg:text-4xl font-bold lg:leading-tight">
Build high-performance apps swiftly with minimal team resources.
</h1>
<h2 class="text-lg text-muted-foreground">Escape the JavaScript ecosystem</h2>
</div>
<div class="flex justify-center">
<a href="https://github.com/anthdm/gothkit" target="_blank" class="bg-primary w-fit rounded-md px-4 py-2 text-primary-foreground font-medium text-sm">What are you waiting for?</a>
</div>