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 ( <>
-