From d7d5152a042d880d1b4df6edeb0134be69a4b964 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Mon, 1 May 2023 21:49:16 +0200 Subject: [PATCH] re-write features on pricing page and add billingCycle toggle --- src/pages/pricing.tsx | 95 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 78 insertions(+), 17 deletions(-) diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index 13a1a6d..7d9b867 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -2,7 +2,7 @@ import Footer from "~/components/Footer"; import Header from "~/components/Header"; import Head from "next/head"; import { useState } from "react"; -import { CheckIcon } from "@heroicons/react/20/solid"; +import { CheckIcon, XMarkIcon } from "@heroicons/react/20/solid"; import Tooltip from "~/components/Tooltip"; import { Disclosure, Transition } from "@headlessui/react"; import { ChevronUpIcon } from "@heroicons/react/20/solid"; @@ -15,17 +15,44 @@ export default function Pricing() { return ( <>
-