Bob AI: make prices in Flexible Learning Plans section low...

This commit is contained in:
2026-01-30 14:34:02 +02:00
parent 2d18d0d378
commit 7f3c411cf6

View File

@@ -118,7 +118,7 @@ export default function LandingPage() {
description="Choose the perfect program for your goals and budget"
plans={[
{
id: "starter", price: "$499", name: "Starter Course", buttons: [
id: "starter", price: "$349.3", name: "Starter Course", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "contact" }
],
@@ -128,7 +128,7 @@ export default function LandingPage() {
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$1,299", name: "Professional Program", buttons: [
price: "$909.3", name: "Professional Program", buttons: [
{ text: "Enroll Now", href: "contact" },
{ text: "Schedule Call", href: "contact" }
],
@@ -137,7 +137,7 @@ export default function LandingPage() {
]
},
{
id: "enterprise", price: "$2,499", name: "Enterprise Bootcamp", buttons: [
id: "enterprise", price: "$1,749.3", name: "Enterprise Bootcamp", buttons: [
{ text: "Start Bootcamp", href: "contact" },
{ text: "Contact Sales", href: "contact" }
],