import type { Metadata } from "next"; import { CvsPrintSummary } from "~/components/cvs-print-summary"; import { PrintButton } from "~/components/print-button"; import { SectionLabel } from "~/components/section-label"; export const metadata: Metadata = { title: "CVS executive summary", robots: { index: false, follow: false, nocache: true }, }; export default function CvsSummaryPage() { return ( <>
Executive summary ยท CVS Health

The pharmacy executive summary

This page is formatted as a two-page print document: the medication record that moves adherence, keeps refills, and lowers cost of care. Use Print PDF (or Cmd+P, then Save as PDF) to export it.

); }