Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e452af600 | |||
| 1963a7582e | |||
| 938da4e763 | |||
| 698f250754 | |||
| ad15406be5 | |||
| 05cbee8217 | |||
| 276f6ff5dd |
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Shield, Sparkles } from "lucide-react";
|
||||
import { Award, Shield, Sparkles, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "plain" }}
|
||||
title="Master the Art of Premium Nail Education"
|
||||
title="Become a High-End Nail Artist: Premium Education by Sandra Belope"
|
||||
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" },
|
||||
@@ -86,6 +86,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive training programs designed for elite nail professionals."
|
||||
tag="Professional Services"
|
||||
tagIcon={CheckCircle}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,9 +97,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: ["Starter Kit Included", "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: ["Starter Kit Included", "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: ["Starter Kit Included", "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."
|
||||
@@ -164,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user