fix: remove duplicate text-base class and update navigation links in header

This commit is contained in:
2025-10-16 14:55:08 +02:00
parent cd8687db54
commit 4ef0b3918b
9 changed files with 304 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
export default function About() {
return (
<div>
{/* About page content will go here */}
</div>
)
}