demo-hero.svg 339 B

12345
  1. <svg xmlns="http://www.w3.org/2000/svg" width="800" height="600" viewBox="0 0 800 600">
  2. <rect width="800" height="600" fill="var(--bg-card)" />
  3. <circle cx="400" cy="300" r="100" fill="var(--primary-light)" opacity="0.2" />
  4. <text x="400" y="310" text-anchor="middle" font-size="24" fill="var(--text-muted)">Demo Content</text>
  5. </svg>