4 Commits

Author SHA1 Message Date
11c6c466d2 Update theme colors 2026-06-02 20:09:26 +00:00
8608fe97d4 Update theme colors 2026-06-02 20:09:21 +00:00
f2ecf3bdc9 Update src/app/page.tsx 2026-06-02 19:52:40 +00:00
7d34ceef0e Merge version_6 into main
Merge version_6 into main
2026-06-02 19:50:18 +00:00
2 changed files with 13 additions and 8 deletions

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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--background: #e3deea;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);