Created the history page with a timeline

This commit is contained in:
Tiago Ribeiro
2024-02-01 23:45:15 +00:00
parent 2d3da1d725
commit 4fa00c47ed
6 changed files with 283 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
import About from "@/templates/About";
import ComingSoon from "@/templates/ComingSoon";
import History from "@/templates/History";
export default function Page() {
return <ComingSoon page="/history" language="ar" />;
return <History language="ar" />;
}