diff --git a/app/(pre-dashboard)/(landing)/sections/About.tsx b/app/(pre-dashboard)/(landing)/sections/About.tsx index 84638f2..d02d22d 100644 --- a/app/(pre-dashboard)/(landing)/sections/About.tsx +++ b/app/(pre-dashboard)/(landing)/sections/About.tsx @@ -2,8 +2,6 @@ import Image from 'next/image'; import clsx from 'clsx'; import { useWindowSize } from '@/app/lib/useWindowSize'; -import GenericSection from './GenericSection'; -import SectionTitle from './SectionTitle'; import { longCang, brush } from '@/app/ui/fonts'; const animalQuality = 100; @@ -15,7 +13,6 @@ function AboutInfo({ alt, reverse, titleColor = '#C3557D', - downsize = false }: { children: React.ReactNode; title: string; @@ -23,7 +20,6 @@ function AboutInfo({ alt: string; reverse?: boolean; titleColor: string; - downsize?: boolean; }) { const size = useWindowSize(); /* Defined in tailwind.config.ts file. Probably better to have some common area for constants. */ @@ -66,10 +62,7 @@ function AboutInfo({ src={imageSrc} width="400" height="400" - className={clsx("w-[600px]", { - "lg:w-[400px]": downsize, - "lg:w-[800px]": !downsize - })} + className="w-[600px] lg:w-[700px]" alt={alt} quality={animalQuality} /> @@ -132,7 +125,7 @@ export default function About() { - +

HackRU is a

24-hour hackathon

@@ -210,11 +203,11 @@ export default function About() {

Apply

diff --git a/app/(pre-dashboard)/(landing)/sections/Schedule.tsx b/app/(pre-dashboard)/(landing)/sections/Schedule.tsx index 57874d1..e43a701 100644 --- a/app/(pre-dashboard)/(landing)/sections/Schedule.tsx +++ b/app/(pre-dashboard)/(landing)/sections/Schedule.tsx @@ -122,6 +122,15 @@ export default function Schedule() { quality={50} /> */} + {'cool'} +