From 7fe64fab6a73714405abff2db2548db703273044 Mon Sep 17 00:00:00 2001 From: Wissarut Kanasub Date: Wed, 22 Nov 2023 14:41:46 +0700 Subject: [PATCH] landingPage.jsx adding --- .../components/landingPage/landingPage.jsx | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 frontend/src/components/landingPage/landingPage.jsx 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