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(Navigation): correct the links

Sam Sauer 39ae7d1a 965f627e

+6 -7
+4 -5
app/components/Hero.tsx
··· 78 78 {/* Menu links */} 79 79 <NavMenu 80 80 items={[ 81 - { label: "What", href: "#" }, 82 - { label: "How does it work", href: "#" }, 83 - { label: "offenbach.social", href: "#" }, 84 - { label: "Blog", href: "#" }, 85 - { label: "Contact", href: "#" }, 81 + { label: "What", href: "#what" }, 82 + { label: "Values", href: "#values" }, 83 + { label: "offenbach.social", href: "/offenbach" }, 84 + { label: "Waitlist", href: "#waitlist" }, 86 85 ]} 87 86 className="hidden lg:col-span-1 lg:flex lg:flex-col lg:items-end" 88 87 itemClassName="self-end text-right"
+1 -1
app/components/ValueCards.tsx
··· 34 34 ]; 35 35 36 36 return ( 37 - <section className="relative py-24"> 37 + <section id="values" className="relative py-24"> 38 38 {/* Grain filter definition */} 39 39 <svg className="absolute h-0 w-0" aria-hidden="true"> 40 40 <defs>
+1 -1
app/components/WeBelieve.tsx
··· 5 5 6 6 export default function WeBelieve() { 7 7 return ( 8 - <section className="relative px-6 py-24"> 8 + <section id="what" className="relative px-6 py-24"> 9 9 <div className="relative mx-auto max-w-4xl"> 10 10 <div className="grid items-center gap-12 lg:grid-cols-2"> 11 11 {/* Text */}