import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Check } from "lucide-react" export default function Component() { return (

BetterBrain Next Steps

Default Path Guided Self-Improvement
    Action plan implementation Weekly personalized email suggestions Access to our evolving platform and tools 3-month check-in Text support whenever needed
Free Included with your current plan
Intensive Coaching Personalized Guidance
    One live coaching session per month Full retesting every 6 months Sequential work on each practice and system Thorough diagnostics ($299-$999 per practice/system) Support with clinician and insurance engagement
$150/month Billed monthly
Comprehensive Medicine Personalized Treatment (Rezilir)
    World-class functional MD with strong clinical lens Treatment for known symptoms or conditions Requires travel to South Florida Tailored treatment plans Access to cutting-edge therapies
Custom Pricing Typically $X-$Y based on needs
) } function ListItem({ children }: { children: React.ReactNode }) { return (
  • {children}
  • ) }