Merge version_1 into main #1
241
src/app/page.tsx
241
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Academy",
|
||||
id: "#curriculum",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Academy", id: "#curriculum" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="The Nail Label Academy"
|
||||
/>
|
||||
@@ -55,60 +43,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Master the Art of Premium Nail Education"
|
||||
description="Led by Sandra Belope, The Nail Label Academy elevates professional standards for aspiring nail artists through curated, high-end training."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
alt: "Sandra",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-blond-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman_158538-5479.jpg",
|
||||
alt: "Student",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-with-colorful-hair-black-apron-white-t-shirt-holding-paint-brush-hand-dreamily-looking-camera-modern-pottery-studio_574295-960.jpg",
|
||||
alt: "Graduate",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12162.jpg",
|
||||
alt: "Nail artist model",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-testing-lipstick-product_23-2148398614.jpg",
|
||||
alt: "Beauty student",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Course",
|
||||
href: "#contact",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Sandra" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-blond-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman_158538-5479.jpg", alt: "Student" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-girl-with-colorful-hair-black-apron-white-t-shirt-holding-paint-brush-hand-dreamily-looking-camera-modern-pottery-studio_574295-960.jpg", alt: "Graduate" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12162.jpg", alt: "Nail artist model" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-testing-lipstick-product_23-2148398614.jpg", alt: "Beauty student" },
|
||||
]}
|
||||
buttons={[{ text: "Book Your Course", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Gel Techniques",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Branding",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Certification",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Growth",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Mentorship",
|
||||
},
|
||||
{ type: "text", text: "Advanced Gel Techniques" },
|
||||
{ type: "text", text: "Luxury Branding" },
|
||||
{ type: "text", text: "Professional Certification" },
|
||||
{ type: "text", text: "Business Growth" },
|
||||
{ type: "text", text: "Exclusive Mentorship" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,15 +68,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Welcome to The Nail Label Academy",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cute-model-holding-fairy-wand_23-2148376683.jpg",
|
||||
alt: "Sandra Belope",
|
||||
},
|
||||
{ type: "text", content: "Welcome to The Nail Label Academy" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/cute-model-holding-fairy-wand_23-2148376683.jpg", alt: "Sandra Belope" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,21 +80,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Advanced Gel Artistry",
|
||||
description: "Master the latest techniques in gel application and intricate designs.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Professional Certification",
|
||||
description: "Earn recognized credentials that set you apart in the luxury industry.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Business Coaching",
|
||||
description: "Learn to manage, grow, and brand your own high-end nail business.",
|
||||
},
|
||||
{ icon: Sparkles, title: "Advanced Gel Artistry", description: "Master the latest techniques in gel application and intricate designs." },
|
||||
{ icon: Award, title: "Professional Certification", description: "Earn recognized credentials that set you apart in the luxury industry." },
|
||||
{ icon: Shield, title: "Business Coaching", description: "Learn to manage, grow, and brand your own high-end nail business." },
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive training programs designed for elite nail professionals."
|
||||
@@ -163,56 +95,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "Foundation Course",
|
||||
price: "$1,200",
|
||||
period: "3 Days",
|
||||
features: [
|
||||
"Safety & Hygiene",
|
||||
"Basic Gel Manicure",
|
||||
"Business Basics",
|
||||
],
|
||||
button: {
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-items-arrangement-high-angle_23-2148541562.jpg",
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
title: "Masterclass",
|
||||
price: "$2,500",
|
||||
period: "7 Days",
|
||||
features: [
|
||||
"All Foundation Topics",
|
||||
"Advanced Artistry",
|
||||
"Luxury Branding",
|
||||
"Business Coaching",
|
||||
],
|
||||
button: {
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg",
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
title: "Mentorship",
|
||||
price: "$4,000",
|
||||
period: "1 Month",
|
||||
features: [
|
||||
"All Masterclass Modules",
|
||||
"Private 1-on-1",
|
||||
"Portfolio Review",
|
||||
"Lifetime Support",
|
||||
],
|
||||
button: {
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265944.jpg",
|
||||
},
|
||||
{ id: "starter", title: "Foundation Course", price: "$1,200", period: "3 Days", features: ["Safety & Hygiene", "Basic Gel Manicure", "Business Basics"], button: { text: "Enroll Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/pink-items-arrangement-high-angle_23-2148541562.jpg" },
|
||||
{ id: "professional", title: "Masterclass", price: "$2,500", period: "7 Days", features: ["All Foundation Topics", "Advanced Artistry", "Luxury Branding", "Business Coaching"], button: { text: "Enroll Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg" },
|
||||
{ id: "elite", title: "Mentorship", price: "$4,000", period: "1 Month", features: ["All Masterclass Modules", "Private 1-on-1", "Portfolio Review", "Lifetime Support"], button: { text: "Apply Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265944.jpg" },
|
||||
]}
|
||||
title="Our Training Modules"
|
||||
description="Choose the path that aligns with your professional aspirations."
|
||||
@@ -224,46 +109,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Life Changing",
|
||||
quote: "Sandra is an incredible educator. My skills have reached a professional level I never thought possible.",
|
||||
name: "Sarah J.",
|
||||
role: "Nail Artist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Recommended",
|
||||
quote: "The business coaching alone was worth the investment. I have my own salon now!",
|
||||
name: "Elena M.",
|
||||
role: "Salon Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Top Tier",
|
||||
quote: "The attention to detail and professionalism at the Academy are unmatched.",
|
||||
name: "Chloe B.",
|
||||
role: "Certified Tech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406004.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Amazing Experience",
|
||||
quote: "Structured, inspiring, and very practical. Highly recommended.",
|
||||
name: "Maria K.",
|
||||
role: "Nail Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Best Training Ever",
|
||||
quote: "Sandra's teaching style is clear and supportive. Thank you!",
|
||||
name: "Julia P.",
|
||||
role: "Nail Tech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-looking-camera_23-2148169392.jpg",
|
||||
},
|
||||
{ id: "1", title: "Life Changing", quote: "Sandra is an incredible educator. My skills have reached a professional level I never thought possible.", name: "Sarah J.", role: "Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg" },
|
||||
{ id: "2", title: "Highly Recommended", quote: "The business coaching alone was worth the investment. I have my own salon now!", name: "Elena M.", role: "Salon Owner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg" },
|
||||
{ id: "3", title: "Top Tier", quote: "The attention to detail and professionalism at the Academy are unmatched.", name: "Chloe B.", role: "Certified Tech", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406004.jpg" },
|
||||
{ id: "4", title: "Amazing Experience", quote: "Structured, inspiring, and very practical. Highly recommended.", name: "Maria K.", role: "Nail Student", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg" },
|
||||
{ id: "5", title: "Best Training Ever", quote: "Sandra's teaching style is clear and supportive. Thank you!", name: "Julia P.", role: "Nail Tech", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-looking-camera_23-2148169392.jpg" },
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Hear what our students have to say."
|
||||
@@ -274,15 +124,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"NailBrand A",
|
||||
"Glossy Pro",
|
||||
"Elite Tools",
|
||||
"ColorMaster",
|
||||
"GelExpert",
|
||||
"Salon Supplies",
|
||||
"Nail Academy Assoc.",
|
||||
]}
|
||||
names={["NailBrand A", "Glossy Pro", "Elite Tools", "ColorMaster", "GelExpert", "Salon Supplies", "Nail Academy Assoc."]}
|
||||
title="Industry Partners"
|
||||
description="Proudly working with industry-leading brands."
|
||||
/>
|
||||
@@ -293,21 +135,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need experience?",
|
||||
content: "No, our courses are suitable for everyone, from beginners to experienced techs.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is certification included?",
|
||||
content: "Yes, all courses include a professional certificate of completion.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where are you located?",
|
||||
content: "We operate in a luxury studio setting with easy access.",
|
||||
},
|
||||
{ id: "q1", title: "Do I need experience?", content: "No, our courses are suitable for everyone, from beginners to experienced techs." },
|
||||
{ id: "q2", title: "Is certification included?", content: "Yes, all courses include a professional certificate of completion." },
|
||||
{ id: "q3", title: "Where are you located?", content: "We operate in a luxury studio setting with easy access." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our academy."
|
||||
@@ -317,10 +147,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Start Your Journey"
|
||||
description="Ready to level up your nail artistry? Get in touch today."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user