diff --git a/src/_components/card.md b/src/_components/card.md
index a311e0cb4..31a3cbed3 100644
--- a/src/_components/card.md
+++ b/src/_components/card.md
@@ -22,32 +22,17 @@ anchors:
## Examples
-### Default - Gray
-
-
- {% include_relative html/card.html %}
-
-
-### Default - White with border
+### Default
{% include storybook-preview.html story="components-va-card--default" link_text="va-card default" %}
-### With Drop Shadow
-
-{% include storybook-preview.html story="components-va-card--with-drop-shadow" link_text="va-card default" %}
+### With Background
-### Benefit payments
+{% include storybook-preview.html story="components-va-card--with-background" link_text="va-card with background" %}
-
- {% include_relative html/card-benefit-payments.html %}
-
-
-### Application status (Benefit application drafts)
-
-
- {% include_relative html/card-benefit-application-drafts.html %}
-
+### With Drop Shadow
+{% include storybook-preview.html story="components-va-card--with-drop-shadow" link_text="va-card with drop shadow" %}
## Usage
diff --git a/src/_includes/header.html b/src/_includes/header.html
index a4b9312ba..c8a5dcb17 100644
--- a/src/_includes/header.html
+++ b/src/_includes/header.html
@@ -44,7 +44,9 @@