create base for home page (still needs input component), and fix type stuff for settings
This commit is contained in:
+11
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user