Remove home hero copy
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m7s

This commit is contained in:
wypark
2026-05-28 23:26:36 +09:00
parent fa3eb96d08
commit f5bef6eeed
2 changed files with 16 additions and 16 deletions

View File

@@ -265,22 +265,15 @@ function HomeContent() {
}
return (
<main className="mx-auto max-w-5xl space-y-10 px-4 py-8 md:px-6 md:py-12">
<section className="max-w-3xl pt-2 md:pt-8">
<h1 className="text-4xl font-bold leading-[1.08] tracking-normal text-[var(--color-text)] md:text-6xl">
</h1>
<p className="mt-5 max-w-2xl text-[17px] leading-8 text-[var(--color-text-muted)]">
.
</p>
<Link
href="/archive"
className="mt-7 inline-flex h-10 items-center gap-2 rounded-full bg-[var(--color-text)] px-4 text-sm font-semibold text-[var(--color-page)] shadow-[var(--shadow-control)] transition hover:opacity-90 dark:bg-white dark:text-black"
>
<Archive size={16} />
</Link>
</section>
<main className="mx-auto max-w-5xl space-y-8 px-4 py-8 md:px-6 md:py-12">
<h1 className="sr-only">WYPark Blog</h1>
<Link
href="/archive"
className="inline-flex h-10 items-center gap-2 rounded-full bg-[var(--color-text)] px-4 text-sm font-semibold text-[var(--color-page)] shadow-[var(--shadow-control)] transition hover:opacity-90 dark:bg-white dark:text-black"
>
<Archive size={16} />
</Link>
<NoticeStrip notices={notices} />