diff --git a/public/images/community/hubs/dubai-hub-banner.png b/public/images/community/hubs/dubai-hub-banner.png new file mode 100644 index 00000000000..74c9a659e64 Binary files /dev/null and b/public/images/community/hubs/dubai-hub-banner.png differ diff --git a/src/data/community-hubs.ts b/src/data/community-hubs.ts index 56e3ec02e08..de601654436 100644 --- a/src/data/community-hubs.ts +++ b/src/data/community-hubs.ts @@ -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 = { @@ -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