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"}, ],