瀏覽代碼

producsts page

Stefan Pejcic 1 年之前
父節點
當前提交
d8c1095b41
共有 2 個文件被更改,包括 5 次插入6 次删除
  1. 2 0
      documentation/src/assets/integrations.ts
  2. 3 6
      documentation/src/refine-theme/templates-hero.tsx

+ 2 - 0
documentation/src/assets/integrations.ts

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

+ 3 - 6
documentation/src/refine-theme/templates-hero.tsx

@@ -42,7 +42,7 @@ export const TemplatesHero: FC<Props> = ({ className }) => {
                 )}
                 )}
             >
             >
                 <span className={clsx("dark:text-gray-0 text-gray-900")}>
                 <span className={clsx("dark:text-gray-0 text-gray-900")}>
-                    OpenPanel{" "}
+                    Open{" "}
                 </span>
                 </span>
                 <span
                 <span
                     className={clsx(
                     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)]",
                         "text-refine-blue drop-shadow-[0_0_30px_rgba(51,51,255,0.3)]",
                     )}
                     )}
                 >
                 >
-                    Products
+                    Panel
                 </span>
                 </span>
             </h2>
             </h2>
             <p
             <p
@@ -61,10 +61,7 @@ export const TemplatesHero: FC<Props> = ({ className }) => {
                     "dark:text-gray-400 text-gray-600",
                     "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>
             </p>
         </div>
         </div>
     );
     );