Add all new changes to the website

This commit is contained in:
Antoine Phan
2025-05-05 23:38:18 -04:00
parent e868c6252b
commit f986db1843
9 changed files with 290 additions and 153 deletions

View File

@@ -1,13 +1,12 @@
<script>
import { Button } from 'bits-ui';
let { href, children } = $props();
let { href, children } = $props();
</script>
<a {href}>
<Button.Root
class="border-ecsess-black hover:border-ecsess-200 active:border-ecsess-400 border-b-4 px-6 py-2
<button
class="border-ecsess-black hover:border-ecsess-200 active:border-ecsess-400 border-b-4 px-6 py-2
font-semibold transition-all"
>
{@render children()}
</Button.Root>
>
{@render children()}
</button>
</a>