From 5e5a42700ada28c21b5fb2e74ca654fd233047d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:00:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ] -- 2.49.1