add visuals & design page
All checks were successful
Deploy App / deploy (push) Successful in 1m27s

This commit is contained in:
valere
2025-09-11 19:10:54 +02:00
parent 250ed0c84a
commit 116d15d1ce
26 changed files with 376 additions and 12 deletions

11
app/pages/design.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<div class="mt-8 flex flex-wrap justify-center">
<div className="bg-page-dark-bg text-white">
<div className="bg-gradient-to-r from-primary to-primary-dark border-t-2 border-b-2 border-primary">
<div className="mt-8 flex flex-wrap justify-center">
<gameBox />
</div>
</div>
</div>
</div>
</template>