Skip to content

Commit

Permalink
princing page (#12)
Browse files Browse the repository at this point in the history
* Landing Page initial

* Landing update

* pricing page done

* Fix dependency version mismatch and regenerate lockfile

* Update slides

* remove payment gateway line

* Update tsconfig.json

* Update testimonial heading

* increase the size 

the size of description of pricing

* Updated margin 

in the pricecard

* Update padding

* Updated icons

* pricing page done

* Updated metadata

* adjusted header

---------

Co-authored-by: A-nirvana <anirban_ug_23@gmail.com>
  • Loading branch information
Binit08 and A-nirvana authored Dec 29, 2024
1 parent 2d2c6ad commit e9b33b8
Show file tree
Hide file tree
Showing 20 changed files with 3,452 additions and 2,204 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
],
"jsx-a11y/label-has-for": 0,
"jsx-a11y/mouse-events-have-key-events": 2,
"jsx-a11y/media-has-caption": "off",
"jsx-a11y/role-has-required-aria-props": 2,
"jsx-a11y/role-supports-aria-props": 2,
"react-hooks/rules-of-hooks": 0,
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,26 @@
"@iconify/react": "^5.1.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.5",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"eslint-config-airbnb": "^19.0.4",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.468.0",
"moment-timezone": "^0.5.46",
"mongoose": "^8.7.2",
"next": "14.1.0",
"next": "^15.1.0",
"next-pwa": "^5.6.0",
"nodemailer": "^6.9.16",
"otplib": "^12.0.1",
"react-icons": "^5.4.0",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^11.0.2",
"sass": "^1.71.1",
"typescript": "^5.6.3",
"zod": "^3.24.1"

},
"devDependencies": {
"@types/react": "18.3.2",
Expand Down
Loading

0 comments on commit e9b33b8

Please sign in to comment.