From beaa4684d9ff50267a9e7c0babf01dc78b4a0c28 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 29 Feb 2024 11:42:45 +0100 Subject: [PATCH] Update index.tsx --- documentation/src/pages/demo/index.tsx | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/documentation/src/pages/demo/index.tsx b/documentation/src/pages/demo/index.tsx index 61e6a4e6..03cd2099 100644 --- a/documentation/src/pages/demo/index.tsx +++ b/documentation/src/pages/demo/index.tsx @@ -4,6 +4,7 @@ import { BlogFooter } from "@site/src/refine-theme/blog-footer"; import { CommonHeader } from "@site/src/refine-theme/common-header"; import { CommonLayout } from "@site/src/refine-theme/common-layout"; import clsx from "clsx"; +import USE_CASES from "../../assets/use-cases"; const Demo: React.FC = () => { return ( @@ -19,6 +20,45 @@ const Demo: React.FC = () => {

Explore OpenAdmin & OpenPanel® with no strings attached.

+ +
+ {USE_CASES.map((useCase) => ( +
+
+ + {useCase.title} + +
+ {useCase.title} +
+
+
+ + + Visit Docs + +
+ ))} +
+ + + + +
{/* First Column */}