mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
parent
8ac037b312
commit
ad34c0df05
@ -4,7 +4,7 @@ import { BlogFooter } from "@site/src/refine-theme/blog-footer";
|
|||||||
import { CommonHeader } from "@site/src/refine-theme/common-header";
|
import { CommonHeader } from "@site/src/refine-theme/common-header";
|
||||||
import { CommonLayout } from "@site/src/refine-theme/common-layout";
|
import { CommonLayout } from "@site/src/refine-theme/common-layout";
|
||||||
import clsx from "clsx";
|
import clsx from "clsx";
|
||||||
import { LandingTryItSection } from "@site/src/refine-theme/landing-try-it-section";
|
import { LandingTryItSection } from "@site/src/refine-theme/demo-section";
|
||||||
|
|
||||||
const Demo: React.FC = () => {
|
const Demo: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
@ -44,10 +44,13 @@ const Demo: React.FC = () => {
|
|||||||
</span>
|
</span>
|
||||||
.
|
.
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
<LandingTryItSection />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<LandingTryItSection />
|
|
||||||
|
|
||||||
|
|
||||||
<div className="flex-1 flex flex-col pt-4 lg:pt-6 pb-32 max-w-[1040px] w-full mx-auto px-2">
|
<div className="flex-1 flex flex-col pt-4 lg:pt-6 pb-32 max-w-[1040px] w-full mx-auto px-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user