import { useRef } from 'react'; import ButtonLink from './ButtonLink'; import NewsletterForm from './NewsletterForm'; import Image from 'next/image'; import DatahubExampleImg from '@/public/images/showcases/datahub.webp'; /* eslint jsx-a11y/label-has-associated-control: off */ export function Hero() { const el = useRef(null); return (
{/* Commented code on line 37, 39 and 113 will reenable the two columns hero */}

The JavaScript framework for data portals

Rapidly build rich data portals using a modern frontend framework.

Get started PortalJS Cloud

A project of Datopian Datopian

opendata.datahub.io
); }