From f2ecf3bdc9543f2265014d0896166ba841c292d1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 19:52:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c19682..70f0d08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file