From 1251cad2e9142cb4742f8ae9c86fa39ace361ef7 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 14:54:49 +0000 Subject: [PATCH] Bob AI: make prices in Simple, Transparent Pricing section... --- 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 dddd42e..4f7a174 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: [