diff --git a/frontend/src/app/components/Navbar/Navbar.tsx b/frontend/src/app/components/Navbar/Navbar.tsx index 360a341..db5be8f 100644 --- a/frontend/src/app/components/Navbar/Navbar.tsx +++ b/frontend/src/app/components/Navbar/Navbar.tsx @@ -121,7 +121,7 @@ const Navbar = () => { Selection Criteria @@ -131,7 +131,7 @@ const Navbar = () => { Judging Criteria @@ -142,7 +142,7 @@ const Navbar = () => { Code Of Conduct @@ -153,9 +153,9 @@ const Navbar = () => { )} - + {/* Organizers - + */} {/* Legacy @@ -199,7 +199,9 @@ const Navbar = () => {
- + {/* Organizers - + */} {/* Legacy diff --git a/frontend/src/app/components/counter/Counter.tsx b/frontend/src/app/components/counter/Counter.tsx index 897e904..fcbfd32 100644 --- a/frontend/src/app/components/counter/Counter.tsx +++ b/frontend/src/app/components/counter/Counter.tsx @@ -17,7 +17,7 @@ const Counter = () => { minutes: number; seconds: number; } => { - const countDownDate = new Date("June 11, 2026 14:00:00").getTime(); + const countDownDate = new Date("June 12, 2026 14:00:00").getTime(); const now = new Date().getTime(); const timeLeft = countDownDate - now; return { diff --git a/frontend/src/app/components/counter/Timer.tsx b/frontend/src/app/components/counter/Timer.tsx index ea3cd1a..f0bcc2f 100644 --- a/frontend/src/app/components/counter/Timer.tsx +++ b/frontend/src/app/components/counter/Timer.tsx @@ -82,7 +82,7 @@ const Counter = ({targetDate,className}:CounterProp) => { Minutes -
+

diff --git a/frontend/src/app/sections/SelectionCriteriaSection/page.tsx b/frontend/src/app/sections/SelectionCriteriaSection/page.tsx index e9a202e..9fe1d53 100644 --- a/frontend/src/app/sections/SelectionCriteriaSection/page.tsx +++ b/frontend/src/app/sections/SelectionCriteriaSection/page.tsx @@ -76,7 +76,7 @@ const page = () => {



diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx index c6981d5..dc27e16 100644 --- a/frontend/src/app/sections/home/Hero.tsx +++ b/frontend/src/app/sections/home/Hero.tsx @@ -18,7 +18,7 @@ const Hero = () => {

- 11th - 13th June + 12th - 14th June

{/*
{ className="w-fit mx-auto" target="_blank" > -
+ {/*

Explore With Devfolio

-
+
*/} {/*

Pre-Register Now @@ -47,7 +47,7 @@ const Hero = () => { diff --git a/frontend/src/app/organizers/page.tsx b/frontend/src/app/{organizers}/page.tsx similarity index 100% rename from frontend/src/app/organizers/page.tsx rename to frontend/src/app/{organizers}/page.tsx