Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -6,7 +6,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { Heart, Leaf, Lightbulb, Sparkles, Tool } from "lucide-react";
|
||||
import { Heart, Leaf, Lightbulb, Sparkles, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,102 +27,63 @@ 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="blog-intro" data-section="blog-intro">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Nail Trends & Care Tips"
|
||||
description="Stay inspired with our latest blog posts on nail art, seasonal styles, and essential nail care advice."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-hair-brushes-with-smile-face-standing-light-wall_141793-56019.jpg",
|
||||
alt: "Blog Author 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-hair-brushes-with-smile-face-standing-light-wall_141793-56019.jpg", alt: "Blog Author 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-hair-brushes-happy-cheerfuul-smiling_141793-37016.jpg",
|
||||
alt: "Blog Author 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-hair-brushes-happy-cheerfuul-smiling_141793-37016.jpg", alt: "Blog Author 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
alt: "Blog Author 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", alt: "Blog Author 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-looking-camera-while-standing-counter-movie-house_613910-21690.jpg",
|
||||
alt: "Blog Author 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-looking-camera-while-standing-counter-movie-house_613910-21690.jpg", alt: "Blog Author 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-looking-young-beautiful-female-barber-uniform-showing-timeout-gesture-isolated-pink-wall_141793-106045.jpg",
|
||||
alt: "Blog Author 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-looking-young-beautiful-female-barber-uniform-showing-timeout-gesture-isolated-pink-wall_141793-106045.jpg", alt: "Blog Author 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Our Latest Posts",
|
||||
href: "#blog-posts",
|
||||
},
|
||||
text: "Read Our Latest Posts", href: "#blog-posts"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "New Trends",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "New Trends", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Care Guides",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Care Guides", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "DIY Tips",
|
||||
icon: Tool,
|
||||
type: "text-icon", text: "DIY Tips", icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Seasonal Inspiration",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Seasonal Inspiration", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Advice",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Expert Advice", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -137,131 +98,59 @@ export default function LandingPage() {
|
||||
description="Discover new looks, learn DIY tips, and keep your nails healthy and beautiful with Lucy Nails."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Trends",
|
||||
title: "Top Summer Nail Trends for Toronto",
|
||||
excerpt: "Dive into the hottest colours and designs to keep your nails sparkling all summer long. From vibrant neons to subtle pastels, find your perfect look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-concentrating_23-2147677912.jpg",
|
||||
imageAlt: "Summer nail trends",
|
||||
authorName: "Sophia Lee",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-female-barber-uniform-spreading-hands-isolated-green-background_141793-118857.jpg",
|
||||
date: "July 15, 2024",
|
||||
},
|
||||
id: "b1", category: "Trends", title: "Top Summer Nail Trends for Toronto", excerpt: "Dive into the hottest colours and designs to keep your nails sparkling all summer long. From vibrant neons to subtle pastels, find your perfect look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-concentrating_23-2147677912.jpg", imageAlt: "Summer nail trends", authorName: "Sophia Lee", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-female-barber-uniform-spreading-hands-isolated-green-background_141793-118857.jpg", date: "July 15, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Care",
|
||||
title: "Essential Nail Care Tips for Healthy Nails",
|
||||
excerpt: "Learn the secrets to strong, healthy nails with our expert tips on cuticle care, hydration, and preventing breakage. Keep your manicure flawless!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nail-art-presentation_23-2149298020.jpg",
|
||||
imageAlt: "Nail care tips",
|
||||
authorName: "Lucy Chen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
date: "June 28, 2024",
|
||||
},
|
||||
id: "b2", category: "Care", title: "Essential Nail Care Tips for Healthy Nails", excerpt: "Learn the secrets to strong, healthy nails with our expert tips on cuticle care, hydration, and preventing breakage. Keep your manicure flawless!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nail-art-presentation_23-2149298020.jpg", imageAlt: "Nail care tips", authorName: "Lucy Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", date: "June 28, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Inspiration",
|
||||
title: "Cozy Winter Nail Designs You'll Love",
|
||||
excerpt: "Embrace the colder months with elegant and cozy nail art. Think deep burgundies, sparkling silvers, and festive accents that warm your heart.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-dressed-warm-winter-clothes-while-sitting-down_181624-32418.jpg",
|
||||
imageAlt: "Winter nail designs",
|
||||
authorName: "Sophia Lee",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/gardening-tools_23-2148013407.jpg",
|
||||
date: "May 10, 2024",
|
||||
},
|
||||
id: "b3", category: "Inspiration", title: "Cozy Winter Nail Designs You'll Love", excerpt: "Embrace the colder months with elegant and cozy nail art. Think deep burgundies, sparkling silvers, and festive accents that warm your heart.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-dressed-warm-winter-clothes-while-sitting-down_181624-32418.jpg", imageAlt: "Winter nail designs", authorName: "Sophia Lee", authorAvatar: "http://img.b2bpic.net/free-photo/gardening-tools_23-2148013407.jpg", date: "May 10, 2024"},
|
||||
{
|
||||
id: "b4",
|
||||
category: "Products",
|
||||
title: "Choosing the Right Polish for Every Occasion",
|
||||
excerpt: "From everyday wear to special events, discover how to select the perfect nail polish finish and color to complement your style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-nail-design-female-hand-with-pink-manicure_127675-2684.jpg",
|
||||
imageAlt: "Choosing nail polish",
|
||||
authorName: "Michael Kim",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-model-holding-book-red-wall_114579-56021.jpg",
|
||||
date: "April 22, 2024",
|
||||
},
|
||||
id: "b4", category: "Products", title: "Choosing the Right Polish for Every Occasion", excerpt: "From everyday wear to special events, discover how to select the perfect nail polish finish and color to complement your style.", imageSrc: "http://img.b2bpic.net/free-photo/pink-nail-design-female-hand-with-pink-manicure_127675-2684.jpg", imageAlt: "Choosing nail polish", authorName: "Michael Kim", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-model-holding-book-red-wall_114579-56021.jpg", date: "April 22, 2024"},
|
||||
{
|
||||
id: "b5",
|
||||
category: "Trends",
|
||||
title: "The Rise of Minimalist Nail Art",
|
||||
excerpt: "Less is more! Explore the elegant and understated beauty of minimalist nail art that's taking Toronto by storm. Simple lines, subtle hues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149250006.jpg",
|
||||
imageAlt: "Minimalist nail art",
|
||||
authorName: "Lucy Chen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/manicure-procedure-progress-beautician-master-applying-color-nail-polish-closeup-hands_613910-20404.jpg",
|
||||
date: "March 5, 2024",
|
||||
},
|
||||
id: "b5", category: "Trends", title: "The Rise of Minimalist Nail Art", excerpt: "Less is more! Explore the elegant and understated beauty of minimalist nail art that's taking Toronto by storm. Simple lines, subtle hues.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149250006.jpg", imageAlt: "Minimalist nail art", authorName: "Lucy Chen", authorAvatar: "http://img.b2bpic.net/free-photo/manicure-procedure-progress-beautician-master-applying-color-nail-polish-closeup-hands_613910-20404.jpg", date: "March 5, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/snowy-winter-background_23-2151905685.jpg?_wi=5"
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
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