// site/widget-mock.jsx — small Setly widget mockups for use in features + lockscreen function WidgetTrend({ surface = "clay" }) { const sColor = { hard: "#4E98FF", clay: "#FF6B30", grass: "#5AE860", indoor: "#A78BFA" }[surface]; return (