producsts page

This commit is contained in:
Stefan Pejcic
2024-02-10 16:46:18 +01:00
parent b74f0db7e3
commit d8c1095b41
2 changed files with 5 additions and 6 deletions

View File

@@ -438,12 +438,14 @@ export const integrations: IntegrationsType = {
"community-packages": [
{
name: "WHMCS Module",
icon: Dp,
description: "Integrate with the leading web hosting management and billing software.",
url: "https://community.openpanel.co/",
status: "stable",
},
{
name: "REST API",
icon: Kinde,
description:
"Our powerful RESTful API allows you to integrate with 3rd party systems you already use.",
url: "/docs/admin/customize/api/",

View File

@@ -42,7 +42,7 @@ export const TemplatesHero: FC<Props> = ({ className }) => {
)}
>
<span className={clsx("dark:text-gray-0 text-gray-900")}>
OpenPanel{" "}
Open{" "}
</span>
<span
className={clsx(
@@ -51,7 +51,7 @@ export const TemplatesHero: FC<Props> = ({ className }) => {
"text-refine-blue drop-shadow-[0_0_30px_rgba(51,51,255,0.3)]",
)}
>
Products
Panel
</span>
</h2>
<p
@@ -61,10 +61,7 @@ export const TemplatesHero: FC<Props> = ({ className }) => {
"dark:text-gray-400 text-gray-600",
)}
>
Explore a range of pre-designed Refine templates, perfect for
everything from admin panels to dashboards and CRMs. Easily
integrate these templates with your data sources and begin
customizing to jumpstart your projects.
OpenPanel offers a suite of products leveraging modern, lightweight, and proven technologies to ensure high-performance for website owners and hosting providers.
</p>
</div>
);