- Add @fontsource/orbitron dependency for custom font styling
- Create Hero.astro component featuring logo, title, and description
- Update index.astro to render Hero component instead of basic heading
- Enhances homepage visual appeal with responsive grid layout and Orbitron font for branding
- Install Husky with commit-msg and pre-commit hooks
- Add commitlint CLI and conventional config for enforcing commit message standards
- Configure pre-commit to run lint-staged for code quality checks
- Update bun.lock with new dev dependencies
This setup ensures consistent commit messages and automated linting before commits.