feat(design): complete redesign of website

Redesign the website with a more modern look.
This commit is contained in:
2026-01-13 07:36:58 +00:00
parent 55eba06cb2
commit be51ec4831
35 changed files with 4543 additions and 7934 deletions

View File

@@ -151,7 +151,7 @@ async function main(): Promise<void> {
}
}
console.log("\nDone! Run `npm run build` to rebuild the site.");
console.log("\nDone! Run `bun run build` to rebuild the site.");
}
main();