Merge version_1 into main #3
@@ -53,21 +53,21 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna Svensson", handle: "@anna_l", testimonial: "Fantastisk service och alltid så nöjd med min färg!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-blonde-woman-getting-hair-washed_23-2148332478.jpg", imageAlt: "hair salon interior professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-blonde-woman-getting-hair-washed_23-2148332478.jpg?_wi=1", imageAlt: "hair salon interior professional"},
|
||||
{
|
||||
name: "Erik Larsson", handle: "@erik_l", testimonial: "Riktigt bra frisör, proffsigt bemötande.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg", imageAlt: "hair salon interior professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg?_wi=1", imageAlt: "hair salon interior professional"},
|
||||
{
|
||||
name: "Maria Berg", handle: "@m_berg", testimonial: "Känner mig alltid fin när jag går härifrån.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-from-sleepmask-dressed-domestic-wear-has-happy-smile-face-enjoys-good-morning-feels-refreshed-after-nap-poses-pink_273609-54576.jpg", imageAlt: "hair salon interior professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-from-sleepmask-dressed-domestic-wear-has-happy-smile-face-enjoys-good-morning-feels-refreshed-after-nap-poses-pink_273609-54576.jpg?_wi=1", imageAlt: "hair salon interior professional"},
|
||||
{
|
||||
name: "Johan Holm", handle: "@j_holm", testimonial: "Hög kvalitet och god stämning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-dried_23-2148108866.jpg", imageAlt: "hair salon interior professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-dried_23-2148108866.jpg?_wi=1", imageAlt: "hair salon interior professional"},
|
||||
{
|
||||
name: "Sara Lind", handle: "@sara_l", testimonial: "Bästa salongen i Linköping!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg", imageAlt: "hair salon interior professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg?_wi=1", imageAlt: "hair salon interior professional"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-blonde-woman-getting-hair-washed_23-2148332478.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-blonde-woman-getting-hair-washed_23-2148332478.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
description="Live-Life Salong strävar efter att erbjuda en avkopplande upplevelse kombinerat med högkvalitativt hantverk."
|
||||
subdescription="Vi brinner för hårvård och håller oss ständigt uppdaterade med de senaste trenderna."
|
||||
icon={Scissors}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -116,13 +116,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Färgning", description: "Professionell färgning och toning.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-from-sleepmask-dressed-domestic-wear-has-happy-smile-face-enjoys-good-morning-feels-refreshed-after-nap-poses-pink_273609-54576.jpg", buttonIcon: Palette,
|
||||
title: "Färgning", description: "Professionell färgning och toning.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-from-sleepmask-dressed-domestic-wear-has-happy-smile-face-enjoys-good-morning-feels-refreshed-after-nap-poses-pink_273609-54576.jpg?_wi=2", buttonIcon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Hårstyling", description: "Styling för vardag och fest.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-dried_23-2148108866.jpg", buttonIcon: Sparkles,
|
||||
title: "Hårstyling", description: "Styling för vardag och fest.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-dried_23-2148108866.jpg?_wi=2", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Klippning", description: "Moderna klippningar för dam och herr.", imageSrc: "http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg", buttonIcon: Scissors,
|
||||
title: "Klippning", description: "Moderna klippningar för dam och herr.", imageSrc: "http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg?_wi=2", buttonIcon: Scissors,
|
||||
},
|
||||
{
|
||||
title: "Behandlingar", description: "Vårdande behandlingar för hälsosamt hår.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230924.jpg", buttonIcon: Heart,
|
||||
|
||||
Reference in New Issue
Block a user