diff --git a/pages/index.js b/pages/index.js
index 8f37efd1..b07c96fa 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -410,15 +410,15 @@ function Page({
count === images.length - 2
? images[0].src
: images.length - 1
- ? images[1].src
- : images[count + 2].src
+ ? images[1].src
+ : images[count + 2].src
}
alt={
count === images.length - 2
? images[0].alt
: images.length - 1
- ? images[1].alt
- : images[count + 2].alt
+ ? images[1].alt
+ : images[count + 2].alt
}
width={3000}
height={2550}
@@ -676,7 +676,7 @@ function Page({
Hack Club is a registered 501(c)3 nonprofit organization that supports a network @@ -412,4 +412,4 @@