eny.space Landingpage
1
fork

Configure Feed

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

data(hero-right): adjust content to match current state

authored by

michael.eny.team and committed by
Tangled
13bd0e31 bd7aab1d

+3 -2
+3 -2
app/components/hero/hero-right.tsx
··· 3 3 4 4 const navItems = [ 5 5 { label: "Key features", href: "/#features" }, 6 - { label: "Build with eny.space", href: "/#build" }, 7 - { label: "Latest news", href: "/#news" }, 6 + { label: "FAQs", href: "/#faq" }, 7 + // { label: "Build with eny.space", href: "/#build" }, 8 + // { label: "Latest news", href: "/#news" }, 8 9 ]; 9 10 10 11 export function HeroRight() {