'use client' import Link from 'next/link' export default function ResourcesPage() { return (
MoreThanADiagnosis

Resources

Support and guidance for your journey

We know how scary and overwhelming it can be to receive a diagnosis, not to mention the financial burden it can bring. That's why we've put together a list of helpful resources to attempt to make this journey even just a little bit easier for you. Be sure to check back often or sign up to receive updates as we are adding new resources all the time!

{[ { title: 'Financial Support', description: 'Resources for managing medical costs' }, { title: 'Mental Health', description: 'Mental health and counseling services' }, { title: 'Support Groups', description: 'Connect with others on similar journeys' }, { title: 'Medical Information', description: 'Reliable health and diagnosis information' } ].map((resource) => (

{resource.title}

{resource.description}

))}
) }