diff --git a/app/views/content/landing/social-mailing-list/_header.html.erb b/app/views/content/landing/social-mailing-list/_header.html.erb deleted file mode 100644 index e139e36583..0000000000 --- a/app/views/content/landing/social-mailing-list/_header.html.erb +++ /dev/null @@ -1,6 +0,0 @@ -<%= render Content::CampaignHeroComponent.new( - title: ["Sign up for", "emails"], - colour: @front_matter["colour"], - image: @front_matter["image"], - background_colour: "grey" -) %> diff --git a/app/views/content/landing/social-mailing-list/_mailing-list.html.erb b/app/views/content/landing/social-mailing-list/_mailing-list.html.erb deleted file mode 100644 index 794ac9ad60..0000000000 --- a/app/views/content/landing/social-mailing-list/_mailing-list.html.erb +++ /dev/null @@ -1,31 +0,0 @@ -
-
-
- <%= render Content::MailingListComponent.new( - title: "Get free advice and support that's tailored to you", - color: "transparent", - margin: false, - heading: :l - ) do %> - -

- Whether you’re just thinking about teaching or you’re ready to apply, we’re here to help guide you through the steps to becoming a teacher. Discover how exciting and rewarding teaching can be. -

- -

- Sign up for emails and find out how to get: -

- -
    -
  • personalised guidance on teacher training
  • -
  • experience of life in the classroom
  • -
  • free one-to-one support from an adviser
  • -
  • alerts about teaching events near you
  • -
- -
- - <% end %> -
-
-