// Properties.jsx — browse all properties with full filters
const Reveal_P = window.Reveal;
const Listings_P = window.SantirmaListings;
function PageHero({ overline, title, subtitle, kicker = '№' }) {
return (
{overline}
{title}
{subtitle && (
{subtitle}
)}
);
}
window.SantirmaPageHero = PageHero;
function PropertiesPage({ navigate, onSelect }) {
return (
Every home,
walked and approved.>}
subtitle="142 curated rentals across Seattle. Filter by neighborhood, beds, and budget — or call us at 206.555.0148 and we’ll find you a place no listing site will show."
/>
);
}
window.SantirmaPropertiesPage = PropertiesPage;