From 3efdc8a5ee7fb02d956dc38a154712599d4014c8 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Sat, 19 Aug 2023 19:49:34 +0300 Subject: [PATCH] chore: update feature card --- src/containers/Features/index.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/containers/Features/index.tsx b/src/containers/Features/index.tsx index e6a3c12..b1899e4 100644 --- a/src/containers/Features/index.tsx +++ b/src/containers/Features/index.tsx @@ -8,16 +8,17 @@ import { rem, MediaQuery, } from "@mantine/core"; -import { FaGithubAlt, FaProjectDiagram, FaRegImages } from "react-icons/fa"; +import { FaProjectDiagram, FaRegImages } from "react-icons/fa"; +import { MdOutlineDesignServices } from "react-icons/md"; import { TbTransform } from "react-icons/tb"; import { VscCloud, VscJson } from "react-icons/vsc"; const mockdata = [ { - title: "Free and Open Source", + title: "Designed for Everyone", description: - "JSON Crack is an open-source tool, released under the GPL-3 license. This means users can access the source code, modify it, and contribute to the community, fostering innovation and collaboration.", - icon: , + "We focus on simplicity and ease of use. Whether you're a data scientist or product owner, JSON Crack is the tool for you to understand your data.", + icon: , }, { title: "Interactive Graphs",