This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:53:11 +00:00
parent a684f42524
commit b44eafb543
+2 -2
View File
@@ -25,7 +25,7 @@ const DeliverySection = () => {
<Clock className="w-5 h-5 text-primary" /> <Clock className="w-5 h-5 text-primary" />
</div> </div>
<h3 className="font-display text-base md:text-lg font-semibold"> <h3 className="font-display text-base md:text-lg font-semibold">
Veckoleverans Samma dag varje vecka
</h3> </h3>
</div> </div>
@@ -35,7 +35,7 @@ const DeliverySection = () => {
<Truck className="w-5 h-5 text-primary" /> <Truck className="w-5 h-5 text-primary" />
</div> </div>
<h3 className="font-display text-base md:text-lg font-semibold"> <h3 className="font-display text-base md:text-lg font-semibold">
Dagtid Levereras under dagtid
</h3> </h3>
</div> </div>
</div> </div>