Bob AI: make prices in Simple, Transparent Pricing section...
This commit is contained in:
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "monthly", tag: "Monthly Plan", tagIcon: Zap,
|
||||
price: "$299", period: "/month", description: "Perfect for self-paced learners wanting flexibility", button: {
|
||||
price: "$149.5", period: "/month", description: "Perfect for self-paced learners wanting flexibility", button: {
|
||||
text: "Start Learning", href: "contact"
|
||||
},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "quarterly", tag: "Quarterly Plan", tagIcon: Award,
|
||||
price: "$799", period: "/3 months", description: "Best value for serious learners. Most popular choice.", button: {
|
||||
price: "$399.5", period: "/3 months", description: "Best value for serious learners. Most popular choice.", button: {
|
||||
text: "Get Started", href: "contact"
|
||||
},
|
||||
featuresTitle: "Everything in Monthly, plus:", features: [
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "annual", tag: "Annual Plan", tagIcon: Star,
|
||||
price: "$1,899", period: "/year", description: "Complete mastery. Maximum savings with lifetime access.", button: {
|
||||
price: "$949.5", period: "/year", description: "Complete mastery. Maximum savings with lifetime access.", button: {
|
||||
text: "Unlock Full Access", href: "contact"
|
||||
},
|
||||
featuresTitle: "Everything in Quarterly, plus:", features: [
|
||||
|
||||
Reference in New Issue
Block a user