@@ -52,22 +40,14 @@ export default function LandingPage() {
@@ -77,26 +57,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Vårt arv i siffror"
metrics={[
- {
- icon: Award,
- label: "Års erfarenhet",
- value: "70+",
- },
- {
- icon: Calendar,
- label: "Dagar öppet",
- value: "7",
- },
- {
- icon: Scissors,
- label: "Salonger under ett tak",
- value: "2",
- },
- {
- icon: UserCheck,
- label: "Dropp-in välkommen",
- value: "Ja",
- },
+ { icon: Award, label: "Års erfarenhet", value: "70+" },
+ { icon: Calendar, label: "Dagar öppet", value: "7" },
+ { icon: Scissors, label: "Salonger under ett tak", value: "2" },
+ { icon: UserCheck, label: "Dropp-in välkommen", value: "Ja" },
]}
metricsAnimation="slide-up"
/>
@@ -111,38 +75,9 @@ export default function LandingPage() {
title="Vad våra kunder säger"
description="Här är några av de fina orden våra stammisar delat med sig av genom åren."
testimonials={[
- {
- id: "t1",
- name: "Maria L.",
- role: "Stammis",
- company: "Vällingby",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=1",
- },
- {
- id: "t2",
- name: "Johan P.",
- role: "Kund",
- company: "Vällingby",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg?_wi=1",
- },
- {
- id: "t3",
- name: "Sara B.",
- role: "Kund",
- company: "Hässelby",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/client-manicure-appointment-holding-hand-bowl_23-2149171320.jpg?_wi=1",
- },
- {
- id: "t4",
- name: "Erik S.",
- role: "Stammis",
- company: "Vällingby",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=2",
- },
+ { id: "t1", name: "Maria L.", role: "Stammis", company: "Vällingby", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/hairdresser-styling-hair-salon_23-2148705005.jpg" },
+ { id: "t2", name: "Johan P.", role: "Kund", company: "Vällingby", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/barber-cutting-hair-client_23-2148705012.jpg" },
+ { id: "t3", name: "Sara B.", role: "Kund", company: "Hässelby", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/woman-at-hair-salon_23-2148705003.jpg" },
]}
/>
@@ -156,38 +91,12 @@ export default function LandingPage() {
description="Kvalitet i varje detalj, tillgängligt för alla."
plans={[
{
- id: "p1",
- tag: "Populär",
- price: "650 kr",
- period: "från",
- description: "Klassisk klippning anpassad efter din stil.",
- button: {
- text: "Boka tid",
- href: "https://www.bokadirekt.se/",
- },
- featuresTitle: "Ingår",
- features: [
- "Tvätt & massage",
- "Skräddarsydd rådgivning",
- "Styling",
- ],
+ id: "p1", tag: "Populär", price: "650 kr", period: "från", description: "Klassisk klippning anpassad efter din stil.", button: { text: "Boka tid", href: "https://www.bokadirekt.se/" },
+ featuresTitle: "Ingår", features: ["Tvätt & massage", "Skräddarsydd rådgivning", "Styling"]
},
{
- id: "p2",
- tag: "Lyx",
- price: "1200 kr",
- period: "från",
- description: "Fullständig färgbehandling för en ny look.",
- button: {
- text: "Boka tid",
- href: "https://www.bokadirekt.se/",
- },
- featuresTitle: "Ingår",
- features: [
- "Färgning",
- "Inpackning",
- "Fön & Styling",
- ],
+ id: "p2", tag: "Lyx", price: "1200 kr", period: "från", description: "Fullständig färgbehandling för en ny look.", button: { text: "Boka tid", href: "https://www.bokadirekt.se/" },
+ featuresTitle: "Ingår", features: ["Färgning", "Inpackning", "Fön & Styling"]
},
]}
/>
@@ -196,9 +105,7 @@ export default function LandingPage() {