Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-06-11 07:54:07 +00:00

View File

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