diff --git a/app/views/framework_requests/index.html.erb b/app/views/framework_requests/index.html.erb index f5768c525..dc4f97aeb 100644 --- a/app/views/framework_requests/index.html.erb +++ b/app/views/framework_requests/index.html.erb @@ -4,32 +4,21 @@

<%= I18n.t("faf.start_page.header") %>

-
-
-

- Information and advice -

-
-
-

- What you can do to reduce energy costs -

-

Last updated 1 April 2023

-
-
-

<%= I18n.t("faf.start_page.overview_purpose") %>

-

<%= I18n.t("faf.start_page.we_can") %>:

+

<%= I18n.t("faf.start_page.we_can_offer") %>

-

- <%= I18n.t("faf.start_page.overview_response") %> -

+

<%= I18n.t("faf.start_page.our_specialists") %>

+ <%= button_to start_framework_requests_path, class: "govuk-button govuk-!-margin-top-2 govuk-!-margin-bottom-8 govuk-button--start" do %> <%= I18n.t("generic.button.start") %> @@ -38,17 +27,15 @@ <% end %> -

<%= I18n.t("faf.start_page.subheading") %>

+

<%= I18n.t("faf.start_page.tools_and_guidance") %>

- <%= I18n.t("faf.start_page.you_can") %>: + <%= I18n.t("faf.start_page.tools_and_guidance_also") %>

- diff --git a/config/locales/en.yml b/config/locales/en.yml index aebb17677..7a3ef5907 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -519,17 +519,29 @@ en: hint: Enter the name, postcode or unique reference number (URN) of your school start_page: header: Request help and support for your procurement - overview_category_list: - - give you general guidance or specific advice on buying goods or services for your school - - give you support with buying goods or services for your school using a framework agreement - - buy on your behalf through a framework agreement - - buy on your behalf by getting quotes or bids for contract renewals or new procurements from an open supplier market - - help you buy energy - we'll ask you to upload your recent energy bill to give us the information we need to support you - overview_purpose: Use this service if you're a state funded school in England. - overview_response: The Get help buying for schools team will respond to you within 2 working days. - subheading: Before you start - we_can: We can - you_can: You can + overview_purpose: Use this service if you’re a state-funded school in England and need free help with your school procurement. + our_specialists: 'Our specialists may also offer to help run more complex or high value procurements. Some of the reasons they may offer to do this are:' + our_specialists_points: + - when contracts are long term or multi-year + - you’re buying for multiple schools + - 'the value is above the public contracts regulations (PCR) threshold' + - the procurement requires inclusion of transferring personnel contracts under the Transfer of Undertakings (Protection of Employment) regulations (TUPE) + - you're new or not experienced in running these types of procurements + - there are problems with supply or prices change regularly, for example energy costs + - it's challenging to find suppliers + tools_and_guidance: Tools and guidance + tools_and_guidance_also: 'You can also:' + tools_and_guidance_points: + - 'read information on finding the right route to buy what you need for your school' + - 'read about what to consider for specific goods and services' + - 'read about framework agreements' + - "create a specification for catering or multi-functional devices if you don't have one yet" + we_can_offer: 'Our team of procurement specialists can offer:' + we_can_offer_points: + - offer advice and guidance to make sure you’re buying compliantly at any point, even if your procurement process is already in progress. + - review your documents to make sure they're complete and compliant. This includes advice on specification documents, tender documents and evaluation criteria + - support you on choosing or using a framework agreement for your procurement + - advise when you need to seek legal advice user_organisation: header: Which school are you buying for? user_query: diff --git a/spec/features/specify/framework_requests/start_page_spec.rb b/spec/features/specify/framework_requests/start_page_spec.rb index b71982a31..a0f8e612b 100644 --- a/spec/features/specify/framework_requests/start_page_spec.rb +++ b/spec/features/specify/framework_requests/start_page_spec.rb @@ -7,15 +7,6 @@ expect(page).to have_current_path "/procurement-support" end - it "links to external resources in a new tab" do - expect(page).to have_link_to_open_in_new_tab "about frameworks", - href: "https://www.gov.uk/guidance/buying-procedures-and-procurement-law-for-schools/find-the-right-way-to-buy" - expect(page).to have_link_to_open_in_new_tab "planning for what you're buying", - href: "https://www.gov.uk/guidance/buying-for-schools" - expect(page).to have_link_to_open_in_new_tab "finding the right way to buy", - href: "https://www.gov.uk/guidance/buying-procedures-and-procurement-law-for-schools" - end - it "links to the homepage" do expect(page).to have_link "create a specification", href: "/", class: "govuk-link" end