あああ

This commit is contained in:
2026-03-29 04:57:22 +00:00
parent eaf13e923f
commit b23a3f41f3

View File

@@ -100,6 +100,19 @@ export default function Home() {
</ol>
</section>
</main>
<footer className="border-t bg-card/60">
<div className="mx-auto flex w-full max-w-6xl items-center justify-center px-4 py-4 text-center text-xs text-muted-foreground sm:px-8 sm:text-sm">
:
<a
href="https://neody.land/ja"
target="_blank"
rel="noopener noreferrer"
className="ml-1 font-medium text-foreground underline underline-offset-4 hover:text-primary"
>
Neodyland
</a>
</div>
</footer>
</div>
);
}