Merge version_7 into main

Merge version_7 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-06-02 19:52:46 +00:00

View File

@@ -106,6 +106,11 @@ export default function LandingPage() {
id: "service-5", label: "TREATMENTS", title: "Therapeutic Nail Care", items: [
"Paraffin wax treatment for deep hydration", "Callus treatment for smoother feet", "Nail strengthening solutions"],
},
{
id: "service-6", label: "NAIL ENHANCEMENT", title: "Nail Enhancement Services", items: [
"Acrylic Nails (Full Set: C$50+, Refill: C$35+)", "Solar/UV Nails (Full Set: C$55+, Refill: C$40+)", "Bio Gel Nails (Full Set: C$60+, Refill: C$45+)", "Shellac Color Add On (C$10)", "Nail Removal (C$15+)", "Nail Repair (C$8+)", "Design (C$7+)", "3 Different Colors (C$5)", "Ombre Full Set (C$60+)", "Ombre Refill (C$45+)", "Change Shape (C$5)", "Polish Change on Fake Nails (C$15)", "Ombré New Set with Solar Powder (C$75+)", "Ombré Refill with Solar Powder (C$55+)"
]
}
]}
title="Indulge in Our Signature Services"
description="Discover a world of nail care crafted to perfection, designed to leave you feeling polished and radiant."
@@ -287,4 +292,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}