Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae7f2a5140 | |||
| a729a07247 | |||
| 5b11d5697c |
@@ -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"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user