import React from "react"; import clsx from "clsx"; import { LandingStartActionIcon } from "./icons/landing-start-action"; import Link from "@docusaurus/Link"; export const LandingTryItSection = ({ className }: { className?: string }) => { return (
); }; const LandingTryItOptionsSection = ({ className, }: { className?: string; }) => { return (

If you are a website owner, then we recommend interacting with the OpenPanel interface. This is where you can maintain your website.

OpenPanel Demo
or

If you are a web host, then we recommend interacting with the OpenAdmin interface. This is where you can run and maintain your server.

OpenAdmin Demo
); };