diff --git a/client/src/app/globals.css b/client/src/app/globals.css index 8a306d2..8def60d 100644 --- a/client/src/app/globals.css +++ b/client/src/app/globals.css @@ -87,5 +87,10 @@ body { } body { @apply bg-background text-foreground; + background-image: url('https://images.pexels.com/photos/2387793/pexels-photo-2387793.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'); /* Replace with your image URL */ + background-size: cover; /* Makes sure the image covers the entire background */ + background-position: center; /* Centers the image */ + background-repeat: no-repeat; /* Prevents the image from repeating */ + min-height: 100vh; /* Ensures the body takes up the full viewport height */ } } \ No newline at end of file diff --git a/client/src/components/Navbar/index.tsx b/client/src/components/Navbar/index.tsx index d675ba9..969fb58 100644 --- a/client/src/components/Navbar/index.tsx +++ b/client/src/components/Navbar/index.tsx @@ -15,7 +15,9 @@ export default function Navbar() {
-

Greenline

+

+ greenline +

@@ -25,10 +27,12 @@ export default function Navbar() { - Markets + Glossary Chevron Down + + Link @@ -36,9 +40,12 @@ export default function Navbar() { - Markets + Resources + Chevron Down + + Link