Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4df458f957 | |||
| 11c6c466d2 | |||
| 8e4bd6d06c | |||
| 8608fe97d4 | |||
| 1f6569281a | |||
| f2ecf3bdc9 | |||
| 7d34ceef0e |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user