Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 17:02:14 +00:00

View File

@@ -95,9 +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: ["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 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}