diff --git a/package.json b/package.json index 1c917bc..d9f699f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", - "aos": "^2.3.4", "classnames": "^2.2.6", "framer-motion": "^2.3.0", "prop-types": "^15.7.2", diff --git a/public/dummbellicon.ico b/public/dummbellicon.ico new file mode 100644 index 0000000..20b1d88 Binary files /dev/null and b/public/dummbellicon.ico differ diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index bcd5dfd..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html index aa069f2..c641f79 100644 --- a/public/index.html +++ b/public/index.html @@ -1,21 +1,19 @@ - - - - - - - - - - - React App - - - -
- - - + + + \ No newline at end of file diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/src/containers/NotFound/NotFound.js b/src/containers/NotFound/NotFound.js index 299ee60..fd313a6 100644 --- a/src/containers/NotFound/NotFound.js +++ b/src/containers/NotFound/NotFound.js @@ -2,8 +2,15 @@ import React from 'react'; const NotFound = () => { return ( -
-

Oh no!!! Page Not found

+
+

+ Unfortunately we could not find the page you are looking for..{' '} +

+

+ {' '} + You might have either searched for a wrong URL or the page you are + looking for is currently unavailable. +

); }; diff --git a/src/tailwind.css b/src/tailwind.css index 89120ff..b5c61c9 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -1,4 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); @tailwind base; @tailwind components; @tailwind utilities; diff --git a/tailwind.config.js b/tailwind.config.js index d54ea19..6fcfa7d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -15,11 +15,8 @@ module.exports = { pinky: '#FF619A', darkgray: '#272727', }, - fontFamily: { - poppins: ['Poppins'], - }, height: { - 'screen-50': "50vh" + 'screen-50': '50vh', }, }, },