From acfbfd5eb935d2b3148cdfdb0badcf08ae2043b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:12:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b01073..93b51cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,9 +102,9 @@ export default function LandingPage() { title="Choose Your Plan" description="Select the perfect learning path for your professional data journey." plans={[ - { name: "Starter", price: "$49", features: ["Basic Modules", "Email Support"], buttonText: "Get Started" }, - { name: "Professional", price: "$99", features: ["Advanced Modules", "Priority Support", "Certificate"], buttonText: "Go Pro" }, - { name: "Enterprise", price: "$199", features: ["Full Suite", "Dedicated Mentor", "Bulk Licenses"], buttonText: "Contact Us" } + { 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" } ]} />