create base for home page (still needs input component), and fix type stuff for settings

This commit is contained in:
cy
2025-03-19 00:14:51 +00:00
parent e56d2189ad
commit a6620d7f05
5 changed files with 11550 additions and 7 deletions
+11 -1
View File
@@ -1,7 +1,17 @@
---
import Layout from '@layouts/Layout.astro';
import { Icon } from 'astro-icon/components';
---
<Layout>
<h1> E </h1>
<div class="h-full flex items-center justify-center">
<div class="flex items-center gap-2">
<Icon name="lucide:radius" class="h-16 w-16 rotate-180 text-(--foreground)" />
<h1 class="text-6xl font-semibold">Radius</h1>
</div>
<div>
<!-- text input here from shadcn (soon) -->
<p>more coming soon (trust)</p>
</div>
</div>
</Layout>