landing lage copy
This commit is contained in:
parent
d889bd68dd
commit
5aeddc9608
@ -2,9 +2,9 @@ import Link from "next/link";
|
|||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
|
|
||||||
const stats = [
|
const stats = [
|
||||||
{ label: "Transactions every 24 hours", value: "44 million" },
|
{ label: "Trusted users on Nostr", value: "111,597" },
|
||||||
{ label: "Assets under holding", value: "$119 trillion" },
|
{ label: "Satoshis Zapped", value: "1.2 billion" },
|
||||||
{ label: "New users annually", value: "46,000" },
|
{ label: "Active relays", value: "1,915" },
|
||||||
];
|
];
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@ -132,32 +132,30 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="mx-auto -mt-12 max-w-7xl px-6 sm:mt-0 lg:px-8 xl:-mt-8">
|
<div className="mx-auto -mt-12 max-w-7xl px-6 sm:mt-0 lg:px-8 xl:-mt-8">
|
||||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-none">
|
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-none">
|
||||||
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
|
<h2 className="text-3xl font-bold tracking-tight text-zinc-900 sm:text-4xl">
|
||||||
Why Nostr
|
Why Nostr
|
||||||
</h2>
|
</h2>
|
||||||
<div className="mt-6 flex flex-col gap-x-8 gap-y-20 lg:flex-row">
|
<div className="mt-6 flex flex-col gap-x-8 gap-y-20 lg:flex-row">
|
||||||
<div className="lg:w-full lg:max-w-2xl lg:flex-auto">
|
<div className="lg:w-full lg:max-w-2xl lg:flex-auto">
|
||||||
<p className="text-xl leading-8 text-gray-600">
|
<p className="text-xl leading-8 text-zinc-600">
|
||||||
Aliquet nec orci mattis amet quisque ullamcorper neque, nibh
|
The internet is changing. We have shifted from an open frontier
|
||||||
sem. At arcu, sit dui mi, nibh dui, diam eget aliquam. Quisque
|
of "The Network" to a series of walled gardens hording userdata
|
||||||
id at vitae feugiat egestas ac. Diam nulla orci at in viverra
|
to best monatize thier engagment. Nostr breaks down these walls,
|
||||||
scelerisque eget. Eleifend egestas fringilla sapien.
|
you data follows you wherever you decide you go.
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-10 max-w-xl text-base leading-7 text-gray-700">
|
<div className="mt-10 max-w-xl text-base leading-7 text-zinc-700">
|
||||||
<p>
|
<p>
|
||||||
Faucibus commodo massa rhoncus, volutpat. Dignissim sed eget
|
This is often portrayed as a defense against the censorious
|
||||||
risus enim. Mattis mauris semper sed amet vitae sed turpis id.
|
Big Tech company. But, it means so much more. It means having
|
||||||
Id dolor praesent donec est. Odio penatibus risus viverra
|
the freedom to move to a different platform for reasons as
|
||||||
tellus varius sit neque erat velit. Faucibus commodo massa
|
simple as preferring the UI, or maybe just exploring a new
|
||||||
rhoncus, volutpat. Dignissim sed eget risus enim. Mattis
|
feature.
|
||||||
mauris semper sed amet vitae sed turpis id.
|
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-10">
|
<p className="mt-10">
|
||||||
Et vitae blandit facilisi magna lacus commodo. Vitae sapien
|
Switching from one platform to another is as effortless as
|
||||||
duis odio id et. Id blandit molestie auctor fermentum
|
comparing sports scores on different websites. The underlying
|
||||||
dignissim. Lacus diam tincidunt ac cursus in vel. Mauris
|
data is the same; you just now have the power to decide how it
|
||||||
varius vulputate et ultrices hac adipiscing egestas. Iaculis
|
is presented to you.
|
||||||
convallis ac tempor et ut. Ac lorem vel integer orci.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -168,10 +166,10 @@ export default function LandingPage() {
|
|||||||
key={stat.label}
|
key={stat.label}
|
||||||
className="flex flex-col-reverse gap-y-4"
|
className="flex flex-col-reverse gap-y-4"
|
||||||
>
|
>
|
||||||
<dt className="text-base leading-7 text-gray-600">
|
<dt className="text-base leading-7 text-zinc-600">
|
||||||
{stat.label}
|
{stat.label}
|
||||||
</dt>
|
</dt>
|
||||||
<dd className="text-5xl font-semibold tracking-tight text-gray-900">
|
<dd className="text-5xl font-semibold tracking-tight text-zinc-900">
|
||||||
{stat.value}
|
{stat.value}
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user