Merge version_9 into main
Merge version_9 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -6,11 +6,12 @@ import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
|
|||||||
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Sparkles, Zap, Award, Twitter, Linkedin, Github } from "lucide-react";
|
import { Sparkles, Zap, Award, Twitter, Linkedin, Github, Check } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -152,6 +153,73 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="pricing" data-section="pricing">
|
||||||
|
<PricingCardTwo
|
||||||
|
title="Choose Your Learning Path"
|
||||||
|
description="Start your coding journey with flexible pricing options that fit your goals and budget."
|
||||||
|
textboxLayout="default"
|
||||||
|
animationType="scale-rotate"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
gridVariant="three-equal-width-columns"
|
||||||
|
plans={[
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
name: "Starter",
|
||||||
|
description: "Perfect for beginners starting their coding journey",
|
||||||
|
price: "$99",
|
||||||
|
period: "per month",
|
||||||
|
badge: "",
|
||||||
|
features: [
|
||||||
|
{ text: "Access to all beginner courses", included: true },
|
||||||
|
{ text: "Community forum support", included: true },
|
||||||
|
{ text: "Basic project templates", included: true },
|
||||||
|
{ text: "Certificate of completion", included: true },
|
||||||
|
{ text: "1-on-1 mentorship", included: false },
|
||||||
|
{ text: "Advanced courses", included: false }
|
||||||
|
],
|
||||||
|
ctaText: "Get Started",
|
||||||
|
ctaHref: "#"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
name: "Professional",
|
||||||
|
description: "Best for serious learners ready to advance their skills",
|
||||||
|
price: "$199",
|
||||||
|
period: "per month",
|
||||||
|
badge: "Most Popular",
|
||||||
|
features: [
|
||||||
|
{ text: "Access to all courses", included: true },
|
||||||
|
{ text: "1-on-1 mentorship sessions", included: true },
|
||||||
|
{ text: "Premium project portfolio", included: true },
|
||||||
|
{ text: "Industry-recognized certificates", included: true },
|
||||||
|
{ text: "Career guidance support", included: true },
|
||||||
|
{ text: "Priority community access", included: true }
|
||||||
|
],
|
||||||
|
ctaText: "Start Learning",
|
||||||
|
ctaHref: "#"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
name: "Enterprise",
|
||||||
|
description: "For teams and organizations scaling their development",
|
||||||
|
price: "$499",
|
||||||
|
period: "per month",
|
||||||
|
badge: "",
|
||||||
|
features: [
|
||||||
|
{ text: "Everything in Professional", included: true },
|
||||||
|
{ text: "Team management dashboard", included: true },
|
||||||
|
{ text: "Custom learning tracks", included: true },
|
||||||
|
{ text: "Direct instructor access", included: true },
|
||||||
|
{ text: "Advanced analytics", included: true },
|
||||||
|
{ text: "Priority support", included: true }
|
||||||
|
],
|
||||||
|
ctaText: "Contact Sales",
|
||||||
|
ctaHref: "contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
title="Success Stories from Our Students"
|
title="Success Stories from Our Students"
|
||||||
|
|||||||
Reference in New Issue
Block a user