diff --git a/src/app/page.tsx b/src/app/page.tsx
index d75c0a0..fc6a6db 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -48,13 +48,16 @@ export default function LandingPage() {
@@ -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() {
);
-}
+}
\ No newline at end of file