Skip to content

Commit

Permalink
new landing page bitch
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyarTaher committed Feb 5, 2024
1 parent d6b35bf commit 43e4ebb
Show file tree
Hide file tree
Showing 79 changed files with 4,090 additions and 3,565 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/node_modules
/.pnp
.pnp.js
/pnpm-lock.yaml
.yarn/install-state.gz

# testing
/coverage
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ npm run dev
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

Expand Down
241 changes: 0 additions & 241 deletions components/Cube.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions components/Discord_cube_24.tsx

This file was deleted.

71 changes: 0 additions & 71 deletions components/Hero.tsx

This file was deleted.

Loading

0 comments on commit 43e4ebb

Please sign in to comment.