diff --git a/src/app/page.tsx b/src/app/page.tsx index f6b1259..d63c877 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#"}, ], }, ]}