import React from "react"; import clsx from "clsx"; import { LandingRainbowButton } from "./landing-rainbow-button"; import { LandingGhostButton } from "./landing-ghost-button"; export const LandingHeroTop = () => { return (

Open-source Retool for{" "}
Enterprise
Build your internal tools, admin panels, dashboards, B2B apps with flexibility in mind.

); };