From b6e5c107f11d4d5fa4169ccdd6c91a710b587297 Mon Sep 17 00:00:00 2001 From: Evis Drenova Date: Tue, 14 Nov 2023 11:35:50 -0800 Subject: [PATCH] add back imports and update home page --- docs/docs/overview/Introduction.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/overview/Introduction.mdx b/docs/docs/overview/Introduction.mdx index a78264768c..4d82470c52 100644 --- a/docs/docs/overview/Introduction.mdx +++ b/docs/docs/overview/Introduction.mdx @@ -11,9 +11,16 @@ import { LinkBreak1Icon, StackIcon, } from '@radix-ui/react-icons'; +import { BsFunnel } from 'react-icons/bs'; +import { + PiPlugsLight, + PiArrowsSplitLight, + PiRocketLaunchLight, +} from 'react-icons/pi'; import { CustomCard } from '@site/src/CustomComponents/CustomCard.tsx'; import { CustomCardList } from '@site/src/CustomComponents/CustomCardList.tsx'; import { DocPageHeader } from '@site/src/CustomComponents/DocPageHeader.tsx'; +import { HeroImage } from '@site/src/CustomComponents/HeroImage.tsx'; ; Neosync is an open-source, developer-first way to create safe, anonymized test data from production data and sync it across all environments for high-quality local, stage and CI testing.