enhance ssr, add routes and enhance the header styles

This commit is contained in:
Mohammed Al-yaseen
2025-07-29 16:12:21 +03:00
parent b803532cde
commit 01ed3a2b7f
16 changed files with 1005 additions and 343 deletions

View File

@@ -0,0 +1,9 @@
import ProjectsShowcase from "../components/ProjectsShowcase/ProjectsShowcase";
export default function ProjectsPage() {
return (
<main className="pt-20">
<ProjectsShowcase />
</main>
);
}