OUR SERVICES

A treatment, a
Masterpiece



Full Get Set

Full extension and UV gel application for long-lasting, strong nails.

             From 55$



Custom Nail Art

Unique designs crafted to your wishes and inspirations.

            FROM 70$



Baby Boomer & Ombré

The perfect gradient, from the softest base to the most luminous tip.

            FROM 70$



French Manicure

The timeless classic reimagined with a modern and elegant twist.

             From 55$



Semi-Permanent

Long-lasting colour with mirror or matte finish to suit your style.

             From 50$



Tips & Capsules

Application of natural tips for a natural and long-lasting result.

             From 55$


OUR GALLERY

Our creations

Every set of nails is a unique work of art

Book your Appointment

BOOK NOW

Ready for your dream nails?

Tayou Nails

PREMIUM STUDIO

© 2026 Tayou Nails · All rights reserved

Services

mport { Link } from “react-router-dom”; import { createPageUrl } from “@/utils”; import { useState, useEffect } from “react”; export default function Layout({ children, currentPageName }) { const [scrolled, setScrolled] = useState(false); const [menuOpen, setMenuOpen] = useState(false); useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 40); window.addEventListener(“scroll”, onScroll); return () => window.removeEventListener(“scroll”, onScroll); }, []); return (
{/* NAV */} {/* Page content */}
{children}
{/* FOOTER */}

Tayou Nails

Premium Studio

© {new Date().getFullYear()} Tayou Nails · All rights reserved

Made with love & care ✦

); }
Scroll to Top