From 737dcc260d7ec60721123b899049be7dead48f66 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Mon, 16 Oct 2023 13:20:26 -0400 Subject: [PATCH] simpler landing --- app/(landing)/_layout/index.tsx | 2 +- app/(landing)/page.tsx | 43 ++++++++++++++++++++++++++------- 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/app/(landing)/_layout/index.tsx b/app/(landing)/_layout/index.tsx index a689f85..7ee1bac 100644 --- a/app/(landing)/_layout/index.tsx +++ b/app/(landing)/_layout/index.tsx @@ -7,7 +7,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) {
{children}
-
+ {/*
*/}
); diff --git a/app/(landing)/page.tsx b/app/(landing)/page.tsx index ff13dc1..a426e9f 100644 --- a/app/(landing)/page.tsx +++ b/app/(landing)/page.tsx @@ -4,14 +4,14 @@ import Link from "next/link"; export default function LandingPage() { return ( -
-
-
-
+
+
+
+

Your Community, Where ever you are.

-

+

Nostr allows you to truly own your community with a fully decentralized social graph. Never get locked into a platform again. @@ -20,8 +20,33 @@ export default function LandingPage() {

+
+
+ + About nostr + +
+

+ Nostr is a simple, open protocol for decentralizing how + infomration is stored and retreived on the web. +

+

+ Rather that your user data being siloed by the big tech + companies whose platforms dominate our culture, nostr + distributes data across hundreds of relays that anyone can spin + up. +

+

+ This means that no single entity is ever in control of your + data. In other words: + + No more lock-in, Way more choices. + +

+
+
-
+ {/*
@@ -97,9 +122,9 @@ export default function LandingPage() {
-
+
*/}
-
+ {/*
@@ -180,7 +205,7 @@ export default function LandingPage() {
-
+
*/}
); }