enhance ssr, add routes and enhance the header styles
This commit is contained in:
9
src/app/projects/page.tsx
Normal file
9
src/app/projects/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ProjectsShowcase from "../components/ProjectsShowcase/ProjectsShowcase";
|
||||
|
||||
export default function ProjectsPage() {
|
||||
return (
|
||||
<main className="pt-20">
|
||||
<ProjectsShowcase />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user