feat(core): add theme provider and dots pattern background

This commit is contained in:
2026-04-13 23:30:12 +02:00
parent 1922053565
commit a90cf0561f
10 changed files with 7934 additions and 130 deletions
+9
View File
@@ -0,0 +1,9 @@
export default function BackgroundEffects() {
return (
<div className="bg-container" aria-hidden="true">
<div className="bg-dots" />
<div className="bg-glow bg-glow-1" />
<div className="bg-glow bg-glow-2" />
</div>
)
}