cleaning up philosophy page
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export default function Features() {
|
||||
</span>
|
||||
</span>
|
||||
|
||||
<span className="flex flex-col items-center">
|
||||
<span className="flex flex-col items-center mb-20">
|
||||
<span className="flex flex-row space-x-2 mb-2">
|
||||
<span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md">
|
||||
<FcAssistant className="text-5xl -ml-2" />
|
||||
|
||||
+34
-8
@@ -1,4 +1,5 @@
|
||||
import { Divider } from "antd";
|
||||
import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import { FaAngleRight } from "react-icons/fa";
|
||||
import Rooms from "../components/demo/Rooms";
|
||||
@@ -22,21 +23,42 @@ export default function Philosophy() {
|
||||
);
|
||||
return (
|
||||
<LangingPageLayout>
|
||||
<span className="flex flex-col my-20 items-center">
|
||||
<span className="text-5xl font-bold text-center">
|
||||
We live in a <span className="text-red-800"> distracted world.</span>{" "}
|
||||
<br></br>
|
||||
<span className="text-teal-600">{"Let's fix it."}</span>
|
||||
</span>
|
||||
<span className="text-gray-500 text-lg">
|
||||
Everything starts with the philosophy.
|
||||
</span>
|
||||
</span>
|
||||
|
||||
{/* main mission */}
|
||||
<div className="mx-auto flex flex-col items-start max-w-screen-sm rounded-lg bg-gray-200 bg-opacity-25 backdrop-blur-xl md:mt-[15rem] mt-[5rem] p-10">
|
||||
<div className="mx-auto flex flex-col items-start max-w-screen-sm rounded-lg bg-gray-200 bg-opacity-25 backdrop-blur-xl p-10">
|
||||
<span className="bg-clip-text text-transparent bg-gradient-to-r from-pink-500 to-violet-500">
|
||||
Philosophy
|
||||
Productivity is a Myth
|
||||
</span>
|
||||
|
||||
<span className="text-left text-lg mb-5 text-gray-700">
|
||||
In today's distracted world, we mistake adding software and tools
|
||||
for productivity.
|
||||
In today's world, we{" "}
|
||||
<span className="text-red-600"> mistake</span> adding software and
|
||||
tools for <span className="text-red-600">productivity.</span>
|
||||
</span>
|
||||
|
||||
<span className="text-left text-lg text-gray-700 mb-5">
|
||||
At Nirvana, we are bringing work back to the basics.{" "}
|
||||
<span className="text-teal-600">Voice-only communication </span>{" "}
|
||||
because voice makes us human and less is more. An experience as if
|
||||
your team was{" "}
|
||||
<span className="text-teal-600">right next to you.</span>
|
||||
</span>
|
||||
|
||||
<span className="text-left text-lg text-gray-700">
|
||||
At Nirvana, we are bringing work back to the basics. Voice first
|
||||
communication because voice makes us human and less is more. An
|
||||
experience as if your team was right next to you.
|
||||
Improve team{" "}
|
||||
<span className="text-teal-600">
|
||||
focus, performance, and wellbeing.
|
||||
</span>
|
||||
</span>
|
||||
|
||||
<></>
|
||||
@@ -49,7 +71,11 @@ export default function Philosophy() {
|
||||
<span className="text-teal-600">{"It's now or never."}</span>
|
||||
</span>
|
||||
|
||||
<span className="ml-auto">{getStartedButton}</span>
|
||||
<span className="flex flex-row items-center space-x-5 ml-auto">
|
||||
<Link href="/features">Features</Link>
|
||||
|
||||
{getStartedButton}
|
||||
</span>
|
||||
</span>
|
||||
</LangingPageLayout>
|
||||
);
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ export default function Pricing() {
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<span className="flex flex-row justify-center space-x-5">
|
||||
<span className="flex flex-row justify-center space-x-5 mb-32">
|
||||
{/* lite pricing */}
|
||||
<span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md w-[22rem] shadow-lg">
|
||||
<span className="flex flex-row items-center justify-between w-full">
|
||||
|
||||
Reference in New Issue
Block a user