diff --git a/public/images/bg.jpg b/public/images/bg.jpg
deleted file mode 100644
index 92745ac..0000000
Binary files a/public/images/bg.jpg and /dev/null differ
diff --git a/public/images/d2jam.png b/public/images/d2jam.png
deleted file mode 100644
index 1a75162..0000000
Binary files a/public/images/d2jam.png and /dev/null differ
diff --git a/public/images/dare2jam.png b/public/images/dare2jam.png
deleted file mode 100644
index a7131f2..0000000
Binary files a/public/images/dare2jam.png and /dev/null differ
diff --git a/public/images/hereyougopomo.png b/public/images/hereyougopomo.png
new file mode 100644
index 0000000..b5562dd
Binary files /dev/null and b/public/images/hereyougopomo.png differ
diff --git a/src/components/navbar/MobileNavbar.tsx b/src/components/navbar/MobileNavbar.tsx
index b500fe8..6fb2a81 100644
--- a/src/components/navbar/MobileNavbar.tsx
+++ b/src/components/navbar/MobileNavbar.tsx
@@ -75,7 +75,7 @@ export default function MobileNavbar() {
           >
             <Image
               as={NextImage}
-              src="/images/d2jam.png"
+              src="/images/hereyougopomo.png"
               className="min-w-[70px]"
               alt="Dare2Jam logo"
               width={70}
diff --git a/src/components/navbar/PCNavbar.tsx b/src/components/navbar/PCNavbar.tsx
index 66acff8..5e4d68b 100644
--- a/src/components/navbar/PCNavbar.tsx
+++ b/src/components/navbar/PCNavbar.tsx
@@ -95,11 +95,11 @@ export default function PCNavbar() {
           >
             <Image
               as={NextImage}
-              src="/images/d2jam.png"
+              src="/images/hereyougopomo.png"
               className="min-w-[70px]"
               alt="Dare2Jam logo"
               width={70}
-              height={59.7}
+              height={70}
             />
           </Link>
         </NavbarBrand>