a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

a few copy tweaks on about page

Brendan Schlagel (May 29, 2026, 1:32 PM EDT) fad9ce66 b61c6027

+10 -10
+4 -4
app/about/AboutPage.tsx
··· 39 39 <LandingCTA /> 40 40 </div> 41 41 42 - <p className=" pt-6 sm:pt-12 text-tertiary text-center leading-snug mx-auto text-lg sm:text-xl!"> 43 - Delightful connection to your community <br /> 44 - with a blog, newsletter, or secret third thing. 42 + <p className="max-w-4xl pt-6 sm:pt-12 text-tertiary text-center leading-snug mx-auto text-lg sm:text-xl!"> 43 + Delightful publishing to connect with your community, whether you're 44 + writing a blog, newsletter, or secret third thing. 45 45 </p> 46 46 <div className="mt-12 sm:mt-24 py-6 sm:p-12 bg-[#F1EDE5] rounded-[12px] sm:rounded-[24px]"> 47 47 <div className="text-center mx-auto pb-3 sm:pb-6"> 48 48 <h3>Powerful Publishing Tools</h3> 49 49 <p className="text-secondary"> 50 - Easily write and manage posts, and track subscriptions 50 + Easily write, manage posts, and track subscriptions 51 51 </p> 52 52 </div> 53 53 <Media mobile={false}>
+2 -2
app/about/Features.tsx
··· 23 23 <h3>Express yourself</h3> 24 24 <p className="text-secondary"> 25 25 Free custom themes <br /> 26 - and domains 26 + and custom domains 27 27 </p> 28 28 </div> 29 29 <img ··· 46 46 <h4>Build your community</h4> 47 47 <p className="text-secondary"> 48 48 Newsletters, events, <br /> 49 - conversations and more 49 + conversations 50 50 </p> 51 51 </div> 52 52 </div>
+4 -4
app/about/Pricing.tsx
··· 33 33 /> 34 34 </div> 35 35 <div 36 - className="relative z-10 bg-white border border-[#57822B]! rounded-lg py-3 px-5 flex-1 max-w-sm text-left" 36 + className="relative z-10 bg-white border border-[#57822B]! rounded-lg py-4 px-5 flex-1 max-w-sm text-left" 37 37 style={{ boxShadow: "8px 12px 0 0 #D9EA72" }} 38 38 > 39 39 <h3 className="leading-tight text-center">Free</h3> ··· 108 108 <li> 109 109 <div>Analytics</div> 110 110 <div className="text-tertiary text-base"> 111 - Subscriber count, page views, referrers 111 + Subscribers, page views, referrers 112 112 </div> 113 113 </li> 114 114 <hr className="border-border-light" /> ··· 124 124 <li> 125 125 <div>Coming soon!</div> 126 126 <div className="text-tertiary text-base"> 127 - Memberships, group publication, <br /> 128 - social reader, and more 127 + Memberships, group publications, <br /> 128 + and more 129 129 </div> 130 130 </li> 131 131 </ul>