Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -48,13 +48,16 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Eksklusiv Hårpleie, Klassisk Stil."
|
||||
description="Opplev det beste innen herreklipp, skjeggtrim og styling i en avslappet og luksuriøs atmosfære. Rad Frisør er din destinasjon for et skreddersydd resultat."
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Se Våre Tjenester", href: "#tjenester" },
|
||||
{ text: "Finn Oss", href: "#kontakt" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94772.jpg"
|
||||
imageAlt="Profesjonell frisør som klipper en mann"
|
||||
mediaAnimation="blur-reveal"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="om-oss" data-section="om-oss" className="mx-auto px-4 md:px-6">
|
||||
@@ -81,7 +84,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-preparation-beautiful-happy-bride-dresses-earrings-before-wedding_8353-5812.jpg", imageAlt: "Barber som styler en manns hår"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -105,7 +108,7 @@ export default function LandingPage() {
|
||||
features: ["Skjeggforming og trimming", "Varm handklebehandling", "Fuktighetspleie", "Styling med skjeggprodukter"]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -162,7 +165,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
carouselMode="auto"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -182,7 +186,7 @@ export default function LandingPage() {
|
||||
id: "customers", value: "1000+", title: "Fornøyde Kunder", description: "Vi har hatt gleden av å style og klippe tusenvis av menn.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", imageAlt: "Gulltrofé"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -215,4 +219,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user