change theme and cleanup added favicon

This commit is contained in:
will
2026-04-03 16:45:28 +01:00
parent 4020cb239c
commit 6ed27569d6
15 changed files with 538 additions and 564 deletions

View File

@@ -1,4 +1,3 @@
import Nav from '@/components/Nav';
import About from '@/components/About';
import Projects from '@/components/Projects';
import CommitSection from '@/components/CommitSection';
@@ -13,7 +12,6 @@ export default function Page() {
focus:text-sm focus:font-semibold">
Skip to main content
</a>
<Nav />
<main id="main">
<About />
<Projects />