From 6c20fd3182a0a21d756657982ebcfa2e14cadcff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:13:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52347bc..cec7ccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,13 +99,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Choose Your Plan" - description="Select the perfect learning path for your professional data journey." - plans={[ - { 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" } - ]} + plans={[]} /> -- 2.49.1