, string> = {
healthcare: "Performance West is an independent compliance firm, not affiliated with CMS or Medicare.",
telecom: "Performance West is an independent compliance firm, not affiliated with the FCC or USAC.",
trucking: "Performance West is an independent compliance firm, not affiliated with the FMCSA or DOT.",
corporate: "Performance West is an independent compliance firm, not a government agency.",
};
const disclaimer = vertical ? DISCLAIMERS[vertical] : "";
---
{variant === "bar" && (
{"\u{1F512}"} Secure checkout
·
{"\u{1F4B5}"} Fixed price, no billable hours
·
{"\u2713"} Money-back guarantee: we file it or your money back
)}
{variant !== "bar" && (
{"\u{2705}"}
{GUARANTEE_TITLE}
{GUARANTEE_BODY}
{variant === "full" && (
{BADGES.map((b) => (
- {b.icon}{b.label}
))}
)}
{disclaimer &&
{disclaimer}
}
)}