Loading Portfolio...
Preparing awesome things..
Loading Portfolio...
Preparing awesome things..
Please wait...
Preparing awesome things..
I had the pleasure of working with these awesome projects
export default async function ProjectsPage() {
const projects = await getProjects();
return (
<section>
{projects.map((project) => (
<ProjectCard key={project.title} {...project} />
))}
</section>
);
}
A modern portfolio built with Next.js to showcase projects, skills, and achievements with responsive design and dynamic content management.