// mockups.jsx — phone mockups, store cards, decorative SVG bits // Phone shell that wraps content as if it's an iOS device const Phone = ({ children, width = 280, accent = '#ED1B3C', shadow = true, style = {} }) => { const height = Math.round(width * 2.05); return (