import Image from 'next/image' import { Button } from '@/components/Button' import { Container } from '@/components/Container' import backgroundImage from '@/images/background-newsletter.jpg' function ArrowRightIcon(props) { return ( ) } export function Newsletter() { return (

Stay up to date

Get updates on all of our events and be the first to get notified when tickets go on sale.

Sign up to our newsletter

) }