diff --git a/src/containers/Landing/PremiumVsFree.tsx b/src/containers/Landing/PremiumVsFree.tsx
index 122f498..4d87aa6 100644
--- a/src/containers/Landing/PremiumVsFree.tsx
+++ b/src/containers/Landing/PremiumVsFree.tsx
@@ -1,54 +1,62 @@
import React from "react";
import Link from "next/link";
-import { Title, Image, Container, Flex, Box, List, Button, Paper } from "@mantine/core";
+import { Title, Image, Container, Flex, Box, List, Button } from "@mantine/core";
import styled from "styled-components";
import { FaArrowRightLong } from "react-icons/fa6";
+import { IoMdCheckmark } from "react-icons/io";
const StyledImageWrapper = styled.div`
- flex: 2;
+ flex: 1.8;
width: 100%;
filter: drop-shadow(0px 0px 30px rgba(236, 236, 236, 0.2));
`;
export const PremiumVsFree = () => {
return (
-
-
-
- Explore Premium.
-
-
-
-
+
+
-
+
+ Explore Premium.
+
+
+
+
+
}
+ >
Refined user interface
- Supports larger data (~4 MB)
- Customizable color options
+ Supports larger data
+ Customizable color theme
Compare data on graphs
Edit directly on graphs
AI-powered assistant
- Everything is faster.
+ Everything is faster and more...
-
+
);
};
diff --git a/src/layout/JsonCrackLogo.tsx b/src/layout/JsonCrackLogo.tsx
index 0947d9d..9add7f4 100644
--- a/src/layout/JsonCrackLogo.tsx
+++ b/src/layout/JsonCrackLogo.tsx
@@ -48,8 +48,8 @@ export const JSONCrackLogo = ({ fontSize = "1.2rem", hideText, hideLogo, ...prop
{!hideLogo && (
diff --git a/src/layout/Navbar.tsx b/src/layout/Navbar.tsx
index 9bb5e09..5eeee87 100644
--- a/src/layout/Navbar.tsx
+++ b/src/layout/Navbar.tsx
@@ -7,7 +7,6 @@ import { JSONCrackLogo } from "./JsonCrackLogo";
const StyledNavbarWrapper = styled.div`
z-index: 3;
transition: background 0.2s ease-in-out;
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
`;
const StyledNavbar = styled.nav`
@@ -17,7 +16,7 @@ const StyledNavbar = styled.nav`
width: 100%;
max-width: 1200px;
margin: 0 auto;
- padding: 12px 24px;
+ padding: 16px 24px;
background: white;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx
index 57db8f2..52e92f1 100644
--- a/src/pages/pricing.tsx
+++ b/src/pages/pricing.tsx
@@ -39,7 +39,7 @@ const StyledPaper = styled(Paper)`
padding: 1em;
width: 320px;
border-radius: 8px;
- border: 2px solid #efefef;
+ border: 2px solid #dbdbdb;
background: #fcfcfc;
`;
@@ -85,7 +85,7 @@ export const PricingCards = () => {
-
+
Free