Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f53df33dc2 | |||
| 8832cc47bd | |||
| e39869f7a7 | |||
| bbe990ea87 |
@@ -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: "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"
|
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -216,7 +222,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call 604-289-0088", href: "tel:+16042890088"},
|
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: "Mission, BC", href: "#"},
|
||||||
{
|
|
||||||
label: "Open Daily", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-montserrat), sans-serif;
|
font-family: var(--font-dm-sans), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user