docs: add minimalist UI design spec

Covers Tailwind CSS setup, dark mode via next-themes, flag image language
switcher, SEO metadata + JSON-LD, and full layout for home and status pages.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-08-10 15:48:33 +02:00
co-authored by Claude Sonnet 4.6
parent e7af883953
commit 83a67928da
3 changed files with 250 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { SubmitForm } from '@/components/SubmitForm'
export default function Home() {
return (
<main style={{ padding: '2rem' }}>
<h1>Ombrora</h1>
<SubmitForm />
</main>
)
}