fix(frontend): de-AI landing page copy, remove em dashes and manifesto tone

This commit is contained in:
2026-05-29 01:12:29 +02:00
parent 9849bb4991
commit 3ad609a793
2 changed files with 5 additions and 6 deletions

View File

@@ -16,12 +16,12 @@ const FEATURES = [
{
icon: "🔒",
title: "Your audience, your rules",
body: "Public, followers-only, unlisted, or direct — you decide every time.",
body: "Public, followers-only, unlisted, or direct. You pick for each post.",
},
{
icon: "🎬",
title: "Movies Diary",
body: "Posts from your Movies Diary appear as rich cards ratings, posters, reviews. First-class, not an afterthought.",
body: "Your Movies Diary posts show up as rich cards with ratings and posters. Feels native.",
},
];

View File

@@ -147,12 +147,11 @@ export function LandingPage() {
The web used to feel human
</h2>
<p className="text-muted-foreground leading-relaxed mb-6">
No algorithms deciding what you see. No ads. No engagement bait. Just
people sharing what&apos;s on their mind, with friends they chose, in
spaces they decorated themselves.
No algorithm feeds. No ads. Just a timeline of people you actually
follow, on a profile you can make look however you want.
</p>
<p className="text-sm italic text-muted-foreground">
That web still exists. You&apos;re looking at it.
That version of the web still exists.
</p>
</section>