Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/data/community-hubs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { StaticImageData } from "next/image"

import BerlinHubBanner from "@/public/images/community/hubs/berlin-hub-banner.png"
import BuenosAiresHubBanner from "@/public/images/community/hubs/buenos-aires-hub-banner.png"
import DubaiHubBanner from "@/public/images/community/hubs/dubai-hub-banner.png"
import HongKongHubBanner from "@/public/images/community/hubs/hong-kong-hub-banner.png"
import LagosHubBanner from "@/public/images/community/hubs/lagos-hub-banner.png"
Expand All @@ -20,6 +21,18 @@ export type CommunityHub = {
}

const communityHubs: CommunityHub[] = [
{
id: "buenos-aires",
location: "Buenos Aires",
descriptionKey: "page-events-hub-description-buenos-aires",
ctaKey: "page-events-hub-cta-buenos-aires",
coworkingSignupUrl:
"https://airtable.com/appENuebGSKMB5sia/pagWfsW9hrLZUqBAf/form",
meetupUrl: "https://luma.com/user/crecimientoar",
banner: BuenosAiresHubBanner,
brandColor:
"bg-gradient-to-b from-[#74ACDF]/5 to-[#74ACDF]/10 dark:from-[#74ACDF]/20 dark:to-[#74ACDF]/10 border-[#74ACDF]/20",
},
{
id: "hong-kong",
location: "Hong Kong",
Expand Down
2 changes: 2 additions & 0 deletions src/intl/en/page-community-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"page-events-hub-description-london": "A dedicated floor for Ethereum builders, researchers, creators, students, and explorers at Encode Club.",
"page-events-hub-description-rome": "Hosted by the Urbe.eth community, it's a coworking and event space in Rome for builders at the frontier of technology.",
"page-events-hub-description-sf": "Frontier Tower is a 16-floor vertical village in the heart of San Francisco where people advance deep tech and frontier technologies in a relaxed, inspiring environment. The 12th floor is hosting Ethereum & Decentralized Tech.",
"page-events-hub-description-buenos-aires": "Hosted by the Crecimiento community at the Aleph Hub, it's a curated space for the local community and visitors working across Ethereum, AI and startups.",
"page-events-hub-cta-buenos-aires": "Join for events, workshops, community gatherings, and daily co-working!",
"page-events-hub-cta-berlin": "Join for Co-working Wednesdays and regular events.",
"page-events-hub-cta-default": "Join for everyday co-working and regular events.",
"page-events-hub-cta-hong-kong": "Join for events, workshops, community gatherings, and daily co-working starting April 2026!",
Expand Down
Loading