diff --git a/src/app/page.tsx b/src/app/page.tsx index 454ddf9..0fe41ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { ] }, { - id: "professional", tag: "Professional Plan", tagIcon: Award, + id: "professional", tag: "Most Popular - Professional Plan", tagIcon: Award, price: "$149", period: "/month", description: "Most popular - ideal for serious learners", button: { text: "Get Started", href: "#" }, featuresTitle: "What's Included:", features: [ "Unlimited course access", "Priority email & chat support", "Advanced certificates", "Monthly live workshops", "Career coaching sessions" @@ -163,6 +163,7 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + planTagClassName="font-bold" />