4 Commits

Author SHA1 Message Date
f53df33dc2 Update src/app/styles/base.css 2026-04-22 23:15:10 +00:00
8832cc47bd Update src/app/page.tsx 2026-04-22 23:15:09 +00:00
e39869f7a7 Merge version_3 into main
Merge version_3 into main
2026-04-22 23:13:25 +00:00
bbe990ea87 Update src/app/page.tsx 2026-04-22 23:13:21 +00:00
2 changed files with 19 additions and 7 deletions

View File

@@ -120,7 +120,13 @@ export default function LandingPage() {
{
id: "s3", title: "Nail Art", content: "From subtle French tips to intricate 3D nail art and custom designs."},
{
id: "s4", title: "Spa Add-Ons", content: "Tea or coffee service, birthday surprises, and gift with purchase programs."},
id: "s4", title: "Gel & Acrylic Extensions", content: "Full sets and refills for long-lasting, durable nails in a variety of styles."},
{
id: "s5", title: "Dip Powder (SNS)", content: "Long-lasting, lightweight, and healthy nail color application."},
{
id: "s6", title: "Waxing Services", content: "Gentle facial and body waxing for a smooth, clean finish."},
{
id: "s7", title: "Add-ons", content: "Paraffin wax, hot stone therapy, and extended massage sessions."},
]}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg"
mediaAnimation="slide-up"
@@ -216,7 +222,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
text="Ready to treat yourself? Call us or stop by for a visit. We are located at 32471 Lougheed Hwy #102, Mission, BC."
text="Ready to treat yourself? Call us or stop by for a visit. We are located at 32471 Lougheed Hwy #102, Mission, BC. Hours: Mon-Sat 9:30 AM - 6:30 PM, Sun 10:00 AM - 5:00 PM."
buttons={[
{
text: "Call 604-289-0088", href: "tel:+16042890088"},
@@ -239,13 +245,19 @@ export default function LandingPage() {
],
},
{
title: "Visit", items: [
title: "Business Hours", items: [
{
label: "Contact", href: "tel:+16042890088"},
label: "Mon-Sat: 9:30 AM - 6:30 PM", href: "#"},
{
label: "Sun: 10:00 AM - 5:00 PM", href: "#"},
],
},
{
title: "Location", items: [
{
label: "32471 Lougheed Hwy #102", href: "#"},
{
label: "Mission, BC", href: "#"},
{
label: "Open Daily", href: "#"},
],
},
]}

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}