Merge version_2 into main #1
348
src/app/page.tsx
348
src/app/page.tsx
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
@@ -33,43 +33,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Treatments",
|
||||
id: "#treatments",
|
||||
},
|
||||
name: "Treatments", id: "#treatments"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Beauty by Bethanyy"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,15 +59,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Unwind, Rejuvenate, Radiate"
|
||||
description="Experience bespoke beauty treatments designed to enhance your natural glow. At Beauty by Bethanyy, we offer a sanctuary for relaxation and expert care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spring-background-with-tulips-candles-knitted-element_169016-51782.jpg"
|
||||
imageAlt="Luxurious beauty salon interior"
|
||||
@@ -99,17 +78,11 @@ export default function LandingPage() {
|
||||
description="Welcome to Beauty by Bethanyy, your premier destination for exceptional beauty services in Basingstoke. Founded with a passion for pampering and precision, Bethany brings years of expertise to every treatment, ensuring you leave feeling refreshed and beautiful. From indulgent massages to perfect manicures, discover a personalized experience that truly cares for you."
|
||||
metrics={[
|
||||
{
|
||||
value: "5.0",
|
||||
title: "Star Rating",
|
||||
},
|
||||
value: "5.0", title: "Star Rating"},
|
||||
{
|
||||
value: "7+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "7+", title: "Happy Clients"},
|
||||
{
|
||||
value: "Years",
|
||||
title: "Experience",
|
||||
},
|
||||
value: "Years", title: "Experience"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg"
|
||||
imageAlt="Bethany, a professional beautician, smiling"
|
||||
@@ -124,25 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Body Waxing",
|
||||
"Brazilian Waxing",
|
||||
"Eyebrow Shaping",
|
||||
"Lash Lift",
|
||||
"Manicure",
|
||||
"Massage",
|
||||
"Pedicure",
|
||||
"Waxing & Tinting",
|
||||
],
|
||||
"Body Waxing", "Brazilian Waxing", "Eyebrow Shaping", "Lash Lift", "Manicure", "Massage", "Pedicure", "Waxing & Tinting"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Expert Therapists",
|
||||
"Relaxing Atmosphere",
|
||||
"Premium Products",
|
||||
"Personalized Care",
|
||||
"Hygienic Practices",
|
||||
"Exceptional Results",
|
||||
],
|
||||
"Expert Therapists", "Relaxing Atmosphere", "Premium Products", "Personalized Care", "Hygienic Practices", "Exceptional Results"],
|
||||
}}
|
||||
title="Our Signature Services"
|
||||
description="Discover a curated selection of treatments tailored to your beauty needs. We use premium products and techniques to deliver outstanding results."
|
||||
@@ -157,53 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-waxing",
|
||||
name: "Body & Brazilian Waxing",
|
||||
price: "From £20",
|
||||
variant: "Silky Smooth Skin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gel-laser-woman-s-skin_1157-34882.jpg",
|
||||
imageAlt: "Woman getting a leg waxing service",
|
||||
},
|
||||
id: "p-waxing", name: "Body & Brazilian Waxing", price: "From £20", variant: "Silky Smooth Skin", imageSrc: "http://img.b2bpic.net/free-photo/gel-laser-woman-s-skin_1157-34882.jpg", imageAlt: "Woman getting a leg waxing service"},
|
||||
{
|
||||
id: "p-lashlift",
|
||||
name: "Lash Lift & Tint",
|
||||
price: "From £35",
|
||||
variant: "Defined Eyes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-pink-makeup_23-2149394108.jpg",
|
||||
imageAlt: "Woman with long curled eyelashes after lash lift",
|
||||
},
|
||||
id: "p-lashlift", name: "Lash Lift & Tint", price: "From £35", variant: "Defined Eyes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-pink-makeup_23-2149394108.jpg", imageAlt: "Woman with long curled eyelashes after lash lift"},
|
||||
{
|
||||
id: "p-manicure",
|
||||
name: "Manicure",
|
||||
price: "From £25",
|
||||
variant: "Perfectly Polished Nails",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tools-nail-art_23-2150321257.jpg",
|
||||
imageAlt: "Hands with beautifully manicured nails",
|
||||
},
|
||||
id: "p-manicure", name: "Manicure", price: "From £25", variant: "Perfectly Polished Nails", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tools-nail-art_23-2150321257.jpg", imageAlt: "Hands with beautifully manicured nails"},
|
||||
{
|
||||
id: "p-pedicure",
|
||||
name: "Pedicure",
|
||||
price: "From £30",
|
||||
variant: "Pampered Feet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-feet-spa-therapy-massage_53876-15402.jpg",
|
||||
imageAlt: "Feet receiving a pedicure treatment",
|
||||
},
|
||||
id: "p-pedicure", name: "Pedicure", price: "From £30", variant: "Pampered Feet", imageSrc: "http://img.b2bpic.net/free-photo/closeup-feet-spa-therapy-massage_53876-15402.jpg", imageAlt: "Feet receiving a pedicure treatment"},
|
||||
{
|
||||
id: "p-eyebrow",
|
||||
name: "Eyebrow Shaping & Tint",
|
||||
price: "From £15",
|
||||
variant: "Framed Features",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-doing-bride-s-makeup_23-2149721994.jpg",
|
||||
imageAlt: "Close up of eyebrow shaping",
|
||||
},
|
||||
id: "p-eyebrow", name: "Eyebrow Shaping & Tint", price: "From £15", variant: "Framed Features", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-doing-bride-s-makeup_23-2149721994.jpg", imageAlt: "Close up of eyebrow shaping"},
|
||||
{
|
||||
id: "p-massage",
|
||||
name: "Relaxing Massage",
|
||||
price: "From £40",
|
||||
variant: "Stress Relief",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-relaxed-woman_23-2147816950.jpg",
|
||||
imageAlt: "Woman receiving a relaxing back massage",
|
||||
},
|
||||
id: "p-massage", name: "Relaxing Massage", price: "From £40", variant: "Stress Relief", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-relaxed-woman_23-2147816950.jpg", imageAlt: "Woman receiving a relaxing back massage"},
|
||||
]}
|
||||
title="Indulge in Our Treatments"
|
||||
description="A glimpse into the diverse range of beauty treatments available to help you look and feel your best."
|
||||
@@ -217,58 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-essential",
|
||||
title: "Essential Glow",
|
||||
price: "£75",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Manicure & Pedicure",
|
||||
"Eyebrow Shaping",
|
||||
"Refreshing Beverage",
|
||||
],
|
||||
id: "plan-essential", title: "Essential Glow", price: "£75", period: "per session", features: [
|
||||
"Manicure & Pedicure", "Eyebrow Shaping", "Refreshing Beverage"],
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-lipstick_23-2149030371.jpg",
|
||||
imageAlt: "Woman relaxing during a facial treatment",
|
||||
},
|
||||
text: "Select Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-lipstick_23-2149030371.jpg", imageAlt: "Woman relaxing during a facial treatment"},
|
||||
{
|
||||
id: "plan-ultimate",
|
||||
title: "Ultimate Pamper",
|
||||
price: "£120",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Body Waxing (Full)",
|
||||
"Lash Lift & Tint",
|
||||
"Luxury Manicure",
|
||||
"Head & Neck Massage",
|
||||
],
|
||||
id: "plan-ultimate", title: "Ultimate Pamper", price: "£120", period: "per session", features: [
|
||||
"Body Waxing (Full)", "Lash Lift & Tint", "Luxury Manicure", "Head & Neck Massage"],
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daisies-near-applicators-eye-shadow_23-2147742695.jpg",
|
||||
imageAlt: "Nail polish and spa accessories",
|
||||
},
|
||||
text: "Select Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daisies-near-applicators-eye-shadow_23-2147742695.jpg", imageAlt: "Nail polish and spa accessories"},
|
||||
{
|
||||
id: "plan-premium",
|
||||
title: "Premium Radiance",
|
||||
price: "£180",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Brazilian Wax",
|
||||
"Lash Lift & Tint",
|
||||
"Deluxe Manicure & Pedicure",
|
||||
"Full Body Massage (60 min)",
|
||||
],
|
||||
id: "plan-premium", title: "Premium Radiance", price: "£180", period: "per session", features: [
|
||||
"Brazilian Wax", "Lash Lift & Tint", "Deluxe Manicure & Pedicure", "Full Body Massage (60 min)"],
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eyelash-curler-plain-background_23-2148284521.jpg",
|
||||
imageAlt: "Eyebrow and lash tools",
|
||||
},
|
||||
text: "Select Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eyelash-curler-plain-background_23-2148284521.jpg", imageAlt: "Eyebrow and lash tools"},
|
||||
]}
|
||||
title="Flexible Beauty Packages"
|
||||
description="Choose the perfect package to suit your needs and enjoy bundled savings on your favorite treatments."
|
||||
@@ -282,59 +170,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Beth was a lovely therapist and did such an amazing treatment. The salon has easy parking too. Would definitely recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860779.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Beth was a lovely therapist and did such an amazing treatment. The salon has easy parking too. Would definitely recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860779.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emma White",
|
||||
handle: "@emma_w",
|
||||
testimonial: "Beth is an amazing therapist and always gives 100% with every treatment. I wouldn’t go to anyone else, truly fantastic service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-braids-posing-grey-female-lady-with-modern-hairstyle-studio_549566-491.jpg",
|
||||
imageAlt: "Emma White",
|
||||
},
|
||||
id: "2", name: "Emma White", handle: "@emma_w", testimonial: "Beth is an amazing therapist and always gives 100% with every treatment. I wouldn’t go to anyone else, truly fantastic service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-braids-posing-grey-female-lady-with-modern-hairstyle-studio_549566-491.jpg", imageAlt: "Emma White"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Brown",
|
||||
handle: "@jessica_b",
|
||||
testimonial: "Bethany did my manicure and I couldn’t be happier. My nails look great. I love the room she has and I always leave Bethany feeling great. Thank you!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg",
|
||||
imageAlt: "Jessica Brown",
|
||||
},
|
||||
id: "3", name: "Jessica Brown", handle: "@jessica_b", testimonial: "Bethany did my manicure and I couldn’t be happier. My nails look great. I love the room she has and I always leave Bethany feeling great. Thank you!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg", imageAlt: "Jessica Brown"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chloe Green",
|
||||
handle: "@chloe_g",
|
||||
testimonial: "Always a wonderful experience at Beauty by Bethanyy. Professional, relaxing, and I always get exactly what I ask for. Highly recommend for any beauty needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg",
|
||||
imageAlt: "Chloe Green",
|
||||
},
|
||||
id: "4", name: "Chloe Green", handle: "@chloe_g", testimonial: "Always a wonderful experience at Beauty by Bethanyy. Professional, relaxing, and I always get exactly what I ask for. Highly recommend for any beauty needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg", imageAlt: "Chloe Green"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia Hall",
|
||||
handle: "@olivia_h",
|
||||
testimonial: "From waxing to lash lifts, Bethany consistently provides excellent service. The salon is clean, comfortable, and a true gem in Basingstoke.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg",
|
||||
imageAlt: "Olivia Hall",
|
||||
},
|
||||
id: "5", name: "Olivia Hall", handle: "@olivia_h", testimonial: "From waxing to lash lifts, Bethany consistently provides excellent service. The salon is clean, comfortable, and a true gem in Basingstoke.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg", imageAlt: "Olivia Hall"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Mia King",
|
||||
handle: "@mia_k",
|
||||
testimonial: "I've been a regular client for months now, and Bethany never disappoints. Her attention to detail and warm personality make every visit a delight.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fair-skinned-women-use-moisturizing-day-cream-sensitive-skin-light-room-self-care-health-day-concept_197531-31471.jpg",
|
||||
imageAlt: "Mia King",
|
||||
},
|
||||
id: "6", name: "Mia King", handle: "@mia_k", testimonial: "I've been a regular client for months now, and Bethany never disappoints. Her attention to detail and warm personality make every visit a delight.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fair-skinned-women-use-moisturizing-day-cream-sensitive-skin-light-room-self-care-health-day-concept_197531-31471.jpg", imageAlt: "Mia King"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Happy Clients"
|
||||
@@ -348,30 +200,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can easily book your appointment online through our website's booking system, or by calling us directly during opening hours. We recommend booking in advance to secure your preferred slot.",
|
||||
},
|
||||
id: "q1", title: "How do I book an appointment?", content: "You can easily book your appointment online through our website's booking system, or by calling us directly during opening hours. We recommend booking in advance to secure your preferred slot."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Friday, from 10 am to 6 pm. Saturday appointments are available by special request. Please check our booking page for real-time availability.",
|
||||
},
|
||||
id: "q2", title: "What are your opening hours?", content: "We are open Monday to Friday, from 10 am to 6 pm. Saturday appointments are available by special request. Please check our booking page for real-time availability."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept major credit and debit cards, as well as cash payments. All payments are processed securely at the salon after your treatment.",
|
||||
},
|
||||
id: "q3", title: "What payment methods do you accept?", content: "We accept major credit and debit cards, as well as cash payments. All payments are processed securely at the salon after your treatment."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you offer gift vouchers?",
|
||||
content: "Yes, we offer gift vouchers that make the perfect present for any occasion. Please contact us for more details on purchasing and redemption.",
|
||||
},
|
||||
id: "q4", title: "Do you offer gift vouchers?", content: "Yes, we offer gift vouchers that make the perfect present for any occasion. Please contact us for more details on purchasing and redemption."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "We kindly ask for at least 24 hours notice for any cancellations or rescheduling. This allows us to offer the slot to other clients. Late cancellations may incur a fee.",
|
||||
},
|
||||
id: "q5", title: "What is your cancellation policy?", content: "We kindly ask for at least 24 hours notice for any cancellations or rescheduling. This allows us to offer the slot to other clients. Late cancellations may incur a fee."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our services, appointments, and salon policies."
|
||||
@@ -384,14 +221,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Sarah Johnson",
|
||||
"Emma White",
|
||||
"Jessica Brown",
|
||||
"Chloe Green",
|
||||
"Olivia Hall",
|
||||
"Mia King",
|
||||
"Sophia Lee",
|
||||
]}
|
||||
"Sarah Johnson", "Emma White", "Jessica Brown", "Chloe Green", "Olivia Hall", "Mia King", "Sophia Lee"]}
|
||||
title="Trusted by Happy Clients"
|
||||
description="Our commitment to excellence has earned the trust and loyalty of numerous satisfied customers across Basingstoke."
|
||||
/>
|
||||
@@ -404,27 +234,16 @@ export default function LandingPage() {
|
||||
description="Ready to indulge in a luxurious beauty experience? Contact us today to schedule your appointment or inquire about our services. We look forward to welcoming you!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message or Desired Service",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message or Desired Service", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-bride-indoors_23-2149721995.jpg"
|
||||
imageAlt="Modern beauty salon reception area"
|
||||
@@ -438,62 +257,37 @@ export default function LandingPage() {
|
||||
logoText="Beauty by Bethanyy"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Waxing & Tinting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Waxing & Tinting", href: "#services"},
|
||||
{
|
||||
label: "Lash Lift",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lash Lift", href: "#services"},
|
||||
{
|
||||
label: "Manicure & Pedicure",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Manicure & Pedicure", href: "#services"},
|
||||
{
|
||||
label: "Massage Therapy",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Massage Therapy", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "https://www.google.com/search?q=Beauty+by+Bethanyy+reviews",
|
||||
},
|
||||
label: "Google Reviews", href: "https://www.google.com/search?q=Beauty+by+Bethanyy+reviews"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user