import React from "react"; import clsx from "clsx"; import { ClockIcon } from "./icons/clock"; import { SlackIcon } from "../assets/integration-icons"; import { CommonThemedImage } from "./common-themed-image"; export const EnterpriseGetSupport = ({ className }: { className?: string }) => { return (

How OpenPanel helps hosting providers

Get supported by{" "} experts .

Priority support

Exclusive technical support with SLA, provided by OpenPanel core team members.

Private Slack channel
24 Hours First response time

Onboarding assistance and training

Our acceleration program to help plan, architect and build your hosting business.

); };