diff --git a/packages/react/components/hero/Hero.example.tsx b/packages/react/components/hero/Hero.example.tsx
index 5b3c0311..850d18fb 100644
--- a/packages/react/components/hero/Hero.example.tsx
+++ b/packages/react/components/hero/Hero.example.tsx
@@ -2,31 +2,39 @@ import React from 'react'
import { Hero } from './index'
import { Container } from '@/components/container'
import { Title } from '@/components/title'
-import { Button } from '@/components/button'
-
-const HeroExample: React.ReactNode =
-
-
- Bonjour Michel
-
-
- Fugiat velit dolor ad adipisicing id quis enim cupidatat Lorem dolore aute excepteur tempor.
-
-
-
-
+import { Box, Columns, ColumnsItem, Section, Text } from '@/lib'
+const HeroExample: React.ReactNode = (
+
+
+
+
+
+ Internet garanti
+
+
+ Profitez dInternet dès labonnement et même en cas de coupure grâce à une clé 4G dans
+ les nouvelles offres Bbox.
+
+
+
+
+
+
+
+ Internet garanti
+
+
+
+
+
+
+)
export default HeroExample
diff --git a/packages/react/components/icon/Icon.example.tsx b/packages/react/components/icon/Icon.example.tsx
index c6fb3ba0..a4964d5d 100644
--- a/packages/react/components/icon/Icon.example.tsx
+++ b/packages/react/components/icon/Icon.example.tsx
@@ -5,18 +5,18 @@ const IconExample: React.ReactNode =
<>
diff --git a/packages/react/components/section/Section.example.tsx b/packages/react/components/section/Section.example.tsx
index 748df2c9..c4a15bf8 100644
--- a/packages/react/components/section/Section.example.tsx
+++ b/packages/react/components/section/Section.example.tsx
@@ -3,6 +3,7 @@ import { Section } from './index'
import { Title } from '@/components/title'
const SectionExample: React.ReactNode =
+
<>
diff --git a/packages/react/components/stepper/Stepper.example.tsx b/packages/react/components/stepper/Stepper.example.tsx
index 2d3fa4df..5d4e3b1e 100644
--- a/packages/react/components/stepper/Stepper.example.tsx
+++ b/packages/react/components/stepper/Stepper.example.tsx
@@ -2,7 +2,7 @@ import React from 'react'
import { Stepper, StepperStep } from './index'
const StepperExample: React.ReactNode =
-
+
+ Stepp
export default StepperExample
diff --git a/packages/react/components/title/Title.example.tsx b/packages/react/components/title/Title.example.tsx
index 99ae7306..939a8a69 100644
--- a/packages/react/components/title/Title.example.tsx
+++ b/packages/react/components/title/Title.example.tsx
@@ -2,24 +2,15 @@ import React from 'react'
import { Columns, ColumnsItem } from '../columns'
import { Title } from './index'
-const TitleExample: React.ReactNode =
-
- <>
-
-
-
- Ceci titre
-
-
-
-
- Ceci est un sous-titre
-
-
-
- >
+const TitleExample: React.ReactNode = (
+
+
+ Ceci titre
+
+
+ Ceci est un sous-titre
+
+
+)
export default TitleExample