When the Hero is set to borderless, the Hero will have no border.
-
Full-bleed image
<%= sage_component SageHero, {
title: "Learn with Kajabi in our live workshops",
description: "Did you know we offer free workshops? Kajabi experts host live workshops every week on topics from marketing your products to building out your Kajabi account.",
@@ -56,25 +55,6 @@
<% end %>
<% end %>
-
Contained image
-<%= sage_component SageHero, {
- title: "Introducing the Kajabi template store",
- description: "Did you know we offer free workshops? Kajabi experts host live workshops every week on topics from marketing your products to building out your Kajabi account.",
- image: "hero-contained-placeholder.png",
- alt_text: "Multi layered illustration of UI elements and woman smiling to the camera",
- size: "large",
- contained: true,
- image_start: true,
- borderless: true,
-} do %>
- <% content_for :sage_hero_footer_actions do %>
- <%= sage_component SageButton, {
- style: "primary",
- value: "Learn more",
- } %>
- <% end %>
-<% end %>
-
<%= sage_component SageDivider, {} %>
Contained
diff --git a/packages/sage-react/lib/Hero/Hero.story.mdx b/packages/sage-react/lib/Hero/Hero.story.mdx
index 7114b3e546..afd362ff65 100644
--- a/packages/sage-react/lib/Hero/Hero.story.mdx
+++ b/packages/sage-react/lib/Hero/Hero.story.mdx
@@ -28,15 +28,14 @@ Ensure images that are used in the Hero component have alt text that describes t
## Properties
-
+
-## Full-Bleed Images
-
-### Small - full-bleed
-The small Hero component takes up a portion of the viewport width and image fills the space within the container.
+## Sizes
+There are two sizes for the Hero component: small and large. The small Hero component takes up a portion of the viewport width and the large Hero component takes up the entire viewport width.
+### Small
-### Large - full-bleed
-The default large Hero component takes up the entire viewport width and image fills the space within the container.
-
+### Large
-### Image with trigger - full-bleed
-When the image has a trigger, the image is clickable, will trigger an action, and image fills the space within the container.
-
-
-
-### Borderless and custom background color - full-bleed
-When the Hero is set to borderless and has a custom background color, the Hero will have no border and the background color will be applied to the entire Hero. The image will fill the space within the container.
-
+## Borderless
+When the Hero is set to borderless, the Hero will have no border.
-## Contained Images
-Contained images within a Hero component will have margins that push the image away from the sides of the Hero container.
-
-### Small - contained
-
-
-
-### Large - contained
-
-
-
-### Small - contained - trigger
-
+## Contained
+When the Hero is set to contained, the Hero will have margins that push the image away from the sides of the Hero container.
-### Borderless and custom background color - contained
-
+## Custom Background
+When the Hero has a custom background color, the background color will be applied to the entire Hero.
-
-## Image start
-When the image is set to start, the image will be placed at the start of the Hero component.
-
-### Image start - Small
-
-
-### Image start - Large
-
+## Image Start
+When the image is set to start, the image will be placed at the start of the Hero component.
-### Image start - contained - small
+## CTA Attribute
+When the Hero has a CTA attribute, the CTA will be applied to the Hero image.
-
-
-### Image start - contained - large
-
-
\ No newline at end of file
+