+
+
+
+ Kanban simplified
+
+
+ Simple, visual task management that just works. Drag and drop cards,
+ collaborate with your team, and get more done.
+
+
+ {features.map((feature, index) => {
+ return ;
+ })}
+
+
+
+
+
+ {`We're just getting started. `}
+
+ View our roadmap.
+
+
+
+
+
+ >
+ );
+};
+
+export default Features;
diff --git a/src/views/home/components/Header.tsx b/src/views/home/components/Header.tsx
index a4e8c70a..e2a48ab6 100644
--- a/src/views/home/components/Header.tsx
+++ b/src/views/home/components/Header.tsx
@@ -64,7 +64,7 @@ const Header = ({ isLoggedIn }: { isLoggedIn: boolean }) => {
- {isScrolled &&
@@ -84,11 +88,11 @@ export default function HomeView() {
-