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: "🔒", icon: "🔒",
title: "Your audience, your rules", 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: "🎬", icon: "🎬",
title: "Movies Diary", 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 The web used to feel human
</h2> </h2>
<p className="text-muted-foreground leading-relaxed mb-6"> <p className="text-muted-foreground leading-relaxed mb-6">
No algorithms deciding what you see. No ads. No engagement bait. Just No algorithm feeds. No ads. Just a timeline of people you actually
people sharing what&apos;s on their mind, with friends they chose, in follow, on a profile you can make look however you want.
spaces they decorated themselves.
</p> </p>
<p className="text-sm italic text-muted-foreground"> <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> </p>
</section> </section>