diff --git a/src/app/page.tsx b/src/app/page.tsx index 535d1c2..3167fc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -159,41 +82,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Klippning", - description: "Professionell klippning anpassad efter din stil och hårtyp.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-face-mask-enjoying-hair-wash-hairdresser-s_637285-9006.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-washed_23-2148108811.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-plus-size-man-working-as-hairstylist_23-2150754689.jpg?_wi=3", - imageAlt: "haircut professional styling", + title: "Klippning", description: "Professionell klippning anpassad efter din stil och hårtyp.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-face-mask-enjoying-hair-wash-hairdresser-s_637285-9006.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-washed_23-2148108811.jpg" } }, { - title: "Styling & Färg", - description: "Allt från snygg styling till hållbara färgbehandlingar.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668444.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/hair-tool-assortment-sakura-blossoms_23-2148352917.jpg?_wi=2", - imageAlt: "haircut professional styling", + title: "Styling & Färg", description: "Allt från snygg styling till hållbara färgbehandlingar.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668444.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668433.jpg" } }, { - title: "Hela familjen", - description: "Vi välkomnar både barn, studenter och vuxna för en prisvärd frisörupplevelse.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319757.jpg?_wi=2", - imageAlt: "haircut professional styling", - }, + title: "Hela familjen", description: "Vi välkomnar både barn, studenter och vuxna för en prisvärd frisörupplevelse.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg" } + } ]} showStepNumbers={false} title="Våra tjänster" @@ -205,33 +104,14 @@ export default function LandingPage() { @@ -240,15 +120,7 @@ export default function LandingPage() { @@ -259,21 +131,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Var ligger ni?", - content: "Vi finns på Djurgårdsgatan 35 i Linköping.", - }, - { - id: "2", - title: "Hur bokar jag tid?", - content: "Ring oss på 013-12 20 29 för tidsbokning.", - }, - { - id: "3", - title: "Har ni drop-in?", - content: "Vi rekommenderar att du ringer oss för att se tillgänglighet.", - }, + { id: "1", title: "Var ligger ni?", content: "Vi finns på Djurgårdsgatan 35 i Linköping." }, + { id: "2", title: "Hur bokar jag tid?", content: "Ring oss på 013-12 20 29 för tidsbokning." }, + { id: "3", title: "Har ni drop-in?", content: "Vi rekommenderar att du ringer oss för att se tillgänglighet." } ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-bride-getting-ready_23-2149722037.jpg" title="Vanliga frågor" @@ -285,18 +145,11 @@ export default function LandingPage() {
@@ -304,31 +157,17 @@ export default function LandingPage() {