Merge version_10_1782114096259 into main #10

Merged
bender merged 1 commits from version_10_1782114096259 into main 2026-06-22 07:43:48 +00:00

View File

@@ -1,65 +1,17 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "pricing" section.
// Created by add_section_from_catalog (ProductVariantCards).
import React from 'react';
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import ProductVariantCards from '@/components/sections/product/ProductVariantCards';
export default function PricingSection(): React.JSX.Element {
return (
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingHighlightedCards
tag="Investment"
title="Selected Services"
plans={[
{
tag: "Essentials",
price: "40€",
description: "Classic Manicure",
features: [
"Nail shaping",
"Cuticle work",
"Natural buffing",
],
primaryButton: {
text: "Book",
href: "#contact",
},
},
{
tag: "Signature",
price: "70€",
description: "Gel Polish Fill",
features: [
"Refill process",
"Shape correction",
"High-gloss finish",
],
highlight: "Most Popular",
primaryButton: {
text: "Book",
href: "#contact",
},
},
{
tag: "Premium",
price: "95€",
description: "Long Extensions",
features: [
"Full set creation",
"Length extension",
"Custom shaping",
],
primaryButton: {
text: "Book",
href: "#contact",
},
},
]}
description="Transparent pricing for our signature treatments."
/>
</SectionErrorBoundary>
</div>
<div data-webild-section="pricing" id="pricing">
<ProductVariantCards
products={[{"variant":"Gel polish new","name":"Geelilakkaus uudet","imageSrc":"https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&q=80&w=800","price":"alk. 60€"},{"imageSrc":"https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&q=80&w=800","price":"alk. 80€","variant":"Hard gel fill","name":"Rakennekynnet huolto"},{"price":"alk. 70€","imageSrc":"https://images.unsplash.com/photo-1519014816548-bf5fe059e98b?auto=format&fit=crop&q=80&w=800","variant":"Gel polish fill","name":"Geelilakkaus huolto"},{"imageSrc":"https://images.unsplash.com/photo-1516975080661-422fc2f4f6ce?auto=format&fit=crop&q=80&w=800","price":"alk. 85€","variant":"New set tip","name":"Rakennekynnet uudet"},{"price":"alk. 30€","imageSrc":"https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&q=80&w=800","name":"Geelilakkaus poisto","variant":"Gel polish remove"},{"imageSrc":"https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&q=80&w=800","price":"alk. 95€","variant":"Long extensions","name":"Rakennekynnet uudet (Pitkät)"},{"price":"30€","imageSrc":"https://images.unsplash.com/photo-1519014816548-bf5fe059e98b?auto=format&fit=crop&q=80&w=800","name":"Extension remove","variant":"Removing gel, shaping"},{"variant":"Shape, deep cleaning cuticle, shine, cream","name":"Manicure","price":"40€","imageSrc":"https://images.unsplash.com/photo-1516975080661-422fc2f4f6ce?auto=format&fit=crop&q=80&w=800"},{"variant":"Exfoliation, massage, scrub, hand cream","name":"Spa Manicure","price":"alk. 60€","imageSrc":"https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&q=80&w=800"},{"price":"60€","imageSrc":"https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&q=80&w=800","variant":"Geelilakkaus Uudet","name":"Wedding Nails"},{"imageSrc":"https://images.unsplash.com/photo-1519014816548-bf5fe059e98b?auto=format&fit=crop&q=80&w=800","price":"85€","variant":"Rakennekynnet uudet","name":"Wedding Nails"},{"imageSrc":"https://images.unsplash.com/photo-1516975080661-422fc2f4f6ce?auto=format&fit=crop&q=80&w=800","price":"5€","name":"Nail repair","variant":"Kynnen korjaus"},{"imageSrc":"https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&q=80&w=800","price":"10€","variant":"Add-on","name":"Hailey Bieber Nails"},{"price":"20€","imageSrc":"https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&q=80&w=800","variant":"All fingers","name":"French, ombre, design"},{"imageSrc":"https://images.unsplash.com/photo-1519014816548-bf5fe059e98b?auto=format&fit=crop&q=80&w=800","price":"15€","name":"Removal of old gel","variant":"Add-on"}]}
title="Services & Pricing"
tag="Pricing"
description="I choose to work only with high quality products. Note: If you currently have acrylic made elsewhere, I cant remove it because I dont have the corresponding machine."
/>
</div>
);
}