From 91544628388ba314e7a651a2f4056228e212fbfb Mon Sep 17 00:00:00 2001 From: Rijan Dahal <70582929+enkoki@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:26:56 +0545 Subject: [PATCH 1/6] add: pre-registration button on hero page --- frontend/src/app/sections/home/Hero.tsx | 38 ++++++++++++++++--------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx index a8b8500..d0e1486 100644 --- a/frontend/src/app/sections/home/Hero.tsx +++ b/frontend/src/app/sections/home/Hero.tsx @@ -39,19 +39,31 @@ const Hero = () => {

- - -
- -

- Join Our Discord! -

-
- +
+ +
+

+ Pre Register Now +

+
+ + +
+ +

+ Join Our Discord! +

+
+ +
); From d3983a25d85ba311c9dde3b719c9ffe697c5fae7 Mon Sep 17 00:00:00 2001 From: Rijan Dahal <70582929+enkoki@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:31:23 +0545 Subject: [PATCH 2/6] add: judging criteria button on navbar and sidebar --- frontend/src/app/components/Navbar/NavbarMob.tsx | 5 +++-- frontend/src/app/components/Navbar/NavbarPC.tsx | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/Navbar/NavbarMob.tsx b/frontend/src/app/components/Navbar/NavbarMob.tsx index 2573fd2..186b7dc 100644 --- a/frontend/src/app/components/Navbar/NavbarMob.tsx +++ b/frontend/src/app/components/Navbar/NavbarMob.tsx @@ -122,11 +122,12 @@ const Navbar = () => {
- {/* */} + route="/judging-criteria" + /> {
  • Code Of Conduct
  • +
  • + Judging Criteria +
  • )} From d9bc8d7a235939d119715f506927adb4bb5803e3 Mon Sep 17 00:00:00 2001 From: Rijan Dahal <70582929+enkoki@users.noreply.github.com> Date: Sat, 18 Apr 2026 08:32:51 +0545 Subject: [PATCH 3/6] style: styling pre register and discord button on hero page --- frontend/src/app/sections/home/Hero.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx index d0e1486..67f3aee 100644 --- a/frontend/src/app/sections/home/Hero.tsx +++ b/frontend/src/app/sections/home/Hero.tsx @@ -39,14 +39,14 @@ const Hero = () => {

    -
    +
    -
    -

    +

    +

    Pre Register Now

    @@ -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() { - - + {/* */} + {/* */}