Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-07 16:10:41 +00:00

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
plans={[
{ id: "1", title: "Gel Manicure", price: "790 kr", period: "approx 90min", features: ["Nail shaping", "Cuticle care", "Gel polish"], button: { text: "Book now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-manicure-flower-close-up_23-2149311591.jpg", imageAlt: "Beautiful manicure and flower close up" },
@@ -173,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}