Update page.tsx

This commit is contained in:
암냥 2026-03-14 04:45:10 +09:00 committed by GitHub
commit ee4de6001e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
import Projects from "@/components/Projects"; import Projects from "@/components/Projects";
import TimelineComponent from "@/components/timeline"; import TimelineComponent from "@/components/timeline";
import Image from "next/image"; import Image from "next/image";
import DraggableWindow from "@/components/DraggableWindow"; // import DraggableWindow from "@/components/DraggableWindow";
import ReadmeWindow from "@/components/ReadmeWindow"; import ReadmeWindow from "@/components/ReadmeWindow";
import Contact from "@/components/Contact"; import Contact from "@/components/Contact";
import DDayComponent from "@/components/dday"; import DDayComponent from "@/components/dday";
@ -31,8 +31,6 @@ 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 />} */}
<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>