// ----------------------------------------------------------------------------- // Rent-Ka — Rental listings aggregator (Canada, outside Québec) // Author: Simon-Pierre Boucher — contact@spboucher.ai // pages/Contact.tsx: shared Groupe KA contact page (ecosystem.json data) // ----------------------------------------------------------------------------- import { useEffect } from "react"; import eco from "../ka/ecosystem.json"; export default function ContactPage() { useEffect(() => { document.title = "Contact | Rent-Ka — A Groupe KA service"; window.scrollTo(0, 0); }, []); const others = eco.sites.filter((s) => s.id !== "rent-ka"); return (
Rent-Ka — {eco.sites.find((s) => s.id === "rent-ka")?.tagline?.toLowerCase()} — is a service of {eco.org.name}. {eco.org.tagline} All requests go through the addresses below.
{eco.org.disclaimer} The listings displayed on Rent-Ka come from the public websites of property managers; every listing links back to the original ad. For any question about a rental, contact the manager shown on the listing directly.