Skip to content

Commit

Permalink
feat: update landing hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyarpaing committed Apr 21, 2024
1 parent 06543e2 commit 491da96
Show file tree
Hide file tree
Showing 25 changed files with 1,118 additions and 2,145 deletions.
7 changes: 0 additions & 7 deletions apps/web/jsconfig.json

This file was deleted.

5 changes: 5 additions & 0 deletions apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
4 changes: 3 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"watch": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand All @@ -19,6 +19,7 @@
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/font": "^14.2.2",
"@next/mdx": "13.4.16",
"@sindresorhus/slugify": "^2.2.1",
"@tabler/icons-react": "^3.1.0",
Expand All @@ -28,6 +29,7 @@
"acorn": "^8.10.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"embla-carousel-react": "^8.0.0",
"fast-glob": "^3.3.1",
Expand Down
Binary file removed apps/web/public/Shan/Shan.woff
Binary file not shown.
Loading

0 comments on commit 491da96

Please sign in to comment.