Display information of project on home tab

This commit is contained in:
Takeshi Kimata
2024-05-06 13:35:32 +09:00
parent ac9af2d604
commit 3de1bd2d42
15 changed files with 323 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ import { useTranslations } from "next-intl";
import { Link } from "@/src/navigation";
export default function Home() {
const t = useTranslations("Home");
const t = useTranslations("Index");
return (
<section className="flex flex-col items-center justify-center gap-4 py-8 md:py-10">