diff --git a/src/pages/PricingPage.tsx b/src/pages/PricingPage.tsx index 35a5724..1ef2598 100644 --- a/src/pages/PricingPage.tsx +++ b/src/pages/PricingPage.tsx @@ -1,117 +1,43 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import PricingSplitCards from "@/components/sections/pricing/PricingSplitCards"; -import PricingSimpleCards from "@/components/sections/pricing/PricingSimpleCards"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import AvatarGroup from "@/components/ui/AvatarGroup"; +import { Check } from "lucide-react"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; export default function PricingPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Book Now", href: "/contact" }} - /> - - - -
- -
- - - - - - -
+ <> +

Service Menu

+

Services & Pricing

Natural Care

From €65per session

Enhance your natural nails with our strengthening gel overlays and meticulous cuticle care.

Included Services

Japanese manicure techniques
+
Strengthening gel overlay
+
Precision cuticle care
+
Custom color application
+
Nourishing oil treatment
+

Extensions

From €95per session

Flawless, durable nail extensions crafted with architectural precision for a natural look.

Included Services

Custom length and shape
+
Architectural gel building
+
Seamless cuticle blending
+
Minimalist art options
+
Long-lasting finish
+

Bridal

From €120per session

Bespoke nail artistry designed to complement your special day with serene elegance.

Included Services

In-depth consultation
+
Trial session available
+
Intricate minimalist art
+
Premium gel products
+
Relaxing hand massage
+

Services

Gel Manicure

From €65A gentle, long-lasting gel application focusing on natural nail health.
Detailed cuticle care
+
Strengthening base coat
+
Flawless color application
+
Nourishing oil finish
+

Extensions

From €95Precision-sculpted extensions for elegant length and perfect structure.
Custom form fitting
+
Architectural shaping
+
Minimalist finish
+
Up to 4 weeks wear
+

Wedding Nails

From €120Bespoke nail artistry for your most important day, tailored to your style.
In-depth consultation
+
Custom color mixing
+
Delicate nail art
+
Premium care products
+ ); -} \ No newline at end of file +}