fix(frontend): de-AI landing page copy, remove em dashes and manifesto tone
This commit is contained in:
@@ -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.",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -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'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're looking at it.
|
That version of the web still exists.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user