diff --git a/pages/index.js b/pages/index.js index 7429006..60fced8 100644 --- a/pages/index.js +++ b/pages/index.js @@ -5,29 +5,30 @@ import MainLogo from "../components/MainLogo"; export default function Home() { return ( - <> - -
+
+
{/* header */}
- + + Home Features - Pricing + Pricing + Log In + - - Log In -
-
- +
+ + No more slacking +
- +
); } diff --git a/public/wallpapers/darker-mountains.jpg b/public/wallpapers/darker-mountains.jpg new file mode 100644 index 0000000..b4cbe77 Binary files /dev/null and b/public/wallpapers/darker-mountains.jpg differ diff --git a/public/wallpapers/glassmorphic.jpg b/public/wallpapers/glassmorphic.jpg new file mode 100644 index 0000000..3f1dfd4 Binary files /dev/null and b/public/wallpapers/glassmorphic.jpg differ diff --git a/styles/globals.css b/styles/globals.css index 99fdb7d..a287371 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -134,3 +134,11 @@ p { ::-webkit-scrollbar-thumb:hover { background: #555; } + +.landing-page-bg { + background-image: url("/wallpapers/glassmorphic.jpg"); +} + +/* body { + background-image: url("/wallpapers/glassmorphic.jpg"); +} */