diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md
index 4f5cf87..ccf1357 100644
--- a/docs/components/jumbotron.md
+++ b/docs/components/jumbotron.md
@@ -10,6 +10,12 @@ import FwbJumbotronVideoExample from './jumbotron/examples/FwbJumbotronVideoExam
#### Use the jumbotron component to show a marketing message to your users based on a headline and image inside of a card box based on Tailwind CSS
+---
+
+:::tip
+Original reference: [https://flowbite.com/docs/components/jumbotron/](https://flowbite.com/docs/components/jumbotron/)
+:::
+
The Jumbotron (hero) component can be used as the first section of your website with a focus on a marketing message to increase the likelihood of the user to continue browsing your website.
This UI component features a heading title, a short description, an optional CTA button, background image, gradient or solid background color and it’s generally inside of a card element.
diff --git a/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue b/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue
index 4fe76c4..a528892 100644
--- a/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue
+++ b/docs/components/jumbotron/examples/FwbJumbotronBackgroundImageExample.vue
@@ -43,5 +43,5 @@
diff --git a/docs/components/jumbotron/examples/FwbJumbotronExample.vue b/docs/components/jumbotron/examples/FwbJumbotronExample.vue
index 9f5e664..ae93a2c 100644
--- a/docs/components/jumbotron/examples/FwbJumbotronExample.vue
+++ b/docs/components/jumbotron/examples/FwbJumbotronExample.vue
@@ -40,5 +40,5 @@
diff --git a/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue b/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue
index 5818ed7..3db47b1 100644
--- a/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue
+++ b/docs/components/jumbotron/examples/FwbJumbotronFormExample.vue
@@ -105,5 +105,5 @@
diff --git a/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue b/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue
index 44d2b11..1cfe59c 100644
--- a/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue
+++ b/docs/components/jumbotron/examples/FwbJumbotronGradientExample.vue
@@ -46,5 +46,5 @@
diff --git a/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue b/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue
index 8e69480..a1fbfdd 100644
--- a/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue
+++ b/docs/components/jumbotron/examples/FwbJumbotronVideoExample.vue
@@ -53,5 +53,5 @@
diff --git a/src/index.ts b/src/index.ts
index a5ec56d..994321a 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -20,6 +20,7 @@ export { default as FwbFooterCopyright } from './components/FwbFooter/FwbFooterC
export { default as FwbFooterIcon } from './components/FwbFooter/FwbFooterIcon.vue'
export { default as FwbFooterLink } from './components/FwbFooter/FwbFooterLink.vue'
export { default as FwbFooterLinkGroup } from './components/FwbFooter/FwbFooterLinkGroup.vue'
+export { default as FwbJumbotron } from './components/FwbJumbotron/FwbJumbotron.vue'
export { default as FwbListGroup } from './components/FwbListGroup/FwbListGroup.vue'
export { default as FwbListGroupItem } from './components/FwbListGroup/FwbListGroupItem.vue'
export { default as FwbModal } from './components/FwbModal/FwbModal.vue'