diff --git a/pages/features.tsx b/pages/features.tsx
index 6613cdd..548f5e6 100644
--- a/pages/features.tsx
+++ b/pages/features.tsx
@@ -21,7 +21,7 @@ export default function Features() {
-
+
diff --git a/pages/philosophy.tsx b/pages/philosophy.tsx
index 3d676fe..5066a2c 100644
--- a/pages/philosophy.tsx
+++ b/pages/philosophy.tsx
@@ -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 (
+
+
+ We live in a distracted world.{" "}
+
+ {"Let's fix it."}
+
+
+ Everything starts with the philosophy.
+
+
+
{/* main mission */}
-
+
- Philosophy
+ Productivity is a Myth
- In today's distracted world, we mistake adding software and tools
- for productivity.
+ In today's world, we{" "}
+ mistake adding software and
+ tools for productivity.
+
+
+
+ At Nirvana, we are bringing work back to the basics.{" "}
+ Voice-only communication {" "}
+ because voice makes us human and less is more. An experience as if
+ your team was{" "}
+ right next to you.
- 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{" "}
+
+ focus, performance, and wellbeing.
+
<>>
@@ -49,7 +71,11 @@ export default function Philosophy() {
{"It's now or never."}
- {getStartedButton}
+
+ Features
+
+ {getStartedButton}
+
);
diff --git a/pages/pricing.tsx b/pages/pricing.tsx
index 325e02d..e298bf4 100644
--- a/pages/pricing.tsx
+++ b/pages/pricing.tsx
@@ -39,7 +39,7 @@ export default function Pricing() {