From 5aeddc960861d87572bb9a013ac0a083e35b24f5 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Fri, 20 Oct 2023 09:02:55 -0400 Subject: [PATCH] landing lage copy --- app/(landing)/page.tsx | 44 ++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/app/(landing)/page.tsx b/app/(landing)/page.tsx index ca7d361..35eaff2 100644 --- a/app/(landing)/page.tsx +++ b/app/(landing)/page.tsx @@ -2,9 +2,9 @@ import Link from "next/link"; import { Button } from "@/components/ui/button"; const stats = [ - { label: "Transactions every 24 hours", value: "44 million" }, - { label: "Assets under holding", value: "$119 trillion" }, - { label: "New users annually", value: "46,000" }, + { label: "Trusted users on Nostr", value: "111,597" }, + { label: "Satoshis Zapped", value: "1.2 billion" }, + { label: "Active relays", value: "1,915" }, ]; export default function LandingPage() { return ( @@ -132,32 +132,30 @@ export default function LandingPage() {
-

+

Why Nostr

-

- Aliquet nec orci mattis amet quisque ullamcorper neque, nibh - sem. At arcu, sit dui mi, nibh dui, diam eget aliquam. Quisque - id at vitae feugiat egestas ac. Diam nulla orci at in viverra - scelerisque eget. Eleifend egestas fringilla sapien. +

+ The internet is changing. We have shifted from an open frontier + of "The Network" to a series of walled gardens hording userdata + to best monatize thier engagment. Nostr breaks down these walls, + you data follows you wherever you decide you go.

-
+

- Faucibus commodo massa rhoncus, volutpat. Dignissim sed eget - risus enim. Mattis mauris semper sed amet vitae sed turpis id. - Id dolor praesent donec est. Odio penatibus risus viverra - tellus varius sit neque erat velit. Faucibus commodo massa - rhoncus, volutpat. Dignissim sed eget risus enim. Mattis - mauris semper sed amet vitae sed turpis id. + This is often portrayed as a defense against the censorious + Big Tech company. But, it means so much more. It means having + the freedom to move to a different platform for reasons as + simple as preferring the UI, or maybe just exploring a new + feature.

- Et vitae blandit facilisi magna lacus commodo. Vitae sapien - duis odio id et. Id blandit molestie auctor fermentum - dignissim. Lacus diam tincidunt ac cursus in vel. Mauris - varius vulputate et ultrices hac adipiscing egestas. Iaculis - convallis ac tempor et ut. Ac lorem vel integer orci. + Switching from one platform to another is as effortless as + comparing sports scores on different websites. The underlying + data is the same; you just now have the power to decide how it + is presented to you.

@@ -168,10 +166,10 @@ export default function LandingPage() { key={stat.label} className="flex flex-col-reverse gap-y-4" > -
+
{stat.label}
-
+
{stat.value}