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
@@ -0,0 +1,17 @@
<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="#f0fdf4"/>
<circle cx="200" cy="150" r="100" fill="#dcfce7"/>
<!-- Single Large Fertile Egg -->
<ellipse cx="200" cy="150" rx="65" ry="90" fill="#fef3c7" stroke="#b45309" stroke-width="3"/>
<!-- Natural Spots -->
<circle cx="180" cy="120" r="5" fill="#78350f"/>
<circle cx="215" cy="135" r="7" fill="#78350f"/>
<circle cx="170" cy="160" r="6" fill="#78350f"/>
<circle cx="225" cy="175" r="4" fill="#78350f"/>
<circle cx="195" cy="190" r="8" fill="#78350f"/>
<circle cx="160" cy="130" r="3" fill="#78350f"/>
<circle cx="230" cy="110" r="3" fill="#78350f"/>
<!-- Hatching Sparkles -->
<path d="M 280 80 L 290 100 L 310 110 L 290 120 L 280 140 L 270 120 L 250 110 L 270 100 Z" fill="#16a34a" opacity="0.8"/>
<text x="200" y="270" font-size="14" font-weight="bold" font-family="sans-serif" fill="#15803d" text-anchor="middle">هچ بالای ۸۵٪ - نطفه‌دار تضمینی</text>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB