From ddcb54920e542e67df22a568e03bbd1dac9ebe2f Mon Sep 17 00:00:00 2001
From: Stefan Pejcic
Date: Fri, 12 Jul 2024 09:18:01 +0200
Subject: [PATCH] Update demo-section.tsx
---
.../src/refine-theme/demo-section.tsx | 39 +++++++++++++++----
1 file changed, 32 insertions(+), 7 deletions(-)
diff --git a/documentation/src/refine-theme/demo-section.tsx b/documentation/src/refine-theme/demo-section.tsx
index bd8695bd..b9c10a0f 100644
--- a/documentation/src/refine-theme/demo-section.tsx
+++ b/documentation/src/refine-theme/demo-section.tsx
@@ -1,7 +1,6 @@
import React from "react";
import clsx from "clsx";
import { LandingStartActionIcon } from "./icons/landing-start-action";
-import { LandingCopyCommandButton } from "./landing-copy-command-button";
import Link from "@docusaurus/Link";
export const LandingTryItSection = ({ className }: { className?: string }) => {
@@ -85,7 +84,7 @@ const LandingTryItOptionsSection = ({
"landing-lg:max-w-[446px]",
)}
>
- Sign up for OpenPanel Enterprise version and offer premium features to your customers.
+ OpenAdmin - Admin level panel
- Go Enterprise
+ Live Preview
@@ -190,10 +189,36 @@ const LandingTryItOptionsSection = ({
"landing-lg:max-w-[446px]",
)}
>
- Get OpenPanel Community edition now and begin hosting websites within just 5 minutes.
-
-
-
+ OpenPanel - control panel for end-users
+
+
+
+
+ Live Preview
+
+
+
);