Update demo-section.tsx

This commit is contained in:
Stefan Pejcic 2024-07-12 09:21:24 +02:00 committed by GitHub
parent ddcb54920e
commit c1cb6f07ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>