diff --git a/pages/index.js b/pages/index.js index bab0294..33e8aee 100644 --- a/pages/index.js +++ b/pages/index.js @@ -27,6 +27,7 @@ import { useState } from "react"; import SkeletonLoader from "../components/Loading/skeletonLoader"; import { useAuth } from "../contexts/authContext"; import LangingPageLayout from "../components/Layouts/LandingPageLayout"; +import Link from "next/link"; export default function Home() { const handleGetDemo = () => { @@ -53,58 +54,61 @@ export default function Home() { return ( - {/* above fold main */} - - - No - - slacking + {/* header text */} +
+ + + Minimal + Collaboration Tool for - - - threads - - - slacking - - - calendars - - - files - - - threads - + + + Messy, Distracted WFH Teams. - - More - focus. - - - - Minimal, voice-only collaboration tool for scrum/agile teams. + + A 'less is more'{" "} + approach to team communication.

- Skip slack and email, just talk to your team. + Skip{" "} + {" "} + fatigue,{" "} + {" "} + notifications, and{" "} + {" "} + threads, +

+ and just talk to your team. +

+ {/* Improve team focus, performance, and wellbeing. */}
- - - {getStartedButton} + + No credit card required - + + + Features + + + +
- - VOICE LINE + + VOICE ONLY Move 10x Faster. + + {"Resolve issues faster, and improve performance."} + @@ -150,10 +157,18 @@ export default function Home() { - - - - {"Clearer communication."}{" "} + + + + + + + {"Clear Communication."} + + + + {/* {"Resolve issues faster, and improve performance."} */} + @@ -189,7 +204,7 @@ export default function Home() { {/* description text */} - + TEAM @@ -271,7 +286,7 @@ export default function Home() { {/* description card */} - + CLARITY @@ -282,6 +297,20 @@ export default function Home() { {/* checkmarks of value add */} + + + + + + + + {"Overall Wellbeing."} + + + + + + diff --git a/public/icons/gmail-logo.svg b/public/icons/gmail-logo.svg new file mode 100644 index 0000000..e039e31 --- /dev/null +++ b/public/icons/gmail-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/slack-logo.svg b/public/icons/slack-logo.svg new file mode 100644 index 0000000..e57b2f2 --- /dev/null +++ b/public/icons/slack-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/zoom-logo.svg b/public/icons/zoom-logo.svg new file mode 100644 index 0000000..f214d1c --- /dev/null +++ b/public/icons/zoom-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file