feat(home): homepage finished

This commit is contained in:
2025-04-25 14:03:33 -06:00
parent 05cb8cfc73
commit 8ab01ca725
14 changed files with 377 additions and 195 deletions

View File

@ -7,3 +7,9 @@ pub use hero::Hero;
mod techs;
pub use techs::TechCat;
mod footer;
pub use footer::Ender;
mod experience;
pub use experience::Experience;