Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-07-12 09:15:23 +02:00 committed by GitHub
parent 8ac037b312
commit ad34c0df05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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