diff --git a/src/app/landingpage/page.tsx b/src/app/landingpage/page.tsx new file mode 100644 index 0000000..a0f180e --- /dev/null +++ b/src/app/landingpage/page.tsx @@ -0,0 +1,9 @@ +const landingPage = () => { + return( +
+

Welcome to the landing page!

+
+ ) +} + +export default landingPage \ No newline at end of file