import { motion } from 'framer-motion'; import { Heart } from 'lucide-react'; import { GithubSponsorButton } from '@/components/donate/GithubSponsorButton'; import { SponsorshipTiers } from '@/components/donate/SponsorshipTiers'; import { SponsorshipStats } from '@/components/donate/SponsorshipStats'; import { KeySponsors } from '@/components/donate/KeySponsors'; export default function Donate() { return (

Support Snigdha OS

Your support helps us maintain and improve Snigdha OS, keeping it free and open source for the security community.

Choose Your Sponsorship Tier

Why Sponsor Snigdha OS?

Your sponsorship directly supports the development of cutting-edge security tools, maintenance of our infrastructure, and helps us keep Snigdha OS at the forefront of security testing. Join our community of sponsors and help shape the future of security testing.

); }