--- // ReviewStep — summary panel, server-side validation hook, price display. export interface Props { service_slug: string; } const { service_slug } = Astro.props; import { SERVICE_META, formatUSD } from "../../../lib/intake_manifest"; const meta = SERVICE_META[service_slug]; ---
Review your order details. Click Finish to continue.