Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8608fe97d4 | |||
| f2ecf3bdc9 | |||
| 7d34ceef0e | |||
| 57d237d4a0 | |||
| d6f3a1db40 | |||
| 399a112430 | |||
| e558593902 | |||
| 60e778f72a | |||
| 928a80bf1f |
@@ -106,6 +106,11 @@ export default function LandingPage() {
|
|||||||
id: "service-5", label: "TREATMENTS", title: "Therapeutic Nail Care", items: [
|
id: "service-5", label: "TREATMENTS", title: "Therapeutic Nail Care", items: [
|
||||||
"Paraffin wax treatment for deep hydration", "Callus treatment for smoother feet", "Nail strengthening solutions"],
|
"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"
|
title="Indulge in Our Signature Services"
|
||||||
description="Discover a world of nail care crafted to perfection, designed to leave you feeling polished and radiant."
|
description="Discover a world of nail care crafted to perfection, designed to leave you feeling polished and radiant."
|
||||||
@@ -173,9 +178,36 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "design", badge: "Enhancement", price: "C$7+", subtitle: "15 min (starting price)", features: ["Custom hand-painted nail art", "Price varies by complexity and detail"],
|
id: "design", badge: "Enhancement", price: "C$7+", subtitle: "15 min (starting price)", features: ["Custom hand-painted nail art", "Price varies by complexity and detail"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "classic-pedicure", badge: "Foot Care", price: "C$37", subtitle: "30 min", features: ["Basic foot soak", "Nail shaping", "Cuticle care", "Massage", "Regular polish finish"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "deluxe-pedicure", badge: "Foot Care", price: "C$60", subtitle: "60 min", features: ["Classic Pedicure + exfoliation", "Callus removal", "Extended massage", "Hot towel treatment", "Choice of regular polish"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "deluxe-pedicure-shellac", badge: "Foot Care", price: "C$68", subtitle: "60 min", features: ["Deluxe Pedicure + Shellac polish application"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "toe-buff-polish", badge: "Foot Care", price: "C$15", subtitle: "15 min", features: ["Quick buff and regular polish for toes"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "shellac-polish-foot", badge: "Foot Care", price: "C$25", subtitle: "15 min", features: ["Shellac polish application for toes (no pedicure)"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "french-shellac-pedicure", badge: "Foot Care", price: "C$52", subtitle: "45 min", features: ["Shellac Pedicure with classic French tips"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "paraffin-treatment-foot", badge: "Foot Care", price: "C$15", subtitle: "15 min", features: ["Deep moisturizing paraffin wax treatment for feet"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "shellac-pedicure", badge: "Foot Care", price: "C$48", subtitle: "45 min", features: ["Nail shaping", "Cuticle care", "Shellac polish application for toes"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "sugar-scrub-foot", badge: "Foot Care", price: "C$5", subtitle: "15 min", features: ["Invigorating sugar scrub exfoliation for feet"]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
title="Our Services & Pricing"
|
title="Our Services & Pricing"
|
||||||
description="Explore our detailed list of hand care, dipping, and nail enhancement services with transparent pricing."
|
description="Explore our detailed list of hand care, dipping, nail enhancement, and foot care services with transparent pricing."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -260,4 +292,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #fafffb;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #1b0c25;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #1b0c25;
|
--primary-cta: #0a705f;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #fafffb;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1b0c25;
|
--secondary-cta-text: #001a0a;
|
||||||
--accent: #ff93e4;
|
--accent: #a8d9be;
|
||||||
--background-accent: #e8a8c3;
|
--background-accent: #6bbfb8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user