From ae7f2a5140eed47ee5c84e39b82efd7824cd686c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 07:54:03 +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 ae5baf4..acf54a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,7 +166,7 @@ export default function LandingPage() { plans={[ { id: "plan-basic", badge: "Standard", badgeIcon: Users, - price: "$200/month", name: "Group Immersion", buttons: [ + price: "", name: "Group Immersion", buttons: [ { text: "Join Group", href: "#contact"}, ], @@ -175,7 +175,7 @@ export default function LandingPage() { }, { id: "plan-pro", badge: "Popular", badgeIcon: Star, - price: "$60/hour", name: "Private Tutoring", buttons: [ + price: "", name: "Private Tutoring", buttons: [ { text: "Book Now", href: "#contact"}, ], @@ -184,7 +184,7 @@ export default function LandingPage() { }, { id: "plan-premium", badge: "Enterprise", badgeIcon: Briefcase, - price: "Custom Quote", name: "Corporate Training", buttons: [ + price: "", name: "Corporate Training", buttons: [ { text: "Request Quote", href: "#contact"}, ], -- 2.49.1