From dc36c5d744ab6101dc3a098c736e3da09d4fdd5c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:57:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78ef68c..faf251a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -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() { @@ -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() {
-- 2.49.1