"use client" import { motion } from "framer-motion" import { Star } from "lucide-react" const TESTIMONIALS = [ { name: "James T.", role: "Landlord · 6 properties · Austin, TX", body: "Property Management Network replaced three separate spreadsheets. My rent collection rate went from 80% to 98% in the first month because tenants actually get reminders now.", rating: 5, initials: "JT", color: "from-indigo-500 to-violet-600", }, { name: "Maria S.", role: "Property Manager · 22 units · Miami, FL", body: "The maintenance portal alone is worth it. Tenants submit requests, I get notified, everything is tracked. No more texts at midnight. Absolute game changer.", rating: 5, initials: "MS", color: "from-emerald-500 to-teal-600", }, { name: "David K.", role: "Real estate investor · 4 properties · Denver, CO", body: "I do my own books. The expense tracker and CSV export save me 3 hours every time I prepare for my accountant. Clean, fast, actually useful — rare.", rating: 5, initials: "DK", color: "from-amber-500 to-orange-600", }, { name: "Rachel M.", role: "Landlord · 2 properties · Seattle, WA", body: "The tenant portal is brilliant. My tenants love having their own link. And lease expiry alerts saved me from an accidental month-to-month situation.", rating: 5, initials: "RM", color: "from-rose-500 to-pink-600", }, { name: "Tom B.", role: "Portfolio investor · 11 properties · Chicago, IL", body: "Switched from a £150/month enterprise tool. Property Management Network does everything I actually use — at a fraction of the cost. The Lifetime deal was a no-brainer.", rating: 5, initials: "TB", color: "from-blue-500 to-cyan-600", }, { name: "Aisha R.", role: "Property manager · 8 units · London, UK", body: "Gorgeous UI, fast, and actually works. I've tried 4 property management tools — this is the first one I've stuck with past 2 weeks.", rating: 5, initials: "AR", color: "from-violet-500 to-purple-600", }, ] function Stars({ count }: { count: number }) { return (
Social proof
Real feedback from property owners who ditched their spreadsheets.
{/* Aggregate rating */}"{t.body}"
{t.name}
{t.role}