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.

chore(landingpage): add texts

Sam Sauer 1180dd33 83217bcc

+5 -5
+4 -4
app/components/Footer.tsx
··· 27 27 href="https://bsky.app/profile/eny.social" 28 28 target="_blank" 29 29 rel="noopener noreferrer" 30 - className="text-charcoal/50 transition-colors hover:text-dusk" 30 + className="text-charcoal transition-colors hover:text-dusk" 31 31 aria-label="Bluesky" 32 32 > 33 33 <svg className="h-8 w-8" viewBox="0 0 568 501" fill="currentColor"> ··· 40 40 href="https://www.linkedin.com/company/krekeny/" 41 41 target="_blank" 42 42 rel="noopener noreferrer" 43 - className="text-charcoal/50 transition-colors hover:text-dusk" 43 + className="text-charcoal transition-colors hover:text-dusk" 44 44 aria-label="LinkedIn" 45 45 > 46 46 <LinkedinLogo className="h-9 w-9" weight="regular" /> ··· 51 51 href="https://instagram.com/krekeny" 52 52 target="_blank" 53 53 rel="noopener noreferrer" 54 - className="text-charcoal/50 transition-colors hover:text-dusk" 54 + className="text-charcoal transition-colors hover:text-dusk" 55 55 aria-label="Instagram" 56 56 > 57 57 <InstagramLogo className="h-9 w-9" weight="regular" /> ··· 61 61 62 62 {/* Copyright */} 63 63 <FadeIn delay={600}> 64 - <p className="text-right text-sm text-charcoal/50"> 64 + <p className="text-right text-sm text-charcoal"> 65 65 &copy; {new Date().getFullYear()} made by krekeny in Offenbach 66 66 </p> 67 67 </FadeIn>
+1 -1
app/components/Hero.tsx
··· 80 80 items={[ 81 81 { label: "What", href: "#what" }, 82 82 { label: "Values", href: "#values" }, 83 - { label: "offenbach.social", href: "/offenbach" }, 83 + { label: "Offenbach", href: "/offenbach" }, 84 84 { label: "Waitlist", href: "#waitlist" }, 85 85 ]} 86 86 className="hidden lg:col-span-1 lg:flex lg:flex-col lg:items-end"