// ============================================ // COMPONENTS — Direction A // Photo placeholders + shared UI atoms // ============================================ // ====== PLACEHOLDER PHOTO ====== // Generates a stylized SVG that suggests a kitchen/bath/basement scene // without trying to be photoreal. Designed to be REPLACED with real photos. const Photo = ({ kind = "kitchen", tone = "warm", src, alt = "", label }) => { if (src) { return (