diff --git a/frontend/src/app/NEW-course-library-page/page.tsx b/frontend/src/app/NEW-course-library-page/page.tsx new file mode 100644 index 000000000..ec4c8eaf1 --- /dev/null +++ b/frontend/src/app/NEW-course-library-page/page.tsx @@ -0,0 +1,35 @@ +// "use client"; +import Image from "next/image"; +import LandingPageContent from "@/components/LandingPageContent/LandingPageContent"; +import navbar from "@/assets/navbar.svg"; +import Sponsorships from "@/components/SponsorshipsSection/Sponsorships"; +import { Metadata } from "next"; +import { ItemList, WithContext } from "schema-dts"; +import { get } from "@/utils/request"; +import { Course, Courses } from "@/types/api"; +import SearchBar from "@/components/SearchBar/SearchBar"; + +export default async function CourseLibraryPage() { + const { courses: initialCourses } = (await get( + "/courses?offset=0", + )) as Courses; + + + return ( +
Featuress
+Header!
+Sponsors...
+Header section below
+ {/* SECTION 2 - "OUR FEATURES" */} +Features section below
+ {/* SECTION 3 - "PROUDLY SPONSORED BY" */} +Sponsors section below
++
DevSoc presents
-+
Your one-stop shop for UNSW course and elective reviews.
{/* Sponsors Section */} -