diff --git a/package-lock.json b/package-lock.json index 88f5d6e..a1ff306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "flubber": "^0.4.2", "framer-motion": "^10.16.1", "gray-matter": "^4.0.3", + "lucide-react": "^0.269.0", "next": "13.4.4", "react": "18.2.0", "react-dom": "18.2.0", @@ -4720,6 +4721,14 @@ "node": ">=10" } }, + "node_modules/lucide-react": { + "version": "0.269.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.269.0.tgz", + "integrity": "sha512-+ViEb/2eJJt43/CtxpTfvqu/8gzK49cSUdeuqRuFYiZmX9AvwfumtETM4plhXHymfHb6/mVbHg9uIlc13y+uew==", + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/make-error": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", @@ -14920,6 +14929,12 @@ "yallist": "^4.0.0" } }, + "lucide-react": { + "version": "0.269.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.269.0.tgz", + "integrity": "sha512-+ViEb/2eJJt43/CtxpTfvqu/8gzK49cSUdeuqRuFYiZmX9AvwfumtETM4plhXHymfHb6/mVbHg9uIlc13y+uew==", + "requires": {} + }, "make-error": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", diff --git a/package.json b/package.json index 414fd53..5688594 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "format": "prettier -w .", "lint:strict": "eslint --max-warnings=0 src", "format:check": "prettier -c .", - "pre-commit": "next lint --fix && git add -A ." + "pre-commit": "next lint --fix" }, "dependencies": { "@motionone/utils": "^10.15.1", @@ -20,6 +20,7 @@ "flubber": "^0.4.2", "framer-motion": "^10.16.1", "gray-matter": "^4.0.3", + "lucide-react": "^0.269.0", "next": "13.4.4", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/public/1.jpeg b/public/1.jpeg deleted file mode 100644 index 7cf8618..0000000 Binary files a/public/1.jpeg and /dev/null differ diff --git a/public/2.jpeg b/public/2.jpeg deleted file mode 100644 index 821bfa3..0000000 Binary files a/public/2.jpeg and /dev/null differ diff --git a/public/3.jpeg b/public/3.jpeg deleted file mode 100644 index a1d2d79..0000000 Binary files a/public/3.jpeg and /dev/null differ diff --git a/public/4.jpeg b/public/4.jpeg deleted file mode 100644 index e2d49fe..0000000 Binary files a/public/4.jpeg and /dev/null differ diff --git a/public/5.jpeg b/public/5.jpeg deleted file mode 100644 index 7cf8618..0000000 Binary files a/public/5.jpeg and /dev/null differ diff --git a/public/assets/journey.png b/public/assets/journey.png new file mode 100644 index 0000000..f68935e Binary files /dev/null and b/public/assets/journey.png differ diff --git a/src/app/globals.css b/src/app/globals.css index 908528a..fd9f8e9 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -30,7 +30,6 @@ body { font-family: Roboto-google, sans-serif; font-weight: 400; font-style: normal; - -webkit-font-smoothing: antialiased; } footer { @@ -106,8 +105,6 @@ html { height: 100vh; display: flex; justify-content: center; - align-items: center; - position: relative; } img { @@ -155,6 +152,9 @@ img { font-family: 'plaster-google'; } +.cool-text { + font-family: 'plaster-google'; +} .progress { position: fixed; left: 0; diff --git a/src/components/modules/profile/assets.tsx b/src/components/modules/profile/assets.tsx index e670188..ebc7be2 100644 --- a/src/components/modules/profile/assets.tsx +++ b/src/components/modules/profile/assets.tsx @@ -1,7 +1,7 @@ const FirstAsset = () => { return ( {