import React from "react"; export function Banner() { return (
{/* Early access bar */}
Early Access Beta You're using an early-access prototype of the Builder. Data, pricing, and available parts are still evolving.
Early-access prototype. Data and pricing may change.
); } export default Banner;