shadcn 업데이트 && email components

This commit is contained in:
암냥 2026-03-26 21:39:11 +09:00
commit d7475dc0eb
No known key found for this signature in database
60 changed files with 1282 additions and 565 deletions

View file

@ -30,12 +30,12 @@ export default async function Page({ searchParams }: { searchParams: Promise<{ n
<div className="max-w-3xl w-full flex mx-auto mb-8 px-8 lg:px-0">
<Contact />
</div>
<section id="about" className="w-full snap-start snap-always flex flex-col items-center justify-center px-8 lg:px-0">
<div className="max-w-3xl w-full lg:px-0 px-8">
<section id="about" className="w-full snap-start snap-always flex flex-col items-center justify-center mx-auto px-8 lg:px-0">
<div className="max-w-3xl w-full">
<p><strong> </strong> .</p>
<p><strong> </strong> , .</p>
<p><strong> 4 Python</strong> , <strong>TypeScript</strong> .</p>
<p> <strong> </strong> .</p>
<p> <strong> </strong> .</p>
<br />
<ReadmeWindow />
<br />
@ -47,7 +47,6 @@ export default async function Page({ searchParams }: { searchParams: Promise<{ n
<div className="text-muted-foreground text-sm">
<br />
<p>© 2026 imnyang. All rights reserved.</p>
{/* <p>이 웹사이트의 일부 이미지는 생성형 인공지능을 통해 제작되었습니다.</p> */}
<br />
</div>
</div>