import { CheckIcon } from "lucide-react"; import { LampComponent } from "../ui/lamp"; import { CardContainer, CardBody, CardItem } from "../ui/3d-card"; const PricingSection = () => { return (
Basic

$0

  • One license
  • 0.5GB of storage
  • Image and Video Processing
  • All Analytic Scenarios
  • Offline support
Try now → Get Started Now
Storage

$300

  • One license
  • 5GB of storage
  • Image and Video Processing
  • All Analytic Scenarios
  • Basic Helpdesk
Try now → Get Started Now
Explorer

$1,500

  • One license
  • 50GB of storage
  • Image and Video Processing
  • All Analytic Scenarios
  • Expert Support
Try now → Get Started Now
Enterprise

$4,000

  • 4 concurrent users
  • 200GB of storage
  • Image and Video Processing
  • All Analytic Scenarios
  • Expert Microgravity Support
Try now → Get Started Now
); }; export default PricingSection;