diff --git a/app/[leaflet_id]/WelcomeModal.tsx b/app/[leaflet_id]/WelcomeModal.tsx index 60ab0993..435384d3 100644 --- a/app/[leaflet_id]/WelcomeModal.tsx +++ b/app/[leaflet_id]/WelcomeModal.tsx @@ -1,5 +1,6 @@ "use client"; +import { PublishSmall } from "components/Icons/PublishSmall"; import { Modal } from "components/Modal"; import { usePathname, useRouter, useSearchParams } from "next/navigation"; import { useState } from "react"; @@ -21,8 +22,31 @@ export function WelcomeModal() { }; return ( - -

Placeholder welcome content.

+ +
+

+ Start writing right away, +
no account needed. +

+
+

+ When you're ready,
+ hit{" "} + +

+ Publish +
+ {" "} + to create +
a new publication. +

+
+

Happy writing!

); } diff --git a/app/about/Examples.tsx b/app/about/Examples.tsx index a5795cce..6a981097 100644 --- a/app/about/Examples.tsx +++ b/app/about/Examples.tsx @@ -3,6 +3,7 @@ import { supabaseServerClient } from "supabase/serverClient"; import { normalizePublicationRecord } from "src/utils/normalizeRecords"; import { PubListing } from "app/(home-pages)/p/[didOrHandle]/PubListing"; import { idResolver } from "app/(home-pages)/reader/idResolver"; +import { SpeedyLink } from "components/SpeedyLink"; const pubs = [ "at://did:plc:e27b62phtzr3sjgs3zwdbctq/site.standard.publication/3lyevoglvs224", // zjsm.fm @@ -70,11 +71,14 @@ export const Examples = async () => { return (

Loved by thousands of writers

-
+

Explore More

-
-
+ +
{pubsWithMargins.map((pub) => renderPub(pub, "orig"))} {pubsWithMargins.map((pub) => renderPub(pub, "dup"))} diff --git a/app/about/Pricing.tsx b/app/about/Pricing.tsx index 4c2e2814..6c3a892d 100644 --- a/app/about/Pricing.tsx +++ b/app/about/Pricing.tsx @@ -9,7 +9,7 @@ export const Pricing = () => { let [cadence, setCadence] = useState<"monthly" | "yearly">("yearly"); return ( -
+

Pricing