Compress delivery section and remove guarantee text

Removed the extra descriptions from Veckoleverans and Dagtid in DeliverySection, and deleted the "Alltid med fullständig nöjdhetsgaranti" line from PlansSection. Simplified headers styling accordingly.

X-Lovable-Edit-ID: edt-7f8f8ba4-4228-4ee1-890c-d43bffe479b0
This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:52:41 +00:00
2 changed files with 2 additions and 14 deletions
+2 -8
View File
@@ -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>
-6
View File
@@ -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>