The source code for our eny.social landing page, which is mirrored in a different repository as part of the CI setup. eny.social
social-network eny local-first
2
fork

Configure Feed

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

refactor(StartingInOffenbach): use ghost button

Sam Sauer 900eada8 f2aa78e7

+10 -2
+10 -2
app/components/StartingInOffenbach.tsx
··· 1 + "use client"; 2 + 1 3 import SectionIntroLabel from "./ui/SectionIntroLabel"; 4 + import ButtonCta from "./ui/ButtonCta"; 2 5 3 6 export default function StartingInOffenbach() { 4 7 return ( ··· 24 27 </h2> 25 28 26 29 <p className="section-copy mx-auto mt-8 max-w-2xl"> 27 - Find your neighbors, discover local events, navigate city services — from finding an 28 - apartment to figuring out trash collection day. Everything Offenbach, in one place. 30 + Find your neighbors, discover local events, navigate city services 31 + from finding an apartment to figuring out trash collection day. 32 + Everything Offenbach, in one place. 29 33 </p> 34 + 35 + <ButtonCta href="/offenbach" variant="ghost" className="mt-10"> 36 + discover Offenbach 37 + </ButtonCta> 30 38 </div> 31 39 </section> 32 40 );