diff --git a/public/schdule/m11.png b/public/schdule/m11.png new file mode 100644 index 0000000..9383bc2 Binary files /dev/null and b/public/schdule/m11.png differ diff --git a/public/schdule/m12.png b/public/schdule/m12.png new file mode 100644 index 0000000..57fde24 Binary files /dev/null and b/public/schdule/m12.png differ diff --git a/src/app/components/Schedule.tsx b/src/app/components/Schedule.tsx new file mode 100644 index 0000000..9920357 --- /dev/null +++ b/src/app/components/Schedule.tsx @@ -0,0 +1,24 @@ +import Image from "next/image" + +export default function Schedule() { + return ( +
+

Schedule

+ Picture of the author + Picture of the author + +
+ ); +} + + diff --git a/src/app/components/landing.tsx b/src/app/components/landing.tsx index a9e30fa..ec08ff9 100644 --- a/src/app/components/landing.tsx +++ b/src/app/components/landing.tsx @@ -36,7 +36,7 @@ export default function Landing() {

Discord

- + - + + + {/* */} ); }