mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
add herowand banner
This commit is contained in:
parent
e7e20e3b2b
commit
7bb1699031
BIN
public/assets/herowand_banner.webp
Normal file
BIN
public/assets/herowand_banner.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -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"
|
||||
|
@ -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 />
|
||||
|
Loading…
x
Reference in New Issue
Block a user