feat: Minor changes to the frontend (#145)

This PR does a facelift to the `/` and `/pricing` pages
This commit is contained in:
Wanjohi
2024-12-26 22:27:27 +03:00
committed by GitHub
parent 2c39517a27
commit 0d36acb983
16 changed files with 488 additions and 961 deletions

View File

@@ -11,4 +11,5 @@ export * from "./router-head"
export * from "./team-counter"
export * as auth from "./popup"
export * as Modal from "./modal"
export { default as Portal } from "./portal"
export { default as Portal } from "./portal"
export { default as Book } from "./book"