diff --git a/thoughts-frontend/components/landing-page.tsx b/thoughts-frontend/components/landing-page.tsx new file mode 100644 index 0000000..9c7f3a3 --- /dev/null +++ b/thoughts-frontend/components/landing-page.tsx @@ -0,0 +1,170 @@ +import Link from "next/link"; +import { Button } from "@/components/ui/button"; +import { LandingFeatures } from "./landing-features"; + +export function LandingPage() { + return ( +
+ 128 characters. No algorithms. Your web. +
++ What you can do +
++ Part of something bigger +
++ Follow and be followed by anyone on Mastodon, Pixelfed, or any + ActivityPub-compatible platform. Your thoughts travel across the + open web. +
++ Why we built this +
++ No algorithms deciding what you see. No ads. No engagement bait. Just + people sharing what's on their mind, with friends they chose, in + spaces they decorated themselves. +
++ That web still exists. You're looking at it. +
++ Already have an account?{" "} + + Sign in + +
+