summaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-10 01:39:02 -0800
committerFuwn <[email protected]>2026-02-10 01:39:02 -0800
commit720967b23d0ad38878fc85c06a8c5b9522576cd7 (patch)
treeaaf7d7547d73f8b6bd3b1f960c6c27b6097bfbca /apps/web
parentfeat: add missing features to marketing feature grid (diff)
downloadasa.news-720967b23d0ad38878fc85c06a8c5b9522576cd7.tar.xz
asa.news-720967b23d0ad38878fc85c06a8c5b9522576cd7.zip
fix: refine feature grid copy for customisation and API cards
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/app/(marketing)/_components/feature-grid.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/(marketing)/_components/feature-grid.tsx b/apps/web/app/(marketing)/_components/feature-grid.tsx
index 77bf33e..f579886 100644
--- a/apps/web/app/(marketing)/_components/feature-grid.tsx
+++ b/apps/web/app/(marketing)/_components/feature-grid.tsx
@@ -52,7 +52,7 @@ const FEATURES = [
{
title: "customisable interface",
description:
- "three view modes, adjustable density, dark mode, and dozens of display preferences to make it yours.",
+ "view modes, density, dark mode, typography, and more \u2014 tweak every detail until it feels like yours.",
},
{
title: "installable pwa",
@@ -62,7 +62,7 @@ const FEATURES = [
{
title: "api & webhooks",
description:
- "programmatic access to your feeds and entries via rest api, with webhook notifications. available on developer plans.",
+ "programmatic access to your feeds and entries via rest api, with webhook notifications. available on the developer plan.",
},
]