+
+
{"\u{2705}"}
+
+
{GUARANTEE_TITLE}
+
{GUARANTEE_BODY}
+
+
+ {variant === "full" && (
+
+ {BADGES.map((b) => (
+ - {b.icon}{b.label}
+ ))}
+
+ )}
+ {disclaimer &&
{disclaimer}
}
+
+)}
+
+
diff --git a/site/src/components/VerticalOrderHeader.astro b/site/src/components/VerticalOrderHeader.astro
index dd4835b..0da6f73 100644
--- a/site/src/components/VerticalOrderHeader.astro
+++ b/site/src/components/VerticalOrderHeader.astro
@@ -9,6 +9,7 @@ export interface Props {
vertical: "trucking" | "telecom" | "healthcare" | "corporate";
}
const { vertical } = Astro.props;
+import CheckoutTrustBand from "./CheckoutTrustBand.astro";
type Card = { icon: string; h: string; p: string };
type Content = {
@@ -93,6 +94,7 @@ const c = CONTENT[vertical];
))}
+