diff --git a/app/views/organisations/_featured_news_small.html.erb b/app/views/organisations/_featured_news_small.html.erb
index ac26a31fd..d02f6f40f 100644
--- a/app/views/organisations/_featured_news_small.html.erb
+++ b/app/views/organisations/_featured_news_small.html.erb
@@ -17,7 +17,23 @@
} %>
-
+
+
+ <%= render "govuk_publishing_components/components/image_card", {
+ large: true,
+ href: "/still-not-a-page",
+ image_src: "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/feature/image/91397/s712_SG_Swear_in_1_.jpg",
+ image_alt: "some meaningful alt text please",
+ context: {
+ text: "Featured",
+ date: "2024-10-30".to_date
+ },
+ brand: "prime-ministers-office-10-downing-street",
+ heading_text: "An Example Headline",
+ description: "Following a news report that something has happened, further details are emerging of the thing that has happened and what that means for you."
+ } %>
+
+
<% @documents.remaining_featured_news.first(6).in_groups_of(3, false) do |news| %>
<% news.each do |news_item| %>
diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb
index a89d23d1e..ea16e6cf6 100644
--- a/app/views/organisations/show.html.erb
+++ b/app/views/organisations/show.html.erb
@@ -13,8 +13,8 @@
content_item: @organisation.content_item.content_item_data %>
<% if @organisation.is_no_10? %>
- <%= render partial: 'latest_news' %>
<%= render partial: 'featured_news_small' %>
+ <%= render partial: 'latest_news' %>
<%= render partial: 'videos' if @documents.has_promotional_video_feature? %>
<%= render partial: 'promotional_features_side_by_side' %>
<% else %>