"use client" import Link from "next/link" import { motion } from "framer-motion" import { ArrowRight, CheckCircle2 } from "lucide-react" export function CtaBanner() { return (
{/* Glow blobs */}

Get started today

Stop managing rentals
the hard way

Join 200+ landlords who replaced their spreadsheets with Property Management Network. Free plan, no credit card.

Create your free account Already have an account?
{[ "Free plan forever", "30-day money-back on paid plans", "No credit card required", "Cancel anytime", ].map((t) => (
{t}
))}
) }