Changes
This commit is contained in:
@@ -24,9 +24,12 @@ const DeliverySection = () => {
|
|||||||
<div className="w-10 h-10 mx-auto mb-3 rounded-full bg-primary/10 flex items-center justify-center">
|
<div className="w-10 h-10 mx-auto mb-3 rounded-full bg-primary/10 flex items-center justify-center">
|
||||||
<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 mb-1">
|
||||||
Samma dag varje vecka
|
Veckoleverans
|
||||||
</h3>
|
</h3>
|
||||||
|
<p className="text-muted-foreground text-sm">
|
||||||
|
Samma dag varje vecka
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Leveranstid */}
|
{/* Leveranstid */}
|
||||||
@@ -34,9 +37,12 @@ const DeliverySection = () => {
|
|||||||
<div className="w-10 h-10 mx-auto mb-3 rounded-full bg-primary/10 flex items-center justify-center">
|
<div className="w-10 h-10 mx-auto mb-3 rounded-full bg-primary/10 flex items-center justify-center">
|
||||||
<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 mb-1">
|
||||||
Levereras under dagtid
|
Dagtid
|
||||||
</h3>
|
</h3>
|
||||||
|
<p className="text-muted-foreground text-sm">
|
||||||
|
Levereras under dagtid
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user