@@ -56,10 +56,10 @@ const Hero = () => {
className="inline-block"
target="_blank"
>
-
+
-
- Join Our Discord!
+
+ Join Our Discord
From 27801033453c1a6be5b8fe60c86978ace0265255 Mon Sep 17 00:00:00 2001
From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com>
Date: Sat, 18 Apr 2026 20:47:08 +0545
Subject: [PATCH 4/6] feat: Changes to Hero Section
---
frontend/src/app/MainPage.tsx | 4 ++--
frontend/src/app/sections/home/Hero.tsx | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/frontend/src/app/MainPage.tsx b/frontend/src/app/MainPage.tsx
index dc035e7..f5e9597 100644
--- a/frontend/src/app/MainPage.tsx
+++ b/frontend/src/app/MainPage.tsx
@@ -33,8 +33,8 @@ export default function Home() {
-
-
+ {/*
*/}
+ {/*
*/}
>
);
diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx
index 67f3aee..fbdf4ad 100644
--- a/frontend/src/app/sections/home/Hero.tsx
+++ b/frontend/src/app/sections/home/Hero.tsx
@@ -3,7 +3,7 @@ import DiscordHero from "@/app/assets/icons/DiscordHero";
import Devfolio from "@/app/assets/icons/Devfolio";
import styles from "./styles.module.css";
import DeerHack26Logo from "@/app/assets/icons/Deerhack26";
-import { cabinetBold, cabinetMedium, satoshiBlack, satoshiBold } from "@/fonts";
+import { cabinetBold,cabinetExtraBold, cabinetMedium, satoshiBlack, satoshiBold } from "@/fonts";
import Link from "next/link";
// import { useState, useEffect } from "react";
import Flicker from "@/app/components/Flicker/flicker";
@@ -45,9 +45,9 @@ const Hero = () => {
className="w-full flex justify-center items-center"
target="_blank"
>
-
-
- Pre Register Now
+
@@ -56,7 +56,7 @@ const Hero = () => {
className="inline-block"
target="_blank"
>
-
+
Join Our Discord
From a1abebfae65d17d929f493271992cd84735ede96 Mon Sep 17 00:00:00 2001
From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com>
Date: Sat, 18 Apr 2026 20:57:25 +0545
Subject: [PATCH 5/6] Fix Padding and Alignment: Judging Criteria
---
frontend/src/app/sections/judgesCriteriaSection/page.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/app/sections/judgesCriteriaSection/page.tsx b/frontend/src/app/sections/judgesCriteriaSection/page.tsx
index 1a8515a..c127605 100644
--- a/frontend/src/app/sections/judgesCriteriaSection/page.tsx
+++ b/frontend/src/app/sections/judgesCriteriaSection/page.tsx
@@ -17,11 +17,11 @@ const page = () => {
return (
-
+
{data.title}
-
+
{data.sections.map((section, sectionIndex) => (
From ed0706e73505119996edaec2470c51287043285c Mon Sep 17 00:00:00 2001
From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com>
Date: Sat, 18 Apr 2026 21:41:36 +0545
Subject: [PATCH 6/6] Fix Padding for Resources and Changes to Discord Button
---
frontend/src/app/assets/icons/DiscordHero.tsx | 18 ++++++++++++++----
.../sections/SelectionCriteriaSection/page.tsx | 2 +-
.../src/app/sections/codeOfConduct/page.tsx | 2 +-
frontend/src/app/sections/home/Hero.tsx | 4 ++--
4 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/frontend/src/app/assets/icons/DiscordHero.tsx b/frontend/src/app/assets/icons/DiscordHero.tsx
index 877dc08..05bb792 100644
--- a/frontend/src/app/assets/icons/DiscordHero.tsx
+++ b/frontend/src/app/assets/icons/DiscordHero.tsx
@@ -1,11 +1,21 @@
-const DiscordHero = () => {
+const DiscordHero = ({
+ height = 24,
+ width = 24,
+ className = "",
+}: {
+ height?: number;
+ width?: number;
+ className?: string;
+}) => {
return (