feat: complete Bildirchin Quail Farm web app with wholesale & retail system

This commit is contained in:
Antigravity Bot
2026-08-30 21:56:25 +03:30
parent 53e5c055ea
commit d44b57080a
57 changed files with 4440 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="100%" height="100%">
<rect width="400" height="300" rx="16" fill="#fffbeb"/>
<!-- Bag / Sack -->
<path d="M 130 80 L 270 80 L 285 240 L 115 240 Z" fill="#d97706" stroke="#92400e" stroke-width="3"/>
<!-- Bag Fold Top -->
<rect x="120" y="65" width="160" height="25" rx="6" fill="#b45309"/>
<!-- Stitching line -->
<path d="M 125 78 L 275 78" stroke="#fef3c7" stroke-dasharray="6,4" stroke-width="2"/>
<!-- Label on bag -->
<rect x="145" y="110" width="110" height="90" rx="8" fill="#ffffff" stroke="#b45309" stroke-width="2"/>
<text x="200" y="135" font-size="12" font-family="sans-serif" font-weight="bold" fill="#92400e" text-anchor="middle">خوراک بلدرچین</text>
<text x="200" y="155" font-size="10" font-family="sans-serif" font-weight="bold" fill="#16a34a" text-anchor="middle">پروتئین ۲۴٪</text>
<text x="200" y="180" font-size="14" font-family="sans-serif" font-weight="bold" fill="#d97706" text-anchor="middle">۲۵ KG</text>
<!-- Pellets scattered -->
<ellipse cx="295" cy="235" rx="6" ry="3" fill="#78350f"/>
<ellipse cx="310" cy="240" rx="7" ry="4" fill="#92400e"/>
<ellipse cx="320" cy="230" rx="5" ry="3" fill="#78350f"/>
<ellipse cx="300" cy="245" rx="6" ry="3" fill="#b45309"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB