diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fda2ed..b2af0cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,13 +155,13 @@ export default function LandingPage() { }, { id: "monthly", badge: "Best Value", badgeIcon: Award, - price: "$9/mo", name: "Professional", buttons: [{ text: "Subscribe Now", href: "#contact" }], + price: "$7/mo", name: "Professional", buttons: [{ text: "Subscribe Now", href: "#contact" }], features: [ "Unlimited rewrites", "Unlimited cover letters", "Multiple export formats", "Priority email support", "Unlimited job descriptions", "Download history", "Application tracking" ] }, { - id: "pay-per-use", badge: "", price: "$3", name: "Pay Per Use", buttons: [{ text: "Buy Credits", href: "#contact" }], + id: "pay-per-use", badge: "", price: "$2", name: "Pay Per Use", buttons: [{ text: "Buy Credits", href: "#contact" }], features: [ "Per resume rewrite", "Per cover letter", "No subscription required", "Valid for 12 months", "Use anytime", "Mix and match", "Perfect for casual job hunters" ]