diff --git a/apps/main/src/app/(landing)/page.tsx b/apps/main/src/app/(landing)/page.tsx index 238c37f1..aa6960f5 100644 --- a/apps/main/src/app/(landing)/page.tsx +++ b/apps/main/src/app/(landing)/page.tsx @@ -1,39 +1,134 @@ -import { - Stats, - Values, - FAQSection, - Landing, - Keynote, - Calendar, - Testimonials, - Apply, - About, - Volunteering, -} from "./Sections"; -import { Footer } from "../lib/Components"; -import { NavBar } from "../lib/Components"; -import Head from "next/head"; import React from "react"; +import Image from "next/image"; +import Link from "next/link"; +import PlaceBackground from "../placeholder/placeBackground"; +import Rollercoaster from "../placeholder/rollercoaster"; +import HackBeanpotLogo from "../placeholder/HackBeanpotLogo"; +import NewsletterSignup from "../placeholder/NewsletterSignup"; -export default function Page(): JSX.Element { +export default function Page() { return ( -
- - - - - - - - - - - - - - - -
+
+ {/* Cover the green html background (incl. mobile overscroll), scoped to this page */} +