Skip to content

Commit

Permalink
update header img for dark mode (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed May 22, 2024
1 parent ba927b9 commit 40f4df0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/docs/overview/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import { CustomCardList } from '@site/src/CustomComponents/CustomCardList.tsx';

import { BsFunnel } from 'react-icons/bs';

import ThemedImage from '@theme/ThemedImage';

import {
PiArrowCounterClockwise,
PiArrowsSplitLight,
Expand All @@ -36,11 +38,18 @@ import {
Neosync is an open-source, developer-first way to anonymize PII, generate synthetic data and sync environments for better
testing, debugging and developer experience.

<HeroImage />
<ThemedImage
alt="Neosync header"
sources={{
light: 'https://assets.nucleuscloud.com/neosync/docs/neosync-header.svg',
dark: 'https://assets.nucleuscloud.com/neosync/docs/neosync-header-dark.svg',
}}
/>
;

## Core Features

Neosync can be used in many different ways to support different use-cases. Check out the most common use-cases below.
Neosync has four core features that deliver value to developers and engineering teams. Click on each one below to learn more.

<CustomCardList
cards={[
Expand Down

0 comments on commit 40f4df0

Please sign in to comment.