Update src/app/workshops/page.tsx
This commit is contained in:
@@ -5,8 +5,6 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -14,13 +12,12 @@ import {
|
||||
Sparkles,
|
||||
Zap,
|
||||
Award,
|
||||
DollarSign,
|
||||
Clock,
|
||||
Users,
|
||||
HelpCircle,
|
||||
Calendar,
|
||||
Lock,
|
||||
BarChart3,
|
||||
Smartphone,
|
||||
MapPin,
|
||||
Star,
|
||||
Twitter,
|
||||
Linkedin,
|
||||
Mail,
|
||||
@@ -54,15 +51,15 @@ export default function WorkshopsPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Discover Expert-Led Workshops"
|
||||
description="Intensive, focused learning experiences designed to master specific skills in a short timeframe. From coding bootcamps to creative masterclasses, find workshops that accelerate your growth."
|
||||
tag="Workshop Catalog"
|
||||
title="Intensive Workshops & Expert Sessions"
|
||||
description="Join focused, hands-on workshops designed to accelerate your learning. From beginner fundamentals to advanced techniques, our workshops deliver results in condensed timeframes."
|
||||
tag="Accelerated Learning"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwR5I869xG7mvZJi1gLiW16GY/professional-banner-image-showing-a-dive-1773149958687-87f99901.jpg?_wi=1"
|
||||
imageAlt="Professional workshop training environment"
|
||||
buttons={[
|
||||
{ text: "Browse Workshops", href: "#features" },
|
||||
{ text: "Browse All Workshops", href: "/workshops" },
|
||||
{ text: "View Pricing", href: "/pricing" },
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
@@ -72,29 +69,29 @@ export default function WorkshopsPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
title="Workshop Highlights"
|
||||
description="Choose from intensive, project-based learning experiences led by industry experts"
|
||||
tag="What You Get"
|
||||
title="Why Choose Our Workshops"
|
||||
description="Structured learning experiences designed for maximum impact and retention"
|
||||
tag="Workshop Advantages"
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Intensive Format", description: "Condensed curriculum packed into focused sessions. Learn faster with structured modules designed for practical application and immediate results."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Intensive Schedule", description: "Concentrated learning sessions ranging from half-day to multi-week intensive courses. Structured curriculum designed for rapid skill acquisition."},
|
||||
title: "Flexible Scheduling", description: "Weekend workshops, evening sessions, and full-day intensives. Choose formats that fit your lifestyle without compromising on learning quality."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Small Class Sizes", description: "Limited enrollment ensures personalized attention and hands-on guidance from instructors. Interactive group discussions and peer learning."},
|
||||
title: "Small Group Learning", description: "Limited class sizes ensure personalized attention. Get feedback directly from instructors and network with motivated peers in your field."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Expert Facilitators", description: "Learn from industry leaders with proven track records. Instructors bring real-world experience and current best practices to every workshop."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Multiple Locations", description: "Workshop venues in major cities plus virtual options. Attend in-person for hands-on experiences or join online for flexibility."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Certifications", description: "Earn recognized certificates upon completion. Showcase your achievements on LinkedIn and professional profiles."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Hands-On Projects", description: "Real-world projects and practical exercises. Build a portfolio piece while learning industry best practices."},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Lifetime Access", description: "Access to workshop materials, recordings, and resources forever. Review content anytime and reinforce your learning."},
|
||||
{
|
||||
icon: Smartphone,
|
||||
title: "Hybrid Options", description: "Choose between in-person, online, or hybrid workshop formats. Learn at your preferred location and pace."},
|
||||
title: "Certificates Included", description: "Receive completion certificates recognized by industry partners. Add credentials to your resume and showcase your new skills."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -105,8 +102,8 @@ export default function WorkshopsPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Workshop Success Stories"
|
||||
description="Real feedback from professionals who advanced their careers through our workshops"
|
||||
tag="Student Transformations"
|
||||
description="Professionals who transformed their careers through intensive skill development"
|
||||
tag="Student Testimonials"
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -135,89 +132,29 @@ export default function WorkshopsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
title="Workshop Pricing"
|
||||
description="Choose the perfect workshop plan. All workshops include instructor-led sessions, materials, and lifetime access to recordings."
|
||||
tag="Affordable Learning"
|
||||
tagIcon={DollarSign}
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$49/workshop", subtitle: "Single workshop access", features: [
|
||||
"One full-day workshop", "Expert instructor guidance", "Digital course materials", "Certificate of completion", "Lifetime access to recordings"],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Popular", badgeIcon: Zap,
|
||||
price: "$199/series", subtitle: "Multi-workshop series", features: [
|
||||
"4-week intensive series", "Priority instructor support", "Project portfolio building", "Professional certification", "Networking events", "Career guidance sessions"],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Professional", badgeIcon: Award,
|
||||
price: "$499/quarter", subtitle: "Comprehensive bootcamp", features: [
|
||||
"12-week intensive bootcamp", "One-on-one mentorship", "Career placement support", "Advanced certification", "Private Slack community", "Job interview prep"],
|
||||
},
|
||||
{
|
||||
id: "4", badge: "Corporate", badgeIcon: Users,
|
||||
price: "Custom Pricing", subtitle: "Team & enterprise solutions", features: [
|
||||
"Custom workshop design", "On-site or virtual delivery", "Unlimited team access", "Progress tracking dashboard", "Dedicated account manager", "Custom certification"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Workshop Instructors"
|
||||
description="Learn from industry veterans with proven track records of teaching and mentoring"
|
||||
tag="Expert Educators"
|
||||
tagIcon={Users}
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Margaret Johnson", role: "Piano Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwR5I869xG7mvZJi1gLiW16GY/professional-portrait-of-a-piano-instruc-1773149958833-7e1afaf0.png?_wi=1", imageAlt: "Margaret Johnson piano instructor"},
|
||||
{
|
||||
id: "2", name: "Jessica Lee", role: "Dance Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwR5I869xG7mvZJi1gLiW16GY/professional-portrait-of-a-dance-instruc-1773149955255-d32fb4cc.jpg?_wi=1", imageAlt: "Jessica Lee dance instructor"},
|
||||
{
|
||||
id: "3", name: "Marcus Williams", role: "Yoga Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwR5I869xG7mvZJi1gLiW16GY/professional-portrait-of-a-yoga-instruct-1773149958540-4c8fc93c.jpg?_wi=1", imageAlt: "Marcus Williams yoga instructor"},
|
||||
{
|
||||
id: "4", name: "Sofia Rossi", role: "Art Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwR5I869xG7mvZJi1gLiW16GY/professional-portrait-of-an-art-instruct-1773149958976-9ea3327d.png?_wi=1", imageAlt: "Sofia Rossi art instructor"},
|
||||
{
|
||||
id: "5", name: "Ahmed Hassan", role: "Language Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwR5I869xG7mvZJi1gLiW16GY/professional-portrait-of-a-language-inst-1773149958360-43c50b1b.jpg?_wi=1", imageAlt: "Ahmed Hassan language instructor"},
|
||||
{
|
||||
id: "6", name: "Lisa Anderson", role: "Fitness Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwR5I869xG7mvZJi1gLiW16GY/professional-portrait-of-a-fitness-instr-1773149958873-1119546c.png?_wi=1", imageAlt: "Lisa Anderson fitness instructor"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Workshop FAQ"
|
||||
description="Common questions about our workshop programs, enrollment, and learning experience"
|
||||
tag="Help & Support"
|
||||
title="Workshop FAQs"
|
||||
description="Common questions about our workshop programs and registration process"
|
||||
tag="Workshop Help"
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is the difference between workshops and classes?", content: "Workshops are intensive, focused learning experiences typically lasting 1-4 weeks with project-based curricula. Classes are ongoing courses that meet regularly throughout a semester. Choose workshops for rapid skill acquisition and classes for deeper, sustained learning."},
|
||||
id: "1", title: "What's the difference between workshops and classes?", content: "Workshops are intensive, focused sessions typically lasting 1-3 days on specific topics. Classes are ongoing courses meeting regularly over weeks or months. Choose workshops for rapid skill acquisition and classes for sustained learning."},
|
||||
{
|
||||
id: "2", title: "Do I need prior experience to join a workshop?", content: "Most workshops are designed for intermediate learners, but we offer beginner, intermediate, and advanced levels. Each workshop listing clearly indicates the required skill level. We also offer prerequisite courses if needed."},
|
||||
id: "2", title: "How many students attend each workshop?", content: "We keep workshops small, typically 8-15 participants per session. This ensures personalized attention from instructors and meaningful peer interaction. Intimate group sizes enhance learning and collaboration."},
|
||||
{
|
||||
id: "3", title: "What is included in the workshop price?", content: "Workshop pricing includes all instructor-led sessions, digital course materials, project resources, and lifetime access to workshop recordings. Depending on the tier, you may also get certification, mentorship, and networking opportunities."},
|
||||
id: "3", title: "Do I need prior experience to attend?", content: "Each workshop lists its prerequisite skill level. We offer beginner-friendly introductory workshops requiring no prior experience, plus advanced sessions for experienced practitioners. Choose the level matching your background."},
|
||||
{
|
||||
id: "4", title: "Are workshops offered online or in-person?", content: "We offer hybrid options for most workshops. You can choose between in-person, fully online, or a mix of both. Check individual workshop listings for available formats."},
|
||||
id: "4", title: "What materials are provided?", content: "All workshops include detailed handouts, resource guides, and access to video recordings. Premium participants receive digital workbooks and templates to continue learning after the workshop ends."},
|
||||
{
|
||||
id: "5", title: "Can I access workshop materials after completion?", content: "Yes! You have lifetime access to all workshop recordings, slides, and digital materials. You can review and refresh your knowledge anytime after the workshop ends."},
|
||||
id: "5", title: "Can I cancel my workshop registration?", content: "Yes! Full refunds are available if you cancel 7 days before the workshop. Cancellations within 7 days receive store credit. No refunds for no-shows, but you can transfer to another session."},
|
||||
{
|
||||
id: "6", title: "Do workshops offer professional certification?", content: "Most of our workshops include recognized certifications upon completion. These certificates can be added to your LinkedIn profile and resume to showcase your new skills to employers."},
|
||||
id: "6", title: "Are workshops available online?", content: "Many of our workshops are offered in both in-person and virtual formats. Virtual workshops include live instructor interaction, breakout group discussions, and access to the same materials as in-person attendees."},
|
||||
{
|
||||
id: "7", title: "What is your cancellation policy for workshops?", content: "You can cancel up to 7 days before the workshop starts for a full refund. Cancellations within 7 days receive store credit. If we cancel a workshop, you receive a full refund or can transfer to another workshop."},
|
||||
id: "7", title: "Do I get a certificate?", content: "Yes! All workshop participants receive a certificate of completion. Certificates detail the workshop topic, hours completed, and instructor name. They're recognized by our partner organizations and valued by employers."},
|
||||
{
|
||||
id: "8", title: "Do you offer group discounts for workshops?", content: "Yes! Groups of 5 or more students receive special pricing. Contact our sales team at sales@classhub.com to discuss custom rates for your group or organization."},
|
||||
id: "8", title: "What if I miss part of the workshop?", content: "Partial attendance is allowed for single-day workshops. Multi-day workshops require attending all sessions for certification. If you miss sessions, video recordings and catch-up materials are provided where applicable."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user