diff --git a/app/components/spotlight/masthead_component.html.erb b/app/components/spotlight/masthead_component.html.erb
new file mode 100644
index 000000000..d3a4a0bd0
--- /dev/null
+++ b/app/components/spotlight/masthead_component.html.erb
@@ -0,0 +1,28 @@
+<% if show_contact_form? && (current_exhibit.nil? || !current_page?(spotlight.new_exhibit_contact_form_path(current_exhibit))) %>
+
diff --git a/app/views/shared/_masthead.html.erb b/app/views/shared/_masthead.html.erb
index d3a4a0bd0..64b36d328 100644
--- a/app/views/shared/_masthead.html.erb
+++ b/app/views/shared/_masthead.html.erb
@@ -1,28 +1,2 @@
-<% if show_contact_form? && (current_exhibit.nil? || !current_page?(spotlight.new_exhibit_contact_form_path(current_exhibit))) %>
-
- <%= render 'spotlight/shared/report_a_problem' %>
-
-<% end %>
-
-<%- masthead_navbar = capture do %>
- <% if content_for? :masthead_navbar %>
- <%= content_for :masthead_navbar %>
- <% elsif current_exhibit %>
- <%= render 'shared/exhibit_navbar' %>
- <% else %>
- <%= render 'shared/site_navbar' %>
- <% end %>
-<% end %>
-
-
-
-<%= render Spotlight::BreadcrumbsComponent.new(breadcrumbs:) %>
+<% Spotlight.deprecator.warn "Rendering deprecated partial shared/masthead. Use MastheadComponent instead" %>
+<%= render Spotlight::MastheadComponent.new(current_exhibit:, current_masthead:) %>