diff --git a/frontend/src/components/landingPage/landingPage.jsx b/frontend/src/components/landingPage/landingPage.jsx new file mode 100644 index 0000000..d4aab24 --- /dev/null +++ b/frontend/src/components/landingPage/landingPage.jsx @@ -0,0 +1,64 @@ +import React from 'react' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { faGoogle, faGithub } from '@fortawesome/free-brands-svg-icons'; + +function landingPage() { + return ( +
+
+
+

TurTask

+
+ Register + Login +
+
+
+
+
+
+
+ Your Picture +
+
+

TurTask

+

Your Ultimate Task Management

+
+
+

+ TurTask is a task and project management tool that incorporates gamification elements. +

+
+
+
+
+

Create your account

+

Start spending more time on your own table.

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