Update page.tsx
This commit is contained in:
parent
5a3bd99511
commit
11df08e7e8
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ export default async function Page({ searchParams }: { searchParams: Promise<{ n
|
||||||
<Contact />
|
<Contact />
|
||||||
</div>
|
</div>
|
||||||
<section id="about" className="w-full snap-start snap-always flex flex-col items-center justify-center px-8 lg:px-0">
|
<section id="about" className="w-full snap-start snap-always flex flex-col items-center justify-center px-8 lg:px-0">
|
||||||
/* {showWindow && <DraggableWindow />} */
|
{/* {showWindow && <DraggableWindow />} */}
|
||||||
|
|
||||||
<div className="max-w-3xl w-full lg:px-0 px-8">
|
<div className="max-w-3xl w-full lg:px-0 px-8">
|
||||||
<p><strong>더 멋진 세상</strong>을 만들기 위해 노력하는 암냥입니다.</p>
|
<p><strong>더 멋진 세상</strong>을 만들기 위해 노력하는 암냥입니다.</p>
|
||||||
<p><strong>초등학교 시절 운영체제</strong>에 흥미를 느껴 컴퓨터를 시작했고, 이후 프로그래밍에 관심을 갖게 되었습니다.</p>
|
<p><strong>초등학교 시절 운영체제</strong>에 흥미를 느껴 컴퓨터를 시작했고, 이후 프로그래밍에 관심을 갖게 되었습니다.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue