Update src/app/page.tsx

This commit is contained in:
2026-05-05 20:10:59 +00:00
parent ebd94ac789
commit fe8c94c358

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}