Changes
This commit is contained in:
@@ -24,12 +24,9 @@ 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 mb-1">
|
<h3 className="font-display text-base md:text-lg font-semibold">
|
||||||
Veckoleverans
|
Veckoleverans
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-muted-foreground text-sm">
|
|
||||||
Samma dag varje vecka – ni väljer vilken dag som passar er bäst.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Leveranstid */}
|
{/* Leveranstid */}
|
||||||
@@ -37,12 +34,9 @@ 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 mb-1">
|
<h3 className="font-display text-base md:text-lg font-semibold">
|
||||||
Dagtid
|
Dagtid
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-muted-foreground text-sm">
|
|
||||||
Leverans under kontorstid. Meddela oss om ni har särskilda önskemål.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -176,12 +176,6 @@ const PlansSection = () => {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Satisfaction guarantee */}
|
|
||||||
<div className="mt-8 md:mt-12 text-center">
|
|
||||||
<p className="font-display text-sm md:text-xl italic text-muted-foreground">
|
|
||||||
Alltid med fullständig nöjdhetsgaranti
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user