aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/Landing/Landing.jsx
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-28 22:55:14 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-29 02:55:14 -0400
commitb7ee1c0f26e4fa4a7f6f623583461f5a9278fae3 (patch)
tree2dd09dd77fe1c3eba2f3855c86fb5f44ded540c4 /src/views/Landing/Landing.jsx
parent9e34cc8b3ae8b46461f218b8438859f313b39907 (diff)
downloaddonetick-frontend-b7ee1c0f26e4fa4a7f6f623583461f5a9278fae3.tar.gz
donetick-frontend-b7ee1c0f26e4fa4a7f6f623583461f5a9278fae3.tar.bz2
donetick-frontend-b7ee1c0f26e4fa4a7f6f623583461f5a9278fae3.zip
Update landing Get start section
Diffstat (limited to 'src/views/Landing/Landing.jsx')
-rw-r--r--src/views/Landing/Landing.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/Landing/Landing.jsx b/src/views/Landing/Landing.jsx
index 4ca1b60..7e70a03 100644
--- a/src/views/Landing/Landing.jsx
+++ b/src/views/Landing/Landing.jsx
@@ -9,6 +9,7 @@ import DemoMyChore from './DemoMyChore'
import DemoScheduler from './DemoScheduler'
import FeaturesSection from './FeaturesSection'
import Footer from './Footer'
+import GettingStarted from './GettingStarted'
import HomeHero from './HomeHero'
const Landing = () => {
const Navigate = useNavigate()
@@ -39,6 +40,8 @@ const Landing = () => {
<DemoHistory />
</Grid>
<FeaturesSection />
+ <GettingStarted />
+
{/* <PricingSection /> */}
<Box
sx={{