diff --git a/next/app/page.tsx b/next/app/page.tsx index ef1b69be..d3603ac0 100644 --- a/next/app/page.tsx +++ b/next/app/page.tsx @@ -8,30 +8,67 @@ import { DiscordIcon, InstagramIcon, SlackIcon, TikTokIcon, TwitchIcon } from '@ import Link from 'next/link'; export default function Home() { + const placeholder_w = 800; + const placeholder_h = 800; + + const placeholder_img = ( + Placeholder + ) + return ( <> -
-
-
-

- Society of - Software Engineers -

+ {/* Hero section */} +
+
+

+ Society of + Software Engineers +

-

- {HomepageContent.description} -

-

- {HomepageContent.weeklyMeetingCallout} -

+

+ {HomepageContent.description} +

+

+ {HomepageContent.weeklyMeetingCallout} +

-
- - -
+
+ +
-
+
+ {placeholder_img} +
+ + {/* About Us Section */} + {/*
+
+ {placeholder_img} +
+
+

+ About Us +

+ +

+ Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. + Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. + Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. + Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. + Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. + Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. + Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. + Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. Tess is Tech Head. +

+
+
*/} ); } \ No newline at end of file