-
-
-
-
diff --git a/src/components/HeadlineBreakingNews/stories/docs/component.md b/src/components/HeadlineBreakingNews/stories/docs/component.md
deleted file mode 100644
index 6b70611c..00000000
--- a/src/components/HeadlineBreakingNews/stories/docs/component.md
+++ /dev/null
@@ -1,12 +0,0 @@
-Reuters Graphics headline for breaking news pages
-
-This is a simplified version of the `Headline` component. It doesn't allow for the addition of crown, the dek is removed, and the styles are
-simplified. It is meant to serve as a unifying style for quick turnaround pages.
-
-```svelte
-
-
-
-```
diff --git a/src/components/HeadlineBreakingNews/stories/docs/quickit.md b/src/components/HeadlineBreakingNews/stories/docs/quickit.md
deleted file mode 100644
index 1c60d0a0..00000000
--- a/src/components/HeadlineBreakingNews/stories/docs/quickit.md
+++ /dev/null
@@ -1,47 +0,0 @@
-Setup your Google Doc to work with the `HeadlineBreakingNews` component.
-
-```yaml
-# Beginning of your Google doc
-Kicker: Global News
-KickerUrl:
-Hed: A beautiful page
-Byline: Sherlock Holmes
-Published: 2022-09-12T08:30:00.000Z
-Updated:
-MarginBottom: 2rem
-```
-
-Note that this works in exactly the same way as the `Headline` component, but for the extra prop of `KickerUrl` which you need to add if
-you don't want your kicker to be a link to Reuters Graphics. You can also additionally have a `MarginBottom` prop.
-
-```svelte
-
-
-
-
- By {@html marked.parseInline(content.Byline)}
-
-
-```
diff --git a/src/components/HeadlineBreakingNews/stories/docs/withByline.md b/src/components/HeadlineBreakingNews/stories/docs/withByline.md
deleted file mode 100644
index 1d25c4dc..00000000
--- a/src/components/HeadlineBreakingNews/stories/docs/withByline.md
+++ /dev/null
@@ -1,20 +0,0 @@
-Add a byline and dateline with `byline` and `dateline` named slots.
-If you don't want to display 'Global Graphics' with a link to graphics.reuters.com at the top, you can
-replace with a section title using the `section` prop and leaving the `sectionUrl` blank.
-
-```svelte
-
-
-
-
- By Peppa Pig
-
- Published Jan. 1, 2020
-
-```
diff --git a/src/components/SiteHeadline/SiteHeadline.stories.svelte b/src/components/SiteHeadline/SiteHeadline.stories.svelte
new file mode 100644
index 00000000..495b0647
--- /dev/null
+++ b/src/components/SiteHeadline/SiteHeadline.stories.svelte
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/SiteHeadline/SiteHeadline.svelte b/src/components/SiteHeadline/SiteHeadline.svelte
new file mode 100644
index 00000000..8c38a1e0
--- /dev/null
+++ b/src/components/SiteHeadline/SiteHeadline.svelte
@@ -0,0 +1,223 @@
+
+
+
+
+