feat: add product image placeholder SVG

This commit is contained in:
2026-03-29 07:28:40 -04:00
parent eb1dfef7b7
commit 05a4ad2720
+21
View File
@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 3" preserveAspectRatio="xMidYMid meet">
<rect width="4" height="3" fill="#27272a"/>
<text
x="2"
y="1.35"
font-family="system-ui, sans-serif"
font-size="0.28"
fill="#71717a"
text-anchor="middle"
dominant-baseline="middle"
>Image</text>
<text
x="2"
y="1.75"
font-family="system-ui, sans-serif"
font-size="0.28"
fill="#71717a"
text-anchor="middle"
dominant-baseline="middle"
>Coming Soon</text>
</svg>

After

Width:  |  Height:  |  Size: 519 B