"use client"; import { useState } from "react"; export default function Pricing3() { const [isMonthly, setIsMonthly] = useState(true); return (

Our Pricing

Monthly

{ setIsMonthly((pre) => !pre); }} className="pricing-switchers w-8 h-4 clear-both !text-center !relative bg-[rgba(30,34,40,0.07)] !box-content rounded-3xl border-[0.2rem] border-solid border-transparent" >

Yearly (Save 30%)

{" "} {" "}

Basic Plan

$ 9 mo
$ 99 yr
{/*/.prices */}
  • 1 Project{" "}
  • 100K API Access{" "}
  • 100MB Storage{" "}
  • {" "} Weekly Reports{" "}
  • {" "} 7/24 Support
Choose Plan
{/*/.card-body */}
{/*/.pricing */}
{/*/column */}
{" "} {" "}

Premium Plan

$ 19 mo
$ 199 yr
{/*/.prices */}
  • 5 Projects{" "}
  • 100K API Access{" "}
  • 200MB Storage{" "}
  • {" "} Weekly Reports
  • {" "} 7/24 Support
Choose Plan
{/*/.card-body */}
{/*/.pricing */}
{/*/column */}
{" "} {" "}

Corporate Plan

$ 29 mo
$ 299 yr
{/*/.prices */}
  • 20 Projects{" "}
  • 300K API Access{" "}
  • 500MB Storage{" "}
  • {" "} Weekly Reports
  • {" "} 7/24 Support
Choose Plan
{/*/.card-body */}
{/*/.pricing */}
{/*/column */}
{" "} {" "}

Community Plan

$ 49 mo
$ 499 yr
{/*/.prices */}
  • 90 Projects{" "}
  • 900K API Access{" "}
  • 900MB Storage{" "}
  • {" "} Weekly Reports{" "}
  • {" "} 7/24 Support
Choose Plan
{/*/.card-body */}
{/*/.pricing */}
{/*/.row */}
{/*/.pricing-wrapper */}
{/* /.container */} {/* /.container */}
); }