diff --git a/public/images/checkmark.svg b/public/images/checkmark.svg new file mode 100644 index 000000000..90773421d --- /dev/null +++ b/public/images/checkmark.svg @@ -0,0 +1,3 @@ + diff --git a/src/app/(landing-routes)/pricing/page.tsx b/src/app/(landing-routes)/pricing/page.tsx new file mode 100644 index 000000000..ddc871d6a --- /dev/null +++ b/src/app/(landing-routes)/pricing/page.tsx @@ -0,0 +1,538 @@ +"use client"; + +import Image from "next/image"; +import { useState } from "react"; + +import FaqAccordion from "~/components/layouts/accordion/FaqsAccordion"; +import { Button } from "~/components/ui/button"; +import { faqData } from "~/constants/faqsdata"; + +// + +const handleButtonClickTest = () => { + alert("Contact Button Click Test"); +}; + +// + +export default function Pricing() { + const [toggle, setToggle] = useState(1); + + return ( + <> +
+ Pricing +
+ ++ Our flexible plans are designed to scale with your business. We have + a plan for you. +
++ The essensitals to provide your best work for clients. +
++ The essensitals to provide your best work for clients. +
++ The essensitals to provide your best work for clients. +
++ The essensitals to provide your best work for clients. +
++ We couldn’t answer your question? +
+ + +{location}
+{description}
+ > + )} +