diff --git a/src/app/page.tsx b/src/app/page.tsx
index 01fa21d..fb9fd69 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,12 +30,9 @@ export default function LandingPage() {
@@ -43,27 +40,20 @@ export default function LandingPage() {
@@ -73,22 +63,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Forrúðuskipti", description: "Skiptum um allar gerðir rúða með vottuðum varahlutum.", imageSrc: "https://images.unsplash.com/photo-1605634526013-0570a2f778d1?auto=format&fit=crop&q=80&w=800"},
- {
- title: "Chip & Sprungur", description: "Viðgerð á litlum skemmdum áður en þær stækka.", imageSrc: "https://images.unsplash.com/photo-1594498652286-f6d2f36071ea?auto=format&fit=crop&q=80&w=800"},
- {
- title: "Leigubílaþjónusta", description: "Sérhæfðir í skjótri þjónustu fyrir leigubílstjóra.", imageSrc: "https://images.unsplash.com/photo-1583121274602-3e2820c66888?auto=format&fit=crop&q=80&w=800"},
- {
- title: "Speglaviðgerðir", description: "Viðgerðir á bílaspeglum og hliðarrúðum.", imageSrc: "https://images.unsplash.com/photo-1555617066-880017169f47?auto=format&fit=crop&q=80&w=800"},
- {
- title: "Þrif & Frágangur", description: "Fullkomin hreinsun eftir rúðuskipti.", imageSrc: "https://images.unsplash.com/photo-1601362840469-51e4d8d58785?auto=format&fit=crop&q=80&w=800"},
- {
- title: "Ráðgjöf", description: "Við metum tjónið hratt og örugglega.", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&q=80&w=800"},
+ { title: "Forrúðuskipti", description: "Skiptum um allar gerðir rúða með vottuðum varahlutum.", imageSrc: "https://images.unsplash.com/photo-1605634526013-0570a2f778d1?auto=format&fit=crop&q=80&w=800" },
+ { title: "Chip & Sprungur", description: "Viðgerð á litlum skemmdum áður en þær stækka.", imageSrc: "https://images.unsplash.com/photo-1594498652286-f6d2f36071ea?auto=format&fit=crop&q=80&w=800" },
+ { title: "Leigubílaþjónusta", description: "Sérhæfðir í skjótri þjónustu fyrir leigubílstjóra.", imageSrc: "https://images.unsplash.com/photo-1583121274602-3e2820c66888?auto=format&fit=crop&q=80&w=800" },
+ { title: "Speglaviðgerðir", description: "Viðgerðir á bílaspeglum og hliðarrúðum.", imageSrc: "https://images.unsplash.com/photo-1555617066-880017169f47?auto=format&fit=crop&q=80&w=800" },
+ { title: "Þrif & Frágangur", description: "Fullkomin hreinsun eftir rúðuskipti.", imageSrc: "https://images.unsplash.com/photo-1601362840469-51e4d8d58785?auto=format&fit=crop&q=80&w=800" },
+ { title: "Ráðgjöf", description: "Við metum tjónið hratt og örugglega.", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&q=80&w=800" },
]}
title="Okkar Þjónusta"
description="Við bjóðum upp á úrvals viðgerðarþjónustu fyrir allar gerðir bíla."
- animationType="slide-up"
/>
@@ -109,8 +92,7 @@ export default function LandingPage() {