Use new collection pattern

This commit is contained in:
Jon Staab
2024-08-13 12:41:25 -07:00
parent 71d819edc7
commit 85fb09fc5f
12 changed files with 456 additions and 337 deletions
+3 -3
View File
@@ -4,14 +4,14 @@
<div class="hero min-h-screen bg-base-200">
<div class="hero-content">
<div class="flex max-w-xl flex-col gap-4">
<div class="flex max-w-2xl flex-col gap-4">
<h1 class="text-stark-content text-center text-5xl">Welcome to</h1>
<h1 class="text-stark-content mb-4 text-center text-5xl font-bold uppercase">Flotilla</h1>
<div class="grid lg:grid-cols-2 gap-3">
<CardButton icon="add-circle" title="Create a group" class="h-24">
<CardButton icon="add-circle" title="Create a space" class="h-24">
Invite all your friends, do life together.
</CardButton>
<CardButton icon="compass" title="Discover groups" class="h-24">
<CardButton icon="compass" title="Discover spaces" class="h-24">
Find a community based on your hobbies or interests.
</CardButton>
<CardButton icon="plain" title="Leave feedback" class="h-24">