Enhance About section with title and description

This commit is contained in:
암냥 2025-10-09 21:19:31 +09:00
commit 2e1f6a7ec4

View file

@ -7,10 +7,11 @@ export default function Home() {
style={{
background: "linear-gradient(110deg, #FF8989 21.29%, rgba(85, 0, 255, 0.2) 100%)",
}}
></div>
></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>
);