import { useEffect } from "react"; import { updateSEO } from "../utils/seo"; import { Heart, Coffee, ShoppingBag, Globe, Share2, HelpCircle } from "lucide-react"; export default function Support() { useEffect(() => { updateSEO({ title: "Support Our Platform & Affiliate Program | Lumina Convert", description: "Support Lumina Convert developers. 100% free offline file processing has real development and maintenance costs. Explore affiliate links or buy us a coffee.", keywords: "support Lumina convert, buy me a coffee bahaduralimunnabhai, amazon affiliate search portal, offline tools developer helper", }); }, []); return (
{/* Badge */}
Lumina Generosity Fund
{/* Title */}

Support the Future of{" "} Secure Software

Lumina Convert remains 100% free with absolutely no hidden locked upgrades, subscription limits, or advertisements. If this tool saves you time, consider helping us cover local device dev licenses, server storage, and support channels.

{/* Support Grid */}
{/* Card 1: BMC */}

Buy Me a Coffee

Direct tips help maintain and compile our server builds. Send direct coffee currency tokens via Buy Me a Coffee.

Support via Buy Me a Coffee
{/* Card 2: Amazon / Shop */}

Amazon Shopping Portal

Shop on Amazon using our verified affiliate gateway at no additional cost to you. We earn a small, helpful commission on your orders.

Shop via Affiliate Link
{/* Affiliate Disclosure Compliance Box */}
Affiliate Disclosure & Transparency

Lumina Convert, in full conformity with regulatory fair-use frameworks and consumer integrity acts, declares that we participate in the Amazon Services LLC Associates Program. Clicking on our affiliate links contributes a small percentage of your normal shopping basket cost to our direct developer resources without modifying any prices on your products.

); }