From 75b869ff72461bf2b7e9affddd020e1060ec0c7d Mon Sep 17 00:00:00 2001 From: bhivam Date: Sat, 14 Dec 2024 19:57:43 -0500 Subject: [PATCH 1/2] small updates to off season page --- app/(pre-dashboard)/offseason/page.tsx | 92 ++++++++++++-------------- 1 file changed, 44 insertions(+), 48 deletions(-) diff --git a/app/(pre-dashboard)/offseason/page.tsx b/app/(pre-dashboard)/offseason/page.tsx index 4e2efb9..23f40f3 100644 --- a/app/(pre-dashboard)/offseason/page.tsx +++ b/app/(pre-dashboard)/offseason/page.tsx @@ -1,68 +1,64 @@ -"use client"; +'use client'; import { useState } from 'react'; import Image from 'next/image'; import { Button } from '@/app/ui/button'; - -export default function OffseasonPage() { + +export default function ComingSoonPage() { return ( -
- - {/* HackRU Information Section */} -
-

- HackRU Offseason -

-

- Thanks for your interest in HackRU! Our registrations are not open yet, but you can follow us on our social channels to stay updated. +

+

+ HackRU Coming Soon +

+

+ HackRU is back on{' '} + February 1st-2nd at the{' '} + Busch Student Center! + Registration will open soon, so stay tuned for more information. +

+ +
+

+ Follow us on our socials through Linktree to stay updated and never + miss an announcement!

-
+ - {/* Photos from the Last HackRU Section */} -
-

- Photos from the last HackRU +
+

+ Memories from HackRU

-
-
- Photo 1 -
-
- Photo 2 -
-
- Photo 3 -
+
+ {[1, 2, 3].map((i) => ( +
+ {`Photo +
+ ))}
-

+ - {/* Linktree Section */} -
-

- Explore More -

-

- Check out all our links and resources on our Linktree! -

- +
-
+
); } From 41b6a0ad63adbf934c657514185c2e3f00204106 Mon Sep 17 00:00:00 2001 From: Andrew Somers <67980093+avsomers25@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:01:28 -0500 Subject: [PATCH 2/2] adding padding --- app/(pre-dashboard)/offseason/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(pre-dashboard)/offseason/page.tsx b/app/(pre-dashboard)/offseason/page.tsx index 23f40f3..8380bb7 100644 --- a/app/(pre-dashboard)/offseason/page.tsx +++ b/app/(pre-dashboard)/offseason/page.tsx @@ -53,7 +53,7 @@ export default function ComingSoonPage() {