From 7c50604ff7e3f60433a51cf282915ada27b6178c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 08:49:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 80 ++++++++++++++++-------------------------------- 1 file changed, 26 insertions(+), 54 deletions(-) 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() { @@ -109,8 +92,7 @@ export default function LandingPage() { @@ -123,12 +105,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "1", value: "1️⃣", description: "Hringdu í 571 1133"}, - { - id: "2", value: "2️⃣", description: "Komdu með bílinn á Dalveg"}, - { - id: "3", value: "3️⃣", description: "Ektu á braut með fullkomna rúðu"}, + { id: "1", value: "1️⃣", description: "Hringdu í 571 1133" }, + { id: "2", value: "2️⃣", description: "Komdu með bílinn á Dalveg" }, + { id: "3", value: "3️⃣", description: "Ektu á braut með fullkomna rúðu" }, ]} title="Hvernig virkar þetta?" description="Einfalt ferli til að fá þér fullkomna rúðu." @@ -138,16 +117,13 @@ export default function LandingPage() {
@@ -157,18 +133,14 @@ export default function LandingPage() { columns={[ { title: "Bílrúðumeistarinn", items: [ - { - label: "Dalvegur 18, Kópavogur", href: "#"}, - { - label: "Sími: 571 1133", href: "tel:5711133"}, + { label: "Dalvegur 18, Kópavogur", href: "#" }, + { label: "Sími: 571 1133", href: "tel:5711133" }, ], }, { title: "Tenglar", items: [ - { - label: "Bóka tíma", href: "#contact"}, - { - label: "Þjónusta", href: "#services"}, + { label: "Bóka tíma", href: "#contact" }, + { label: "Þjónusta", href: "#services" }, ], }, ]}