import clsx from "clsx"; import React, { SVGProps } from "react"; export const TopAnnouncement = () => { return (
); }; const Text = () => { return (
OpenPanel BETA{" "} is out! Give it a spin and tell us what you think Learn More
); }; const GlowSmall = (props: SVGProps) => ( ); const GlowBig = (props: SVGProps) => ( );