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

The pharmacy executive summary

This page is formatted as a two-page print document: what Medscribe can do, and how every capability pays off twice, for the patient and for Walgreens. Use Print PDF (or Cmd+P, then Save as PDF) to export it.

); }