Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-07-10 20:07:07 +02:00 committed by GitHub
parent 655574fb6d
commit ce9b8ff7bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,10 @@ import { MailIcon } from "@site/src/refine-theme/icons/mail";
import { MarkerIcon } from "@site/src/refine-theme/icons/marker"; import { MarkerIcon } from "@site/src/refine-theme/icons/marker";
import { OpenSourceIcon } from "@site/src/refine-theme/icons/open-source"; import { OpenSourceIcon } from "@site/src/refine-theme/icons/open-source";
import { DiscordIcon, TwitterIcon } from "@site/src/refine-theme/icons/popover"; import { DiscordIcon, TwitterIcon } from "@site/src/refine-theme/icons/popover";
import Link from "@docusaurus/Link";
import clsx from "clsx"; import clsx from "clsx";
import React from "react"; import React from "react";
import { useColorMode } from "@docusaurus/theme-common"; import { useColorMode } from "@docusaurus/theme-common";
import { YCombinatorCircleIcon } from "@site/src/refine-theme/icons/ycombinator-circle"; import { LandingTryItSection } from "../refine-theme/demo-section";
import { CommonThemedImage } from "@site/src/refine-theme/common-themed-image";
const About: React.FC = () => { const About: React.FC = () => {
const { colorMode } = useColorMode(); const { colorMode } = useColorMode();
@ -61,6 +59,9 @@ const About: React.FC = () => {
Whether you are a new user or an experienced administrator, our comprehensive documentation is designed to get you up and running quickly, while also providing deep insights into advanced features and customization options. Explore our resources below to make the most out of our products. Whether you are a new user or an experienced administrator, our comprehensive documentation is designed to get you up and running quickly, while also providing deep insights into advanced features and customization options. Explore our resources below to make the most out of our products.
</p> </p>
<LandingTryItSection />
<div className="flex"> <div className="flex">
{/* First Column */} {/* First Column */}
<div className="w-1/2 pr-4"> <div className="w-1/2 pr-4">