import React from 'react'; import PublicNavbar from '../components/PublicNavbar'; import PublicFooter from '../components/PublicFooter'; import { Button } from '../components/ui/button'; import { Card } from '../components/ui/card'; import { CreditCard, Mail } from 'lucide-react'; const Donate = () => { const loafHearts = `${process.env.PUBLIC_URL}/loaf-hearts.png`; const zelleLogo = `${process.env.PUBLIC_URL}/zelle-logo.png`; return (
{/* Hero Section */}
Hearts e.target.style.display = 'none'} />

Donate

We really appreciate your donations. You can make your donation online or send a check by mail.

{/* Donation Amount Buttons */}

Select Your Donation Amount

{/* Donation Buttons Grid */}
{[25, 50, 100, 250].map(amount => ( ))}
{/* Custom Amount Button */}

Online donations coming soon

{/* Alternative Payment Methods */}
{/* Mail Check */}

Mail a Check

Our mailing address for checks:
LOAF
P.O. Box 7207
Houston, Texas 77248-7207

{/* Zelle */}
Zelle e.target.style.display = 'none'} />

Pay with Zelle

If your bank allows the use of Zelle, please feel free to send money to:

LOAFHoustonTX@gmail.com
); }; export default Donate;