|
|
|
|
@@ -6,7 +6,6 @@ import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
|
|
|
|
|
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
|
|
|
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
@@ -31,7 +30,7 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleMinimal
|
|
|
|
|
brandName="Code with me"
|
|
|
|
|
button={{
|
|
|
|
|
text: "Explore Courses",
|
|
|
|
|
text: "Watch preview",
|
|
|
|
|
href: "pricing"
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
@@ -153,71 +152,6 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
|
<PricingCardTwo
|
|
|
|
|
title="Simple, Transparent Pricing"
|
|
|
|
|
description="Choose the perfect plan for your learning journey. No hidden fees, cancel anytime."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="opacity"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter",
|
|
|
|
|
badge: "Starter",
|
|
|
|
|
badgeIcon: Zap,
|
|
|
|
|
price: "$49/month",
|
|
|
|
|
subtitle: "Perfect for beginners",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Get Started", href: "#" },
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Access to 3 core courses",
|
|
|
|
|
"Community forum access",
|
|
|
|
|
"Email support",
|
|
|
|
|
"Certificate of completion"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "professional",
|
|
|
|
|
badge: "Professional",
|
|
|
|
|
badgeIcon: Sparkles,
|
|
|
|
|
price: "$99/month",
|
|
|
|
|
subtitle: "Best for serious learners",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Get Started", href: "#" },
|
|
|
|
|
{ text: "Chat to Sales", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Access to 15+ advanced courses",
|
|
|
|
|
"1-on-1 mentorship sessions",
|
|
|
|
|
"Priority support",
|
|
|
|
|
"Exclusive job board",
|
|
|
|
|
"Portfolio review sessions"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "enterprise",
|
|
|
|
|
badge: "Enterprise",
|
|
|
|
|
badgeIcon: Award,
|
|
|
|
|
price: "Custom",
|
|
|
|
|
subtitle: "For teams and organizations",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Contact Sales", href: "#" },
|
|
|
|
|
{ text: "Schedule Call", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"All Professional features",
|
|
|
|
|
"Custom curriculum design",
|
|
|
|
|
"Team management tools",
|
|
|
|
|
"Dedicated account manager",
|
|
|
|
|
"Advanced analytics and reporting"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardOne
|
|
|
|
|
title="Success Stories from Our Students"
|
|
|
|
|
@@ -334,7 +268,8 @@ export default function LandingPage() {
|
|
|
|
|
imageAlt="Subscribe illustration"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
inputPlaceholder="your@email.com"
|
|
|
|
|
buttonText="Subscribe"
|
|
|
|
|
buttonText="Join"
|
|
|
|
|
buttonColor="green"
|
|
|
|
|
termsText="We respect your privacy. Unsubscribe anytime."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -352,4 +287,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|