From 758472b5f3ab7a467890035ab8324b2282bd25de Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:40:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43968ed..892716c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { description="Get answers to common questions about budgeting, saving, and managing money as a student." faqs={[ { - id: "1", title: "How much should I be saving as a student?", content: "While every situation is different, financial experts recommend the 50/30/20 rule: 50% for needs, 30% for wants, and 20% for savings and debt repayment. As a student with limited income, start with whatever you can—even $10-20 per week adds up over time. The key is creating the habit of saving." + id: "1", title: "How much should I be saving as a student?", content: "Use the 50/30/20 rule (50% needs, 30% wants, 20% savings), then adjust based on your student income." }, { id: "2", title: "What's the best way to track my expenses?", content: "There are many approaches: spreadsheets for detailed control, budgeting apps like YNAB or Mint for automation, or even a simple notebook. The best method is whichever one you'll actually stick with. Many students find that tracking for 2-3 months helps identify spending patterns before switching to a simpler system." -- 2.49.1