a tool for shared writing and social publishing
0

Configure Feed

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

chronch images

Jared Pereira (May 21, 2026, 2:01 PM EDT) 413b85fd b1916774

+5 -5
+1 -1
app/about/AboutPage.tsx
··· 33 33 </h1> 34 34 35 35 <img 36 - src="/about/hero.png" 36 + src="/about/hero.webp" 37 37 alt="" 38 38 className="w-full h-full object-cover aspect-3/2" 39 39 />
+2 -2
app/about/Features.tsx
··· 4 4 <div className="aboutSpotlightFeatures pt-24 flex flex-col gap-16"> 5 5 <div className="flex md:flex-row flex-col md:gap-12 gap-4 justify-center"> 6 6 <img 7 - src="/about/reach-audience.png" 7 + src="/about/reach-audience.webp" 8 8 alt="" 9 9 className="w-fill min-w-[160px] max-w-[720px] grow mx-auto" 10 10 /> ··· 23 23 <p>Custom themes and domains</p> 24 24 </div> 25 25 <img 26 - src="/about/customize.png" 26 + src="/about/customize.webp" 27 27 alt="" 28 28 className="w-fill min-w-[160px] max-w-[720px] grow mx-auto" 29 29 />
+2 -2
app/about/Pricing.tsx
··· 27 27 <div className="relative flex-1 sm:w-[1000px] w-full sm:max-w-sm"> 28 28 <div className="absolute -top-22 sm:-top-24 md:-top-28 -left-14 sm:-left-16 md:-left-10 z-0"> 29 29 <img 30 - src="/about/free.png" 30 + src="/about/free.webp" 31 31 alt="" 32 32 className="w-[240px] sm:w-[280px]" 33 33 /> ··· 72 72 <div className="relative flex-1 sm:w-[1000px] w-full sm:max-w-sm"> 73 73 <div className="absolute -bottom-32 -right-10 sm:-bottom-22 sm:-right-38"> 74 74 <img 75 - src="/about/paid.png" 75 + src="/about/paid.webp" 76 76 alt="" 77 77 className="w-[180px] sm:w-[240px] " 78 78 />
public/about/customize.png

This is a binary file and will not be displayed.

public/about/customize.webp

This is a binary file and will not be displayed.

public/about/free.png

This is a binary file and will not be displayed.

public/about/free.webp

This is a binary file and will not be displayed.

public/about/hero.png

This is a binary file and will not be displayed.

public/about/hero.webp

This is a binary file and will not be displayed.

public/about/paid.png

This is a binary file and will not be displayed.

public/about/paid.webp

This is a binary file and will not be displayed.

public/about/reach-audience.png

This is a binary file and will not be displayed.

public/about/reach-audience.webp

This is a binary file and will not be displayed.