Skip to content

Commit cd80475

Browse files
changes for layout
1 parent f4692a2 commit cd80475

16 files changed

Lines changed: 1221 additions & 55 deletions

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_CLERK_PUBLISHABLE_KEY=pk_test_aW5zcGlyZWQtc3VuYmlyZC02OC5jbGVyay5hY2NvdW50cy5kZXYk

README.md

-84 Bytes

Titan-Website

Premium-Watch-Website

Premium-Watch-Website

package-lock.json

Lines changed: 112 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
"deploy": "npm run build && gh-pages -d dist"
1212
},
1313
"dependencies": {
14+
"@clerk/clerk-react": "^5.61.6",
1415
"@tailwindcss/vite": "^4.1.18",
1516
"gsap": "^3.14.2",
1617
"lenis": "^1.3.17",
18+
"qrcode.react": "^4.2.0",
1719
"react": "^19.2.0",
1820
"react-dom": "^19.2.0",
1921
"react-icons": "^5.5.0",
2022
"react-router-dom": "^7.13.0",
21-
"qrcode.react": "^4.2.0",
2223
"swiper": "^12.1.0",
2324
"tailwindcss": "^4.1.18"
2425
},

0 commit comments

Comments
 (0)