diff --git a/src/app/page.tsx b/src/app/page.tsx index cff31c1..94d4a90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,6 +170,8 @@ export default function LandingPage() { faqs={[ { id: "1", title: "Is testicular cancer common?", content: "It is the most common cancer in young people, but overall it remains rare." }, { id: "2", title: "Can it be prevented?", content: "There is no guaranteed way to prevent it, but regular self-exams aid early discovery." }, + { id: "3", title: "What is the age range?", content: "While it can occur at any age, it is most frequently diagnosed in men between the ages of 15 and 35." }, + { id: "4", title: "Where can I find support?", content: "Many national cancer organizations provide dedicated support lines, peer mentorship, and wellness resources." } ]} sideTitle="Frequently Asked Questions" sideDescription="Answers to common queries about testicular health." @@ -198,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file