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