Refactor code structure for improved readability and maintainability

This commit is contained in:
암냥 2025-11-23 17:46:38 +09:00
commit 3c600c06f9
11 changed files with 47 additions and 130 deletions

View file

@ -22,7 +22,7 @@ const projects = [
export default function Projects() {
return (
<section className="break-keep break-words w-full lg:w-2/3 xl:w-1/2">
<section className="break-keep break-words w-full">
<div className="space-y-8">
{projects.map((project, idx) => (
<div className="space-y-2" key={idx}>