Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-05-14 12:12:47 +00:00

View File

@@ -102,9 +102,9 @@ export default function LandingPage() {
title="Choose Your Plan"
description="Select the perfect learning path for your professional data journey."
plans={[
{ plan: "Starter", price: "$49", features: ["Basic Modules", "Email Support"], buttonText: "Get Started" },
{ plan: "Professional", price: "$99", features: ["Advanced Modules", "Priority Support", "Certificate"], buttonText: "Go Pro" },
{ plan: "Enterprise", price: "$199", features: ["Full Suite", "Dedicated Mentor", "Bulk Licenses"], buttonText: "Contact Us" }
{ title: "Starter", price: "$49", features: ["Basic Modules", "Email Support"], buttonText: "Get Started" },
{ title: "Professional", price: "$99", features: ["Advanced Modules", "Priority Support", "Certificate"], buttonText: "Go Pro" },
{ title: "Enterprise", price: "$199", features: ["Full Suite", "Dedicated Mentor", "Bulk Licenses"], buttonText: "Contact Us" }
]}
/>
</div>