refactor: streamline, refine and polish

This commit is contained in:
2026-02-27 12:35:02 +01:00
parent efe3c81576
commit ee7e5ec06c
21 changed files with 606 additions and 735 deletions

View File

@@ -9,7 +9,7 @@ import BackToTop from '@/components/BackToTop';
export default function Home() {
return (
<main className="relative min-h-screen dark text-foreground">
<main className="relative min-h-screen text-foreground">
<AnimatedBackground />
<BackToTop />
<Hero />