22import Image from 'next/image' ;
33import clsx from 'clsx' ;
44import { useWindowSize } from '@/app/lib/useWindowSize' ;
5- import GenericSection from './GenericSection' ;
6- import SectionTitle from './SectionTitle' ;
7- import { longCang , fuzzy } from '@/app/ui/fonts' ;
5+ import { longCang , brush } from '@/app/ui/fonts' ;
86
97const animalQuality = 100 ;
108
@@ -38,13 +36,13 @@ function AboutInfo({
3836 ) }
3937 >
4038 < h1
41- className = { clsx ( 'text-3xl md:text-5xl' , fuzzy . className ) }
39+ className = { clsx ( 'text-3xl md:text-5xl' , brush . className ) }
4240 style = { { color : titleColor } }
4341 >
4442 { title }
4543
4644 </ h1 >
47- < div className = { clsx ( 'text-2xl' , fuzzy . className ) } >
45+ < div className = { clsx ( 'text-2xl' , brush . className ) } >
4846 { children }
4947 </ div >
5048
@@ -64,7 +62,7 @@ function AboutInfo({
6462 src = { imageSrc }
6563 width = "400"
6664 height = "400"
67- className = "w-[600px] lg:w-[800px ]"
65+ className = "w-[600px] lg:w-[700px ]"
6866 alt = { alt }
6967 quality = { animalQuality }
7068 />
@@ -104,22 +102,33 @@ function AboutInfo({
104102export default function About ( ) {
105103 return (
106104 < >
105+ < div className = 'flex justify-center items-center p-4' >
106+ < Image
107+ src = { "/landing/S2025/aboutbanner.png" }
108+ width = "300"
109+ height = "300"
110+ className = "w-[400px] z-30"
111+ alt = { 'about' }
112+ quality = { 50 }
113+ />
114+ </ div >
115+
107116 < div
108117 className = "from-dark_blue_figma relative flex h-fit w-full
109- flex-col flex-wrap
118+ flex-col flex-wrap
110119 pb-20 text-base
111- md:flex-row md:px-4 md:text-lg xl:text-xl 2xl:text-2xl bg-blue-500 "
120+ md:flex-row md:px-4 md:text-lg xl:text-xl 2xl:text-2xl"
112121
113122 id = "About"
114123 >
115124 < div >
116125
117126
118127 </ div >
119- < AboutInfo title = "WHAT" imageSrc = "/landing/catPawn .png" alt = "Python" reverse titleColor = '#C3557D ' >
120- < div className = "pt-6" >
128+ < AboutInfo title = "WHAT" imageSrc = "/landing/S2025/lumpia .png" alt = "Python" reverse titleColor = 's2025black ' >
129+ < div className = "pt-6 border-t-8 border-cyan-100 " >
121130 < p className = "inline" > HackRU is a</ p >
122- < p className = "inline text-blue-100 " > 24-hour hackathon </ p >
131+ < p className = "inline " > 24-hour hackathon </ p >
123132 < p className = "inline" > at Rutgers University. We welcome</ p >
124133 < p className = "inline" > hundreds of students </ p >
125134 < p className = "inline" > to join us in building</ p >
@@ -130,14 +139,14 @@ export default function About() {
130139 < p className = "inline" > help foster an atmosphere of</ p >
131140 < p className = "inline" > learning</ p >
132141 < p className = "inline" > through</ p >
133- < p className = "inline text-blue-100 " > tech-talks</ p >
142+ < p className = "inline " > tech-talks</ p >
134143 < p className = "inline" > and</ p >
135- < p className = "inline text-blue-100 " >
144+ < p className = "inline " >
136145 { ' ' }
137146 one-on-one guidance.
138147 </ p >
139148 < p className = 'inline ' > We encourage</ p >
140- < p className = "inline text-blue-100 " > all students,</ p >
149+ < p className = "inline " > all students,</ p >
141150 < p className = "inline" >
142151 { ' ' }
143152 no matter their experience level or educational background, to
@@ -153,67 +162,68 @@ export default function About() {
153162
154163 < AboutInfo
155164 title = "TRACKS"
156- imageSrc = "/landing/catQueenKing .png"
165+ imageSrc = "/landing/S2025/sushiAsset 1 .png"
157166 alt = "Python"
158- titleColor = "#EC9655 "
167+ titleColor = "s2025black "
159168 >
160- < div className = "pt-6" >
161- < p className = "inline text-pink-100 " > Social Good:</ p >
169+ < div className = "pt-6 border-t-8 border-cyan-100 " >
170+ < p className = "inline " > Social Good:</ p >
162171 < p className = "inline pb-4 pt-4" >
163172 { ' ' }
164173 Hacks that betters the community.
165174 </ p >
166175
167176 < div className = "pt-6" >
168- < p className = "inline text-pink-100 " > NeuroTech presented by NTICe:</ p >
177+ < p className = "inline " > NeuroTech presented by NTICe:</ p >
169178 < p className = "inline pb-4" >
170179 { ' ' }
171180 Hacks that advance technology for treating brain dysfunction.
172181 </ p >
173182 </ div >
174183
175184 < div className = "pt-6" >
176- < p className = "inline text-pink-100 " > Education:</ p >
185+ < p className = "inline " > Education:</ p >
177186 < p className = "inline pb-4" >
178187 { ' ' }
179188 Hacks that focus on building an educated community.
180189 </ p >
181190 </ div >
182191
183192 < div className = "pt-6" >
184- < p className = "inline text-pink-100 " > Maverick:</ p >
193+ < p className = "inline " > Maverick:</ p >
185194 < p className = "inline pb-4" > Any other hack! The opportunities are limitless.</ p >
186195 </ div >
187196
188197 < div className = "pt-6" >
189198 < p className = "inline" > And more</ p >
190- < p className = "inline text-blue-100 " > sponsor prizes!</ p >
199+ < p className = "inline " > sponsor prizes!</ p >
191200 </ div >
192201 </ div >
193202 </ AboutInfo >
194203
195204 < AboutInfo
196205 title = "JOIN US"
197- imageSrc = "/landing/catKnight .png"
206+ imageSrc = "/landing/S2025/ratatoullie .png"
198207 alt = "Python"
199208 reverse
200- titleColor = "#1ED4FE"
209+ titleColor = "s2025black"
210+
201211 >
202- < div className = "pb-6 pt-6" >
203- < p className = "inline text-pink-100 " > Apply</ p >
212+ < div className = "pb-6 pt-6 border-t-8 border-cyan-100 " >
213+ < p className = "inline " > Apply</ p >
204214 < p className = "inline" > to attend our </ p >
205- < p className = "inline text-pink-100 " > Fall 2024 HackRU!</ p >
215+ < p className = "inline " > Fall 2024 HackRU!</ p >
206216 < p className = "inline" > The event will be on</ p >
207- < p className = "inline text-pink-100 " > October 26th-27th</ p >
217+ < p className = "inline " > October 26th-27th</ p >
208218 < p className = "inline" > at the</ p >
209- < p className = "inline text-pink-100 " > College Ave Student Center.</ p >
219+ < p className = "inline " > College Ave Student Center.</ p >
210220 </ div >
211221
212222 < div className = "pb-6" >
213223 < p className = "inline" > Want to help? Sign up to</ p >
214- < p className = "inline text-pink-100 " > volunteer</ p >
224+ < p className = "inline " > volunteer</ p >
215225 < p className = "inline" > and/or</ p >
216- < p className = "inline text-pink-100 " > mentor!</ p >
226+ < p className = "inline " > mentor!</ p >
217227 < p className = "inline" >
218228 { ' ' }
219229 To know when organizer applications open subscribe to our
@@ -224,7 +234,7 @@ export default function About() {
224234 < p className = "inline" > Want to receive updates? </ p >
225235 < a
226236 href = "https://hackru.us3.list-manage.com/subscribe?u=457c42db47ebf530a0fc733fb& id = fb01885829 "
227- className = "inline text-pink-100 underline"
237+ className = "inline underline"
228238 target = "_blank"
229239 >
230240 Subscribe here!
0 commit comments