import Link from "next/link" export default function HomePage() { return (
{/* Nav */}
๐Ÿคฒ
Pledge Now, Pay Later
Sign In Get Started Free
{/* Hero */}
๐Ÿ‡ฌ๐Ÿ‡ง Built for UK charities ยท Free to start

Turn promises into payments

At your next event, donors pledge what they want to give โ€” then pay on their own terms. You get QR codes, WhatsApp reminders, and a dashboard to track every penny.

Start Collecting Pledges โ†’ See How It Works

Free forever ยท No card needed ยท 2 minute setup

{/* Problem */}
๐Ÿ˜ค

Pledges go cold

Donors say "I'll pay ยฃ500" at the gala, then forget. You have no way to follow up.

๐Ÿ“

Paper tracking

Spreadsheets, napkin notes, WhatsApp groups. No system, no references, no proof.

๐Ÿ’ธ

Money left on the table

UK charities lose 30-50% of pledged amounts because there's no follow-up system.

{/* How it works */}

How it works

From pledge to payment in 4 steps

{[ { step: "1", icon: "๐Ÿ“ฑ", title: "Donor scans QR", desc: "At your event, each table/volunteer has a unique QR code." }, { step: "2", icon: "๐Ÿคฒ", title: "Pledges amount", desc: "Pick an amount. Choose to pay now, on a date, or monthly instalments." }, { step: "3", icon: "๐Ÿ’ฌ", title: "Gets reminders", desc: "WhatsApp messages with bank details before each due date. They reply PAID when done." }, { step: "4", icon: "โœ…", title: "You reconcile", desc: "Dashboard shows who pledged, who paid, who needs a nudge. Upload bank statements to auto-match." }, ].map((s) => (
{s.icon}
{s.step}

{s.title}

{s.desc}

))}
{/* Features */}

Everything you need

{[ { icon: "๐Ÿ“ฑ", title: "QR Code Generator", desc: "Unique codes per volunteer/table. Track who brings in the most." }, { icon: "๐Ÿ“…", title: "Flexible Scheduling", desc: "Pay now, pick a date, or split into 2-12 monthly instalments." }, { icon: "๐Ÿ’ฌ", title: "WhatsApp Reminders", desc: "Auto-send bank details and reminders. Donors reply PAID, HELP, or CANCEL." }, { icon: "๐ŸŽ", title: "Gift Aid", desc: "Collect declarations inline. Export HMRC-ready CSV with one click." }, { icon: "๐Ÿฆ", title: "UK Bank Transfers", desc: "Unique reference per pledge for easy reconciliation. Tap-to-copy details." }, { icon: "๐Ÿ“Š", title: "Live Dashboard", desc: "See pledges come in real-time. Pipeline view: pending โ†’ initiated โ†’ paid." }, { icon: "๐Ÿ†", title: "Volunteer Leaderboard", desc: "Real-time scoreboard. Motivate your team with friendly competition." }, { icon: "๐Ÿ“ค", title: "CRM Export", desc: "Download all pledge data as CSV. Gift Aid pack for HMRC." }, ].map((f) => (
{f.icon}

{f.title}

{f.desc}

))}
{/* Donor schedule */}

Donors choose when to pay

โšก

Pay Now

Card, bank transfer, or Direct Debit right away

๐Ÿ“…

Pick a Date

"I'll pay on payday" โ€” reminders sent automatically

๐Ÿ“†

Monthly

Split into 2-12 instalments. Each one tracked separately

{/* CTA */}

Start collecting pledges today

Free to use. Set up in 2 minutes. No technical knowledge needed.

Create Your Free Account โ†’

Used by mosques, churches, schools and charities across the UK

{/* Footer */}
) }