import React from 'react'; import HoryungMascot from './HoryungMascot'; export default function HoryungQuote({ pose = 'thinking', text }) { if (!text) return null; return (