From 0570bf799860e16a50e1368a6fbe8fef0f86d51e Mon Sep 17 00:00:00 2001
From: Arjun Komath
Date: Sat, 13 Sep 2025 16:36:40 +1000
Subject: [PATCH] Update landing page
---
apps/web/components/marketing/features.tsx | 11 +++++++++++
apps/web/components/marketing/hero.tsx | 14 +++++++++-----
apps/web/pages/index.tsx | 18 +++++++++++++-----
apps/web/pages/pages/[page_id]/roadmap/new.tsx | 2 +-
4 files changed, 34 insertions(+), 11 deletions(-)
diff --git a/apps/web/components/marketing/features.tsx b/apps/web/components/marketing/features.tsx
index 6ee0c27..5f8d9a4 100644
--- a/apps/web/components/marketing/features.tsx
+++ b/apps/web/components/marketing/features.tsx
@@ -3,6 +3,7 @@ import {
CashIcon,
ChartBarIcon,
CheckCircleIcon,
+ CollectionIcon,
EyeOffIcon,
HeartIcon,
LightningBoltIcon,
@@ -29,6 +30,12 @@ export default function Features() {
"Our pages are server side rendered, making them fast and search engine friendly.",
icon: LightningBoltIcon,
},
+ {
+ name: "Interactive Roadmaps",
+ description:
+ "Build public roadmaps with voting to engage your community and prioritize features together.",
+ icon: CollectionIcon,
+ },
{
name: "Notifications",
description:
@@ -97,6 +104,10 @@ export default function Features() {
changelog
{" "}
+ and{" "}
+
+ roadmap
+ {" "}
management.
diff --git a/apps/web/components/marketing/hero.tsx b/apps/web/components/marketing/hero.tsx
index 5e864a5..3ae220f 100644
--- a/apps/web/components/marketing/hero.tsx
+++ b/apps/web/components/marketing/hero.tsx
@@ -94,7 +94,11 @@ export default function Hero({ stars = null }: { stars?: string | null }) {
- Changelogs made{" "}
+ Changelogs{" "}
+
+ and roadmaps
+ {" "}
+ made{" "}
smarter, faster,
{" "}
@@ -105,10 +109,10 @@ export default function Hero({ stars = null }: { stars?: string | null }) {
- Our open-source platform empowers you to publish and manage your
- changelog page. Notify users via email, encourage their feedback,
- track analytics on page visitors, and enjoy a host of additional
- features. Kickstart your page in just a few minutes!
+ Our open-source platform empowers you to publish changelog pages and
+ interactive roadmaps. Share what you've built and what's coming next.
+ Notify users via email, gather feedback with voting, track analytics,
+ and enjoy a host of additional features. Kickstart your page in just a few minutes!
diff --git a/apps/web/pages/index.tsx b/apps/web/pages/index.tsx
index 7801551..f1fb03e 100644
--- a/apps/web/pages/index.tsx
+++ b/apps/web/pages/index.tsx
@@ -18,11 +18,11 @@ export default function Index({ addons, unit_amount, stars }) {
- Changes.page - Simple Changelog for Product Teams
+ Changes.page - Changelog & Roadmap Platform for Product Teams
{/* FAQ Schema for SEO */}