From 77d568d9968f35b2568d3a428bb5dba627ba9709 Mon Sep 17 00:00:00 2001 From: LightCreator1007 Date: Fri, 24 Jul 2026 02:25:33 +0530 Subject: [PATCH] made a simple interest gform linked to a excel sheet --- components/sections/hero-section.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/sections/hero-section.tsx b/components/sections/hero-section.tsx index 6c3d81b..d88d26e 100644 --- a/components/sections/hero-section.tsx +++ b/components/sections/hero-section.tsx @@ -199,7 +199,14 @@ const Hero = () => {
{countdown.isOver ? ( -
Event has ended
+ + Fill an Interest Form + ) : countdown.isLive ? (
HackByte is live now!
) : (