diff --git a/apps/site/src/content/design-system/components/breadcrumb/accessibilityDemo.mdoc b/apps/site/src/content/design-system/components/breadcrumb/accessibilityDemo.mdoc
index 4cce98db2..6a21514e7 100644
--- a/apps/site/src/content/design-system/components/breadcrumb/accessibilityDemo.mdoc
+++ b/apps/site/src/content/design-system/components/breadcrumb/accessibilityDemo.mdoc
@@ -1,12 +1,12 @@
```jsx
-// Using the Link component (as NextLink) from 'next/LinkLink'
-
-
+// Using the Link component (as NextLink) from 'next/Link'
+
+
Home
-
+
Home
@@ -14,7 +14,7 @@
Personal
-
+
Home
@@ -25,23 +25,5 @@
Credit cards
-
-
- Anchor item
-
-
- Another anchor item
-
-
-
- Disabled item
-
-
-
-
- Last item
-
-
-
```
diff --git a/apps/site/src/content/design-system/components/breadcrumb/code.mdoc b/apps/site/src/content/design-system/components/breadcrumb/code.mdoc
index 6e6a7aeb1..dccb4cca1 100644
--- a/apps/site/src/content/design-system/components/breadcrumb/code.mdoc
+++ b/apps/site/src/content/design-system/components/breadcrumb/code.mdoc
@@ -1,24 +1,30 @@
### Default breadcrumb
```jsx
-// Using the Link component (as NextLink) from 'next/LinkLink'
-
-
-
- Anchor item
+// Using the Link component (as NextLink) from 'next/Link'
+
+
+
+ Home
-
- Another anchor item
+
+
+
+ Home
-
-
- Disabled item
-
+
+ Personal
-
-
- Last item
-
+
+
+
+ Home
+
+
+ Personal
+
+
+ Credit cards
diff --git a/apps/site/src/content/design-system/components/breadcrumb/design/breadcrumbs/content.mdoc b/apps/site/src/content/design-system/components/breadcrumb/design/breadcrumbs/content.mdoc
index ea461ece0..e2228c2e8 100644
--- a/apps/site/src/content/design-system/components/breadcrumb/design/breadcrumbs/content.mdoc
+++ b/apps/site/src/content/design-system/components/breadcrumb/design/breadcrumbs/content.mdoc
@@ -1,23 +1,31 @@
Breadcrumbs come in one style for navigational consistency across all touch-points.
```jsx
-// Using the Link component (as NextLink) from 'next/LinkLink'
-
-
- Anchor item
-
-
- Another anchor item
-
-
-
- Disabled item
-
-
-
-
- Last item
-
-
-
+// Using the Link component (as NextLink) from 'next/Link'
+
+
+
+ Home
+
+
+
+
+ Home
+
+
+ Personal
+
+
+
+
+ Home
+
+
+ Personal
+
+
+ Credit cards
+
+
+
```