Files
5c19ec5c-69f2-4778-acac-74b…/src/app/page.tsx
2026-03-06 20:51:38 +00:00

210 lines
12 KiB
TypeScript

"use client";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Programs", id: "programs" },
{ name: "Why Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Get Started", id: "hero" }
]}
brandName="Lumin Academy"
bottomLeftText="Staten Island, NY"
bottomRightText="hello@luminacademy.com"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="Learn Braiding, Cutting & Styling From Professionals in Staten Island"
description="Master hands-on hair training with expert instructors at Lumin Academy. Develop professional skills in braiding techniques, precision cutting, and creative styling."
background={{ variant: "glowing-orb" }}
tag="Professional Training Academy"
tagAnimation="slide-up"
buttons={[
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "why-us" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/pretty-young-eyebrow-master-put-paint-models-face_231208-3549.jpg?_wi=1"
imageAlt="Hair styling training at Lumin Academy"
imagePosition="right"
mediaAnimation="blur-reveal"
fixedMediaHeight={true}
/>
</div>
<div id="trust" data-section="trust">
<TextAbout
tag="Why Lumin Academy"
title="Experienced Instructors | Hands-On Professional Training | Certification Upon Completion | Student-Focused Learning | Serving Staten Island"
useInvertedBackground={false}
/>
</div>
<div id="programs" data-section="programs">
<FeatureCardSix
title="Our Training Programs"
description="Comprehensive hands-on courses designed to build real-world expertise in professional hairstyling"
tag="Specialized Courses"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
title: "Braiding Techniques & Styles", description: "Master traditional and contemporary braiding methods including box braids, cornrows, twists, and protective styles. Learn proper tension, hair care, and client communication for long-lasting, healthy results.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-eyebrow-master-put-paint-models-face_231208-3549.jpg?_wi=2", imageAlt: "Professional braiding techniques training"
},
{
id: 2,
title: "Haircutting Fundamentals", description: "Develop precision cutting skills with hands-on practice using proper techniques, blade angles, and tools. Learn shape theory, texture analysis, and how to create cuts that complement different face shapes and hair types.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-eyebrow-master-put-paint-models-face_231208-3549.jpg?_wi=3", imageAlt: "Haircutting training with expert instructors"
},
{
id: 3,
title: "Hair Styling & Updos", description: "Explore creative styling techniques from everyday looks to elegant updos. Master blow-drying, waves, curls, and elaborate event styling. Build a portfolio of work that showcases your versatility.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-eyebrow-master-put-paint-models-face_231208-3549.jpg?_wi=4", imageAlt: "Hair styling and updo techniques training"
},
{
id: 4,
title: "Advanced Techniques for Professionals", description: "Take your skills to the next level with advanced color theory, specialty techniques, and industry trends. Perfect for experienced stylists looking to expand their service offerings and client base.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-eyebrow-master-put-paint-models-face_231208-3549.jpg?_wi=5", imageAlt: "Advanced professional hairstyling techniques"
}
]}
/>
</div>
<div id="why-us" data-section="why-us">
<PricingCardOne
title="Why Choose Lumin Academy"
description="Discover what makes our training academy the premier choice for aspiring hair professionals"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
plans={[
{
id: "1", badge: "Expert Instructors", price: "Certified", subtitle: "Learn from industry professionals with years of experience", features: [
"Seasoned stylists and educators", "Up-to-date industry knowledge", "Real-world insights and mentorship", "Personalized feedback and guidance"
]
},
{
id: "2", badge: "Hands-On Learning", price: "Practical", subtitle: "Train with real clients in a professional salon environment", features: [
"Work with actual clients during training", "Real-world salon experience", "Build your portfolio while learning", "Develop professional client communication"
]
},
{
id: "3", badge: "Flexible Programs", price: "Accessible", subtitle: "Programs designed for beginners and experienced professionals", features: [
"Beginner-friendly courses", "Advanced specialist training", "Flexible scheduling options", "One-on-one coaching available"
]
},
{
id: "4", badge: "Personalized Attention", price: "Focused", subtitle: "Small class sizes ensure individualized instruction", features: [
"Limited class enrollment", "More instructor interaction", "Tailored learning pace", "Greater hands-on practice time"
]
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Students Say"
description="Hear from graduates who transformed their careers through Lumin Academy training"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
showRating={true}
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahjstyles", testimonial: "The hands-on training at Lumin Academy changed my life. I went from zero experience to confidently cutting and styling hair in just three months. The instructors are incredibly supportive and knowledgeable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-1567.jpg", imageAlt: "Sarah Johnson, Lumin Academy graduate"
},
{
id: "2", name: "Marcus Williams", handle: "@marcusstylist", testimonial: "I appreciated the small class sizes and personalized attention. Having a real instructor guide me through every step made all the difference. I now have my own chair at a salon downtown.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1532.jpg", imageAlt: "Marcus Williams, professional hairstylist"
},
{
id: "3", name: "Jasmine Rodriguez", handle: "@jaz.braids", testimonial: "The braiding techniques I learned at Lumin were incredible. The combination of theory and hands-on practice with real clients gave me the confidence to start my own braiding business. Best investment I've made!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-white-background_1187-3896.jpg", imageAlt: "Jasmine Rodriguez, certified braiding specialist"
},
{
id: "4", name: "Elena Chen", handle: "@elenasalonstudio", testimonial: "As someone transitioning careers, I was nervous, but the instructors at Lumin Academy made me feel welcome and capable. The advanced styling techniques I learned opened up new service opportunities for my clients.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-with-dark-curly-hair-white-costume-sitting-table-with-laptop-dreamily-looking-aside-cafe-street_574295-3300.jpg", imageAlt: "Elena Chen, Lumin Academy student"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Transform Your Career"
title="Start Your Hair & Beauty Training Today"
description="Join Lumin Academy and develop professional skills from certified instructors. Small class sizes, hands-on training, and flexible programs designed for your success. Contact us via phone or email to enroll."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Call Us Now", href: "tel:+17188675309" },
{ text: "Email to Inquire", href: "mailto:hello@luminacademy.com" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Lumin Academy"
copyrightText="© 2026 Lumin Academy. All rights reserved."
columns={[
{
title: "Programs", items: [
{ label: "Braiding Techniques", href: "#programs" },
{ label: "Haircutting Fundamentals", href: "#programs" },
{ label: "Hair Styling & Updos", href: "#programs" },
{ label: "Advanced Techniques", href: "#programs" }
]
},
{
title: "Academy", items: [
{ label: "About Us", href: "#trust" },
{ label: "Why Choose Lumin", href: "#why-us" },
{ label: "Student Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Contact", items: [
{ label: "Phone: (718) 867-5309", href: "tel:+17188675309" },
{ label: "Email: hello@luminacademy.com", href: "mailto:hello@luminacademy.com" },
{ label: "Staten Island, NY", href: "#" },
{ label: "Privacy Policy", href: "#" }
]
}
]}
/>
</div>
</ThemeProvider>
);
}