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.
10 changes: 10 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 DubaiHubBanner from "@/public/images/community/hubs/dubai-hub-banner.png"
import LondonHubBanner from "@/public/images/community/hubs/london-hub-banner.png"

export type CommunityHub = {
Expand Down Expand Up @@ -32,6 +33,15 @@ const communityHubs: CommunityHub[] = [
meetupUrl: "https://www.meetup.com/berlin-ethereum-meetup/",
banner: BerlinHubBanner,
},
{
location: "Dubai",
description:
"The Dubai Ethereum Community Hub is hosted at Hadron Founders Club—an inspiring space for builders, founders, researchers, and curious explorers to co-work, connect, collaborate and learn.",
cta: "Join us for everyday co-working and events.",
coworkingSignupUrl: "https://forms.gle/G4PthfvMMy476QmZ6",
meetupUrl: "https://luma.com/HadronFC?k=c",
banner: DubaiHubBanner,
},
]

export default communityHubs