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!