+ {["days", "hours", "minutes", "seconds"].map((unit, index) => (
+
+ {index > 0 && :}
+
+
+ {formatNumber(timeLeft[unit as keyof TimeLeft]).charAt(0)}
+
+
+ {formatNumber(timeLeft[unit as keyof TimeLeft]).charAt(1)}
+
+
{unit}
+
+
+ ))}
+
+ );
+};
+
+export default Countdown;
diff --git a/usehooks.com/src/components/QueryGGBanner.astro b/usehooks.com/src/components/QueryGGBanner.astro
new file mode 100644
index 0000000..451e6c2
--- /dev/null
+++ b/usehooks.com/src/components/QueryGGBanner.astro
@@ -0,0 +1,138 @@
+---
+import Button from "./Button.astro";
+import CountdownTimer from "./CountdownTimer";
+---
+
+