diff --git a/apps/web/src/views/home/components/Features.tsx b/apps/web/src/views/home/components/Features.tsx index de6e41bb..aed07125 100644 --- a/apps/web/src/views/home/components/Features.tsx +++ b/apps/web/src/views/home/components/Features.tsx @@ -40,7 +40,7 @@ const FeatureItem = ({ return (
+
{feature.title}
-+
{feature.description}
Features
+
Kanban simplified
-+
Simple, visual task management that just works. Drag and drop cards, collaborate with your team, and get more done.
-+
{`We're just getting started. `} View our roadmap. diff --git a/apps/web/src/views/home/components/Footer.tsx b/apps/web/src/views/home/components/Footer.tsx index 1fe411d8..e112c2c9 100644 --- a/apps/web/src/views/home/components/Footer.tsx +++ b/apps/web/src/views/home/components/Footer.tsx @@ -80,7 +80,7 @@ const Footer = () => {
Pricing
+
Simple pricing to fit your needs
-+
Get started for free, with no usage limits. For collaboration, upgrade to a plan that fits the size of your team.
@@ -106,7 +106,7 @@ const Pricing = () => {-20%
diff --git a/apps/web/src/views/home/index.tsx b/apps/web/src/views/home/index.tsx index 52782e6e..aaf06511 100644 --- a/apps/web/src/views/home/index.tsx +++ b/apps/web/src/views/home/index.tsx @@ -39,13 +39,13 @@ export default function HomeView() { background-color: ${!isDarkMode ? "hsl(0deg 0% 98.8%)" : "#161616"}; } `} -+
The open source
alternative to Trello
+
A powerful, flexible kanban app that helps you organise work, track progress, and deliver results—all in one place.
@@ -86,14 +86,16 @@ export default function HomeView() {