From 3ed8d43b8bcc72b3d3cbdf1a2168cffc1065eed6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:09:54 +0000 Subject: [PATCH] =?UTF-8?q?Update=20src/app/tj=C3=A4nster/page.tsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/tjänster/page.tsx | 112 +++++++++----------------------------- 1 file changed, 26 insertions(+), 86 deletions(-) diff --git a/src/app/tjänster/page.tsx b/src/app/tjänster/page.tsx index 22aa596..f006a23 100644 --- a/src/app/tjänster/page.tsx +++ b/src/app/tjänster/page.tsx @@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Palette, Scissors } from "lucide-react"; -export default function LandingPage() { +export default function TjänsterPage() { return ( @@ -54,54 +42,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Klippning", - description: "Från snagg till avancerad långhårsklippning.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=3", + id: "f1", title: "Klippning", description: "Från snagg till avancerad långhårsklippning.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg", imageAlt: "luxury salon dark interior golden details" }, items: [ - { - icon: Scissors, - text: "Herrklippning", - }, - { - icon: Scissors, - text: "Damklippning", - }, - { - icon: Scissors, - text: "Ungdomsklippning", - }, + { icon: Scissors, text: "Herrklippning" }, + { icon: Scissors, text: "Damklippning" }, + { icon: Scissors, text: "Ungdomsklippning" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg?_wi=3", - imageAlt: "luxury salon dark interior golden details", + reverse: false }, { - id: "f2", - title: "Färg & Styling", - description: "Allt från balayage till permanent.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg?_wi=2", + id: "f2", title: "Färg & Styling", description: "Allt från balayage till permanent.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg", imageAlt: "professional haircut salon tools" }, items: [ - { - icon: Palette, - text: "Slingor & Balayage", - }, - { - icon: Palette, - text: "Färgbehandlingar", - }, - { - icon: Palette, - text: "Styling & Fön", - }, + { icon: Palette, text: "Slingor & Balayage" }, + { icon: Palette, text: "Färgbehandlingar" }, + { icon: Palette, text: "Styling & Fön" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=4", - imageAlt: "professional haircut salon tools", + reverse: true }, ]} title="Våra Tjänster" @@ -119,47 +79,27 @@ export default function LandingPage() { description="Vi kombinerar modern teknik med gediget hantverk." features={[ { - title: "Precision", - description: "Varje klippning utförs med högsta precision för en hållbar look.", - imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=5", - }, + title: "Precision", description: "Varje klippning utförs med högsta precision för en hållbar look.", imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg"}, { - title: "Kreativitet", - description: "Våra stylister älskar att experimentera med färg och form.", - imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg?_wi=3", - }, + title: "Kreativitet", description: "Våra stylister älskar att experimentera med färg och form.", imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg"}, ]} />