Update src/app/blog/page.tsx
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user