16 Commits

Author SHA1 Message Date
4df458f957 Merge version_9 into main
Merge version_9 into main
2026-06-02 20:09:29 +00:00
11c6c466d2 Update theme colors 2026-06-02 20:09:26 +00:00
8e4bd6d06c Merge version_8 into main
Merge version_8 into main
2026-06-02 20:09:24 +00:00
8608fe97d4 Update theme colors 2026-06-02 20:09:21 +00:00
1f6569281a Merge version_7 into main
Merge version_7 into main
2026-06-02 19:52:46 +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
57d237d4a0 Update src/app/page.tsx 2026-06-02 19:50:15 +00:00
d6f3a1db40 Merge version_5 into main
Merge version_5 into main
2026-06-02 19:46:30 +00:00
6549069709 Update theme fonts 2026-06-02 19:46:24 +00:00
23981f5c3c Update theme fonts 2026-06-02 19:46:24 +00:00
399a112430 Merge version_5 into main
Merge version_5 into main
2026-06-02 19:43:32 +00:00
e107244a9e Update theme colors 2026-06-02 19:43:29 +00:00
e558593902 Merge version_4 into main
Merge version_4 into main
2026-06-02 19:43:25 +00:00
60e778f72a Merge version_3 into main
Merge version_3 into main
2026-06-02 19:43:20 +00:00
928a80bf1f Merge version_2 into main
Merge version_2 into main
2026-06-02 19:40:33 +00:00
4 changed files with 53 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -36,8 +37,13 @@ export const metadata: Metadata = {
},
};
const dmSans = DM_Sans({
variable: "--font-dm-sans",
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
@@ -49,7 +55,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<Tag />
{children}
<script

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."
@@ -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: "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"
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>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-open-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
}

View File

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