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

@ -7,10 +7,11 @@ export default function Home() {
style={{ style={{
background: "linear-gradient(110deg, #FF8989 21.29%, rgba(85, 0, 255, 0.2) 100%)", background: "linear-gradient(110deg, #FF8989 21.29%, rgba(85, 0, 255, 0.2) 100%)",
}} }}
></div> ></div>
</div> </div>
<div id="about" className="h-screen flex"> <div id="about" className="h-screen flex p-4">
About <h1 className="text-2xl">About</h1>
<p> .</p>
</div> </div>
</main> </main>
); );