add herowand banner

This commit is contained in:
AykutSarac 2023-04-19 10:14:50 +03:00
parent e7e20e3b2b
commit 7bb1699031
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -51,14 +51,11 @@ export const Navbar = () => (
<img src="assets/icon.png" alt="json crack" width="120" />
</Link>
<StyledLinkWrapper>
<StyledNavLink className="mobileHide" href="https://pro.jsoncrack.com">
Pro
<StyledNavLink className="mobileHide" href="https://editor.herowand.com">
More Data Formats
</StyledNavLink>
<StyledNavLink href="/editor">Editor</StyledNavLink>
<StyledNavLink href="#features">Features</StyledNavLink>
<StyledNavLink className="mobileHide" href="#sponsor">
Sponsor
</StyledNavLink>
<StyledNavLink
href="https://github.com/AykutSarac/jsoncrack.com"
target="_blank"

View File

@ -3,7 +3,7 @@ import dynamic from "next/dynamic";
import Head from "next/head";
import Link from "next/link";
import Script from "next/script";
import { Button } from "@mantine/core";
import { Anchor, Button, Image, Paper } from "@mantine/core";
import { AiOutlineRight, AiTwotoneStar } from "react-icons/ai";
import {
HiCursorClick,
@ -22,7 +22,6 @@ import { Sponsors } from "src/components/Sponsors";
import { SupportButton } from "src/components/SupportButton";
import { baseURL } from "src/constants/data";
import { TABS } from "src/constants/previewSection";
import { PricingCards } from "../PricingCards";
import * as Styles from "./styles";
const SyntaxHighlighter = dynamic(() => import("react-syntax-highlighter/dist/cjs/prism-async"), {
@ -56,6 +55,11 @@ const HeroSection = () => (
</Button>
</Link>
</Styles.StyledButtonWrapper>
<Anchor href="https://editor.herowand.com/?ref=jsoncrack" target="_blank">
<Paper shadow="xs" withBorder>
<Image src="assets/herowand_banner.webp" width={420} height={100} alt="herowand" />
</Paper>
</Anchor>
</Styles.StyledHeroSection>
);
@ -289,7 +293,6 @@ const Home: React.FC = () => {
<SupportSection />
<GitHubSection />
<EmbedSection />
<PricingCards />
<SponsorSection />
<SupportButton />
<Footer />