mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update demo-section.tsx
This commit is contained in:
parent
ddcb54920e
commit
c1cb6f07ab
@ -77,17 +77,17 @@ const LandingTryItOptionsSection = ({
|
|||||||
>
|
>
|
||||||
<p
|
<p
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"text-base landing-sm:text-xl landing-md:text-base landing-lg:text-xl",
|
"text-base landing-sm:text-l landing-md:text-base landing-lg:text-l",
|
||||||
"font-semibold",
|
"font-semibold",
|
||||||
"text-gray-600 dark:text-gray-400",
|
"text-gray-600 dark:text-gray-400",
|
||||||
"landing-md:max-w-[318px]",
|
"landing-md:max-w-[318px]",
|
||||||
"landing-lg:max-w-[446px]",
|
"landing-lg:max-w-[446px]",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
OpenAdmin - Admin level panel
|
If you are a website owner, then we recommend interacting with the OpenPanel interface. This is where you can maintain your website.
|
||||||
</p>
|
</p>
|
||||||
<Link
|
<Link
|
||||||
to="beta"
|
to="https://demo.openpanel.co/openpanel/"
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"self-start",
|
"self-start",
|
||||||
"rounded-3xl",
|
"rounded-3xl",
|
||||||
@ -110,7 +110,7 @@ const LandingTryItOptionsSection = ({
|
|||||||
>
|
>
|
||||||
<LandingStartActionIcon />
|
<LandingStartActionIcon />
|
||||||
<span className={clsx("text-base", "font-semibold")}>
|
<span className={clsx("text-base", "font-semibold")}>
|
||||||
Live Preview
|
OpenPanel Demo
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@ -183,16 +183,17 @@ const LandingTryItOptionsSection = ({
|
|||||||
>
|
>
|
||||||
<p
|
<p
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"text-base landing-sm:text-xl landing-md:text-base landing-lg:text-xl",
|
"text-base landing-sm:text-l landing-md:text-base landing-lg:text-l",
|
||||||
"font-semibold",
|
"font-semibold",
|
||||||
"text-gray-600 dark:text-gray-400",
|
"text-gray-600 dark:text-gray-400",
|
||||||
"landing-lg:max-w-[446px]",
|
"landing-lg:max-w-[446px]",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
OpenPanel - control panel for end-users
|
If you are a web host, then we recommend interacting with the OpenAdmin interface. This is where you can run and maintain your server.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<Link
|
<Link
|
||||||
to="beta"
|
to="https://demo.openpanel.co/openadmin/"
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"self-start",
|
"self-start",
|
||||||
"rounded-3xl",
|
"rounded-3xl",
|
||||||
@ -215,7 +216,7 @@ const LandingTryItOptionsSection = ({
|
|||||||
>
|
>
|
||||||
<LandingStartActionIcon />
|
<LandingStartActionIcon />
|
||||||
<span className={clsx("text-base", "font-semibold")}>
|
<span className={clsx("text-base", "font-semibold")}>
|
||||||
Live Preview
|
OpenAdmin Demo
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user