diff --git a/public/assets/home/hero.png b/public/assets/home/hero.png deleted file mode 100644 index 1dd130732..000000000 Binary files a/public/assets/home/hero.png and /dev/null differ diff --git a/public/assets/home/hero.webp b/public/assets/home/hero.webp new file mode 100644 index 000000000..57837a8c0 Binary files /dev/null and b/public/assets/home/hero.webp differ diff --git a/public/assets/navbar/onepiece.png b/public/assets/navbar/onepiece.png deleted file mode 100644 index dd6e7f255..000000000 Binary files a/public/assets/navbar/onepiece.png and /dev/null differ diff --git a/public/assets/navbar/onepiece.webp b/public/assets/navbar/onepiece.webp new file mode 100644 index 000000000..19b1cb27f Binary files /dev/null and b/public/assets/navbar/onepiece.webp differ diff --git a/src/Components/Navbar/Desktop.jsx b/src/Components/Navbar/Desktop.jsx index 45c7b3aae..3106b9c74 100644 --- a/src/Components/Navbar/Desktop.jsx +++ b/src/Components/Navbar/Desktop.jsx @@ -37,7 +37,7 @@ export const Resources = ({ notificationOpen }) => { rel="noopener noreferrer" className="py-7 px-3 inline-block" > - @@ -47,7 +47,7 @@ export const Resources = ({ notificationOpen }) => { rel="noopener noreferrer" className="py-7 px-3 inline-block" > - diff --git a/src/Components/Navbar/Navbar.jsx b/src/Components/Navbar/Navbar.jsx index 8c395d823..45bcb0145 100644 --- a/src/Components/Navbar/Navbar.jsx +++ b/src/Components/Navbar/Navbar.jsx @@ -50,9 +50,9 @@ const Logo = () => { return ( logo ) diff --git a/src/Pages/Home/Home.jsx b/src/Pages/Home/Home.jsx index 3ef5f9ed3..a1f20a5ec 100644 --- a/src/Pages/Home/Home.jsx +++ b/src/Pages/Home/Home.jsx @@ -35,18 +35,18 @@ const Home = () => { > - - + */} illustration diff --git a/src/Pages/Home/Home.module.css b/src/Pages/Home/Home.module.css index 4c9c21812..dea5faad1 100644 --- a/src/Pages/Home/Home.module.css +++ b/src/Pages/Home/Home.module.css @@ -53,8 +53,8 @@ a { .fv_heading span { font-weight: 600; - /* color: #f78c40; */ - color: #5C9AE5; + color: #f78c40; + /* color: #5C9AE5; */ } .fv_tagline { @@ -73,8 +73,8 @@ a { .primary, .secondary { - /* background-color: #f78c40; */ - background-color: #5C9AE5; + background-color: #f78c40; + /* background-color: #5C9AE5; */ padding: 0.7rem 2.75rem; border: none; margin-top: 1rem; @@ -86,11 +86,11 @@ a { .secondary { background-color: #ffffff; - /* color: #f78c40; */ - color: #5C9AE5; + color: #f78c40; + /* color: #5C9AE5; */ padding: 0.6rem 2rem; - /* border: 2px solid #f59d5e; */ - border: 2px solid #5C9AE5; + border: 2px solid #f59d5e; + /* border: 2px solid #5C9AE5; */ } @media only screen and (min-width: 1000px) {