Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

feat: add new landing #121

Merged
merged 12 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/*"
],
"scripts": {
"next:dev": "cd packages/akeru-frontend && bun run dev",
"next:dev": "cd packages/akeru-landing && bun run dev",
"api:dev": "cd packages/akeru-server && bun run dev"
},
"dependencies": {
Expand Down
40 changes: 0 additions & 40 deletions packages/akeru-frontend/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions packages/akeru-frontend/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions packages/akeru-frontend/app/components/layout/footer/footer.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions packages/akeru-frontend/app/components/layout/header/header.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions packages/akeru-frontend/app/components/sections/form-section.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions packages/akeru-frontend/app/components/sections/hero-section.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions packages/akeru-frontend/app/components/ui/drawer/Drawer.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions packages/akeru-frontend/app/components/ui/form/Form.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions packages/akeru-frontend/app/components/ui/form/FormInput.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions packages/akeru-frontend/app/components/ui/home-card/home-card.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions packages/akeru-frontend/app/components/ui/icons/bg-square.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions packages/akeru-frontend/app/components/ui/icons/fast-icon.tsx

This file was deleted.

Binary file removed packages/akeru-frontend/app/favicon.ico
Binary file not shown.
11 changes: 0 additions & 11 deletions packages/akeru-frontend/app/globals.css

This file was deleted.

Loading
Loading