Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-07 14:52:04 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
title="Atelier för tidlös elegans"
description="Upplev framtidens frisörkonst i hjärtat av staden. Vi kombinerar skandinavisk minimalism med parisisk lyx för en oförglömlig upplevelse."
buttons={[{ text: "Boka din tid", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500998.jpg"
imageSrc="http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500998.jpg?_wi=1"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", alt: "Karin" },
@@ -82,11 +82,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ title: "Klippning", description: "Precision och stil anpassad efter dig.", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-holding-cone_23-2149872238.jpg", buttonIcon: Scissors },
{ title: "Klippning", description: "Precision och stil anpassad efter dig.", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-holding-cone_23-2149872238.jpg?_wi=1", buttonIcon: Scissors },
{ title: "Färgning", description: "Skräddarsydda färgnyanser av högsta kvalitet.", imageSrc: "http://img.b2bpic.net/free-photo/comb-skincare-supplies_23-2147710689.jpg", buttonIcon: Palette },
{ title: "Skägg", description: "Klassisk barbering för det perfekta skägget.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313026.jpg", buttonIcon: Zap },
{ title: "Hårvård", description: "Djupverkande behandlingar för maximal lyster.", imageSrc: "http://img.b2bpic.net/free-photo/spray-bottle-hair-tools_23-2148352897.jpg", buttonIcon: Sparkles },
{ title: "Brud", description: "Håruppsättningar för din stora dag.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-making-hairstyle-brunette-woman-beauty-salon_176420-4471.jpg", buttonIcon: Award },
{ title: "Brud", description: "Håruppsättningar för din stora dag.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-making-hairstyle-brunette-woman-beauty-salon_176420-4471.jpg?_wi=1", buttonIcon: Award },
{ title: "Herr", description: "Moderna snitt för den kräsne herren.", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", buttonIcon: Shield },
]}
title="Våra Tjänster"
@@ -100,9 +100,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "basic", title: "Essential", price: "890 kr", period: "från", features: ["Klippning", "Tvätt", "Styling"], button: { text: "Boka" }, imageSrc: "http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500998.jpg", imageAlt: "luxury dark salon interior" },
{ id: "basic", title: "Essential", price: "890 kr", period: "från", features: ["Klippning", "Tvätt", "Styling"], button: { text: "Boka" }, imageSrc: "http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500998.jpg?_wi=2", imageAlt: "luxury dark salon interior" },
{ id: "pro", title: "Populärast", price: "1 490 kr", period: "från", features: ["Klippning", "Färgning", "Behandling", "Extra glans"], button: { text: "Välj denna" }, imageSrc: "http://img.b2bpic.net/free-photo/golden-palm-leaves-background_53876-98350.jpg", imageAlt: "luxury boutique interior salon" },
{ id: "luxury", title: "Brud & Fest", price: "2 200 kr", period: "från", features: ["Konsultation", "Uppsättning", "Make-up bas"], button: { text: "Boka" }, imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-holding-cone_23-2149872238.jpg", imageAlt: "hair styling tools luxury" },
{ id: "luxury", title: "Brud & Fest", price: "2 200 kr", period: "från", features: ["Konsultation", "Uppsättning", "Make-up bas"], button: { text: "Boka" }, imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-holding-cone_23-2149872238.jpg?_wi=2", imageAlt: "hair styling tools luxury" },
]}
title="Prislista"
description="Lyx behöver inte kosta en förmögenhet."
@@ -157,7 +157,7 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Telefonnummer" },
]}
textarea={{ name: "message", placeholder: "Vad vill du boka?", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/female-hairdresser-making-hairstyle-brunette-woman-beauty-salon_176420-4471.jpg"
imageSrc="http://img.b2bpic.net/free-photo/female-hairdresser-making-hairstyle-brunette-woman-beauty-salon_176420-4471.jpg?_wi=2"
/>
</div>