fix: correct Polish flag colors and update delivery minimums

- Fix Polish flag SVG: swap stripe order to white-top, red-bottom (correct Polish flag)
- Update Worcester County delivery minimums on /delivery page:
  - Add 150 gallon minimum for Paxton (separate entry)
  - Consolidate 125 gallon minimum: Worcester, Sutton, Millbury, Grafton, Spencer
  - Remove redundant standalone Worcester line
This commit is contained in:
2026-03-12 17:09:06 -04:00
parent 4a0725e5be
commit 91df8c20ea
2 changed files with 3 additions and 3 deletions

View File

@@ -203,7 +203,7 @@
<span>Sat Closed | Sun Closed</span> <span>Sat Closed | Sun Closed</span>
</div> </div>
<div class="flex items-center"> <div class="flex items-center">
<svg class="w-4 h-4 mr-2" viewBox="0 0 20 20"><rect width="20" height="10" fill="#DC143C"/><rect width="20" height="10" y="10" fill="#FFFFFF"/></svg> <svg class="w-4 h-4 mr-2" viewBox="0 0 20 20"><rect width="20" height="10" fill="#FFFFFF"/><rect width="20" height="10" y="10" fill="#DC143C"/></svg>
<span>mówimy po polsku</span> <span>mówimy po polsku</span>
</div> </div>
</div> </div>

View File

@@ -78,8 +78,8 @@
<div class="col-span-12 font-bold text-xl text-blue-oil"> <div class="col-span-12 font-bold text-xl text-blue-oil">
Worcester County Worcester County
</div> </div>
<div class="col-span-12 text-lg"> <div class="col-span-12 text-lg">
<ul>125 Gallon Minimum to Worcester </ul> <ul>150 Gallon Minimum to Paxton </ul>
<ul>125 Gallon Minimum to Worcester, Sutton, Millbury, Grafton and Spencer </ul> <ul>125 Gallon Minimum to Worcester, Sutton, Millbury, Grafton and Spencer </ul>
<ul>100 Gallon Minimum to any other town </ul> <ul>100 Gallon Minimum to any other town </ul>
</div> </div>