Init NextJS #4

Merged
imnyang merged 11 commits from nextjs into main 2025-10-23 20:20:18 +09:00
Showing only changes of commit 2e1f6a7ec4 - Show all commits

Enhance About section with title and description

암냥 2025-10-09 21:19:31 +09:00

View file

@ -9,8 +9,9 @@ export default function Home() {
}}
></div>
</div>
<div id="about" className="h-screen flex">
About
<div id="about" className="h-screen flex p-4">
<h1 className="text-2xl">About</h1>
<p> .</p>
</div>
</main>
);