Update src/app/page.tsx
This commit is contained in:
283
src/app/page.tsx
283
src/app/page.tsx
@@ -30,107 +30,66 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Lucy Nails"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Toronto's Favourite Nail Salon — Right in the Heart of the Junction"
|
||||
description="Over 20 years of making Toronto nails beautiful, one client at a time. Welcome to Lucy Nails, the Junction's beloved neighbourhood nail salon. Since we opened our doors over two decades ago, we've been dedicated to giving every client a relaxing, friendly experience and nails they'll love. Whether you're booking ahead or just walking in, we'd love to see you."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-emotional-woman-with-curly-bushy-hair-keeps-palms-raised-laughs-joyfully-keeps-eyes-closed-wears-casual-blue-jumper-reacts-something-unexpected-isolated-pink-studio-background_273609-60857.jpg",
|
||||
alt: "Happy Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-emotional-woman-with-curly-bushy-hair-keeps-palms-raised-laughs-joyfully-keeps-eyes-closed-wears-casual-blue-jumper-reacts-something-unexpected-isolated-pink-studio-background_273609-60857.jpg", alt: "Happy Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/good-humoured-young-man-with-dark-curly-hair-expressing-happiness-active-african-boy-posing-with-hands-pockets_197531-20215.jpg",
|
||||
alt: "Happy Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/good-humoured-young-man-with-dark-curly-hair-expressing-happiness-active-african-boy-posing-with-hands-pockets_197531-20215.jpg", alt: "Happy Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman-spotlight_23-2149304643.jpg",
|
||||
alt: "Happy Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman-spotlight_23-2149304643.jpg", alt: "Happy Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-model-posing_23-2149154619.jpg",
|
||||
alt: "Happy Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-model-posing_23-2149154619.jpg", alt: "Happy Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-positive-young-woman-wears-artificial-fur-coat-smiles-pleasantly-feels-glad-poses-against-pink-studio-background-portrait-curly-haired-female-model-feels-optimistic-being-good-mood_273609-56928.jpg",
|
||||
alt: "Happy Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-positive-young-woman-wears-artificial-fur-coat-smiles-pleasantly-feels-glad-poses-against-pink-studio-background-portrait-curly-haired-female-model-feels-optimistic-being-good-mood_273609-56928.jpg", alt: "Happy Client 5"},
|
||||
]}
|
||||
avatarText="Join our happy clients!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Book — 416-769-0087",
|
||||
href: "tel:416-769-0087",
|
||||
},
|
||||
text: "Call to Book — 416-769-0087", href: "tel:416-769-0087"},
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Now", href: "/contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Technicians",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Expert Technicians", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Products",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Premium Products", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Relaxing Atmosphere",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Relaxing Atmosphere", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Walk-ins Welcome",
|
||||
icon: CalendarCheck,
|
||||
type: "text-icon", text: "Walk-ins Welcome", icon: CalendarCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Over 20 Years Experience",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Over 20 Years Experience", icon: Award,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,59 +102,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah.nails.to",
|
||||
testimonial: "Lucy Nails is my go-to salon in The Junction! The team is incredibly friendly, and my nails always look stunning. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-glad-girl-pink-eyemask-laughing-while-posing-kitchen-indoor-photo-pretty-sisters-joking-morning_197531-21460.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah.nails.to", testimonial: "Lucy Nails is my go-to salon in The Junction! The team is incredibly friendly, and my nails always look stunning. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-glad-girl-pink-eyemask-laughing-while-posing-kitchen-indoor-photo-pretty-sisters-joking-morning_197531-21460.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily R.",
|
||||
handle: "@emily.beauty",
|
||||
testimonial: "I've been coming to Lucy Nails for years. Their attention to detail and warm atmosphere make every visit a true pampering session.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "2", name: "Emily R.", handle: "@emily.beauty", testimonial: "I've been coming to Lucy Nails for years. Their attention to detail and warm atmosphere make every visit a true pampering session.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessica.toronto",
|
||||
testimonial: "From classic manicures to intricate nail art, Lucy Nails always delivers. It’s a true neighbourhood gem that Torontonians love and trust!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-looking-notebook_23-2148346228.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "3", name: "Jessica L.", handle: "@jessica.toronto", testimonial: "From classic manicures to intricate nail art, Lucy Nails always delivers. It’s a true neighbourhood gem that Torontonians love and trust!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-looking-notebook_23-2148346228.jpg", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chloe K.",
|
||||
handle: "@chloe.nails",
|
||||
testimonial: "The staff at Lucy Nails are so professional and talented. I always leave feeling refreshed and with gorgeous nails. Best salon ever!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-pink-blouse-yellow-wall_343596-5961.jpg",
|
||||
imageAlt: "Chloe Kim",
|
||||
},
|
||||
id: "4", name: "Chloe K.", handle: "@chloe.nails", testimonial: "The staff at Lucy Nails are so professional and talented. I always leave feeling refreshed and with gorgeous nails. Best salon ever!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-pink-blouse-yellow-wall_343596-5961.jpg", imageAlt: "Chloe Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia M.",
|
||||
handle: "@olivia.sparkle",
|
||||
testimonial: "Fantastic experience every time! The salon is clean, the vibe is relaxing, and my nails last forever. Couldn't ask for more.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4466.jpg",
|
||||
imageAlt: "Olivia Miller",
|
||||
},
|
||||
id: "5", name: "Olivia M.", handle: "@olivia.sparkle", testimonial: "Fantastic experience every time! The salon is clean, the vibe is relaxing, and my nails last forever. Couldn't ask for more.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4466.jpg", imageAlt: "Olivia Miller"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David P.",
|
||||
handle: "@david.grooming",
|
||||
testimonial: "Never thought I'd find a nail salon this good for men's grooming. Lucy Nails is discreet, professional, and my hands feel great.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-4995.jpg",
|
||||
imageAlt: "David P.",
|
||||
},
|
||||
id: "6", name: "David P.", handle: "@david.grooming", testimonial: "Never thought I'd find a nail salon this good for men's grooming. Lucy Nails is discreet, professional, and my hands feel great.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-4995.jpg", imageAlt: "David P."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Our Clients Love Us"
|
||||
@@ -210,41 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Classic Manicures",
|
||||
author: "Perfect Polish",
|
||||
description: "Treat your hands to a meticulous grooming session, complete with shaping, cuticle care, and a flawless polish application.",
|
||||
tags: [
|
||||
"Manicure",
|
||||
"Polish",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-composition-nail-care-products_23-2148974529.jpg",
|
||||
imageAlt: "Classic manicure",
|
||||
},
|
||||
id: "f1", title: "Classic Manicures", author: "Perfect Polish", description: "Treat your hands to a meticulous grooming session, complete with shaping, cuticle care, and a flawless polish application.", tags: [
|
||||
"Manicure", "Polish"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-composition-nail-care-products_23-2148974529.jpg", imageAlt: "Classic manicure"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Relaxing Pedicures",
|
||||
author: "Foot Bliss",
|
||||
description: "Indulge your feet with a soothing soak, exfoliation, callous removal, and a hydrating massage, finished with perfect polish.",
|
||||
tags: [
|
||||
"Pedicure",
|
||||
"Spa",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-salon-pedicure-foot-care-treatment-nail-process-professional-pedicures-master-blue-gloves-apply-light-pink-gel-polish_343596-1650.jpg",
|
||||
imageAlt: "Relaxing pedicure",
|
||||
},
|
||||
id: "f2", title: "Relaxing Pedicures", author: "Foot Bliss", description: "Indulge your feet with a soothing soak, exfoliation, callous removal, and a hydrating massage, finished with perfect polish.", tags: [
|
||||
"Pedicure", "Spa"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-salon-pedicure-foot-care-treatment-nail-process-professional-pedicures-master-blue-gloves-apply-light-pink-gel-polish_343596-1650.jpg", imageAlt: "Relaxing pedicure"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Long-Lasting Gel Nails",
|
||||
author: "Durable Beauty",
|
||||
description: "Enjoy chip-free, high-shine nails for weeks with our premium gel polish application, available in a spectrum of colours.",
|
||||
tags: [
|
||||
"Gel Nails",
|
||||
"Durability",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-with-purple-nail-design-holding-black-coffee-cup_127675-2658.jpg",
|
||||
imageAlt: "Gel nails",
|
||||
},
|
||||
id: "f3", title: "Long-Lasting Gel Nails", author: "Durable Beauty", description: "Enjoy chip-free, high-shine nails for weeks with our premium gel polish application, available in a spectrum of colours.", tags: [
|
||||
"Gel Nails", "Durability"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-with-purple-nail-design-holding-black-coffee-cup_127675-2658.jpg", imageAlt: "Gel nails"},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Discover the treatments that make Lucy Nails Toronto's favourite choice for beauty and relaxation."
|
||||
@@ -257,33 +156,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do I need an appointment?",
|
||||
content: "While appointments are recommended to ensure availability, we always welcome walk-ins! Feel free to stop by anytime during our operating hours.",
|
||||
},
|
||||
id: "faq1", title: "Do I need an appointment?", content: "While appointments are recommended to ensure availability, we always welcome walk-ins! Feel free to stop by anytime during our operating hours."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What products do you use?",
|
||||
content: "We use only high-quality, professional-grade nail care products from trusted brands to ensure the best results and lasting beauty for your nails.",
|
||||
},
|
||||
id: "faq2", title: "What products do you use?", content: "We use only high-quality, professional-grade nail care products from trusted brands to ensure the best results and lasting beauty for your nails."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How long do gel nails last?",
|
||||
content: "Our premium gel manicures typically last 2-3 weeks without chipping, depending on your nail growth and daily activities. We also offer refills and removals.",
|
||||
},
|
||||
id: "faq3", title: "How long do gel nails last?", content: "Our premium gel manicures typically last 2-3 weeks without chipping, depending on your nail growth and daily activities. We also offer refills and removals."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can you do custom nail art?",
|
||||
content: "Absolutely! Our talented technicians specialize in custom nail art. Bring your ideas or let us inspire you with our portfolio of designs. Prices vary based on complexity.",
|
||||
},
|
||||
id: "faq4", title: "Can you do custom nail art?", content: "Absolutely! Our talented technicians specialize in custom nail art. Bring your ideas or let us inspire you with our portfolio of designs. Prices vary based on complexity."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you offer gift cards?",
|
||||
content: "Yes, we do! Lucy Nails gift cards are available for purchase in various denominations, perfect for treating a loved one or yourself to a pampering session. Visit our 'Shop' page for more details.",
|
||||
},
|
||||
id: "faq5", title: "Do you offer gift cards?", content: "Yes, we do! Lucy Nails gift cards are available for purchase in various denominations, perfect for treating a loved one or yourself to a pampering session. Visit our 'Shop' page for more details."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-450.jpg"
|
||||
imageAlt="Woman with perfect"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Lucy Nails, our services, and booking."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -291,91 +178,59 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Sparkle?"
|
||||
title="Book Your Perfect Nail Experience"
|
||||
description="Experience the Lucy Nails difference. Book an appointment online or call us today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Online",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Online", href: "/contact"},
|
||||
{
|
||||
text: "Call Us: 416-769-0087",
|
||||
href: "tel:416-769-0087",
|
||||
},
|
||||
text: "Call Us: 416-769-0087", href: "tel:416-769-0087"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/snowy-winter-background_23-2151905685.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/snowy-winter-background_23-2151905685.jpg"
|
||||
imageAlt="Lucy Nails salon interior at night"
|
||||
logoText="Lucy Nails"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Manicures",
|
||||
href: "/services#manicures",
|
||||
},
|
||||
label: "Manicures", href: "/services#manicures"},
|
||||
{
|
||||
label: "Pedicures",
|
||||
href: "/services#pedicures",
|
||||
},
|
||||
label: "Pedicures", href: "/services#pedicures"},
|
||||
{
|
||||
label: "Gel Nails",
|
||||
href: "/services#gel-nails",
|
||||
},
|
||||
label: "Gel Nails", href: "/services#gel-nails"},
|
||||
{
|
||||
label: "Nail Art",
|
||||
href: "/services#nail-art",
|
||||
},
|
||||
label: "Nail Art", href: "/services#nail-art"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Shop Gift Cards",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Shop Gift Cards", href: "/shop"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Book Online",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Book Online", href: "/contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/lucynails",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/lucynails"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/lucynails",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/lucynails"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user