aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff <jeffkleinaitis@gmail.com>2024-03-28 14:58:08 -0400
committerJeff <jeffkleinaitis@gmail.com>2024-03-28 14:58:08 -0400
commitb791672e239665f0c1eaf2b5643fe3feb7e99de9 (patch)
tree1b6ba4d7e9cb3ce538ab40cccaf97de69ca7c07a
parentede26a37e0cade5549e6aa8f229158a1d035f384 (diff)
fix: Update navigation bar options and alt text description of HH logo
-rw-r--r--components/navbar.js15
-rw-r--r--public/img/logo2.svg4
2 files changed, 7 insertions, 12 deletions
diff --git a/components/navbar.js b/components/navbar.js
index ed78cd6..ce5c5d0 100644
--- a/components/navbar.js
+++ b/components/navbar.js
@@ -5,11 +5,10 @@ import { Disclosure } from "@headlessui/react";
const Navbar = () => {
const navigation = [
- "Product",
- "Features",
- "Pricing",
- "Company",
- "Blog",
+ "Find Opportunities",
+ "Recruit Volunteers",
+ "Help Center",
+ "About Us",
];
return (
@@ -25,7 +24,7 @@ const Navbar = () => {
<span>
<Image
src="/img/logo.svg"
- alt="N"
+ alt="heart shaped handshake logo"
width="32"
height="32"
className="w-8"
@@ -66,7 +65,7 @@ const Navbar = () => {
</Link>
))}
<Link href="/" className="w-full px-6 py-2 mt-3 text-center text-white bg-indigo-600 rounded-md lg:ml-5">
- Get Started
+ Login
</Link>
</>
</Disclosure.Panel>
@@ -90,7 +89,7 @@ const Navbar = () => {
<div className="hidden mr-3 space-x-4 lg:flex nav__item">
<Link href="/" className="px-6 py-2 text-white bg-indigo-600 rounded-md md:ml-5">
- Get Started
+ Login
</Link>
<ThemeChanger />
diff --git a/public/img/logo2.svg b/public/img/logo2.svg
deleted file mode 100644
index c684fdc..0000000
--- a/public/img/logo2.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
-<rect width="44" height="44" rx="6" fill="#4F46E5"/>
-<path d="M31.3662 34H25.7427L17.4282 19.4014V34H11.7725V10.5391H17.4282L25.7266 25.1377V10.5391H31.3662V34Z" fill="white"/>
-</svg>