Skip to content

Commit ee45c79

Browse files
PP-13870 Update 3 grid rows on product-page
With this change, we are updating the copy for our home page for three sections.
1 parent 0f9a41d commit ee45c79

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

source/index.html.erb

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,17 @@ description: Take and process online payments from your users - GOV.UK Pay is a
5050
<div class="content-section">
5151
<div class="govuk-grid-row">
5252
<div class="govuk-grid-column-one-half">
53-
<h2 class="content-section__title govuk-heading-m">Take payments instantly</h2>
54-
<p class="govuk-body">Use GOV.UK&nbsp;Pay and be ready to take online payments in&nbsp;minutes.</p>
55-
<p class="govuk-body">There are no monthly bills, setup or upgrade fees.</p>
53+
<h2 class="content-section__title govuk-heading-m">What GOV.UK&nbsp;Pay can do</h2>
54+
<p class="govuk-body">GOV.UK&nbsp;Pay does more than just take card payments. It can also:</p>
55+
<ul class="govuk-list govuk-list--bullet">
56+
<li>provide a PCI DSS compliant platform</li>
57+
<li>take recurring payments to a schedule you can set</li>
58+
<li>take telephone (MOTO) payments so your users can pay by telephoning your call centre</li>
59+
<li>integrate with GOV.UK&nbsp;Forms and finance software</li>
60+
<li>give you real-time information on your payments</li>
61+
<li>take digital wallet payments with Apple&nbsp;Pay and Google&nbsp;Pay</li>
62+
</ul>
63+
<p class="govuk-body">We’re adding <%= link_to 'new features', 'using-govuk-pay', class: 'govuk-link' %> all the time.</p>
5664
</div>
5765
<div class="govuk-grid-column-one-half">
5866
<%=
@@ -65,12 +73,10 @@ description: Take and process online payments from your users - GOV.UK Pay is a
6573
</div>
6674
<div class="content-section content-section--with-top-border">
6775
<div class="govuk-grid-row">
68-
<div class="govuk-grid-column-one-half">
69-
<h2 class="content-section__title govuk-heading-m">Manage your payments</h2>
70-
<p class="govuk-body">Take payments, issue refunds and run reports on all your payments.</p>
71-
</div>
72-
<div class="govuk-grid-column-one-half">
73-
<%= image_tag 'product-page_images_transaction-screen.svg', alt: 'Dashboard showing a list of transactions with search filters.', class: 'content-section__image' %>
76+
<div class="govuk-grid-column-two-thirds">
77+
<h2 class="content-section__title govuk-heading-m">What’s new</h2>
78+
<p class="govuk-body">We’re updating GOV.UK&nbsp;Pay all the time.</p>
79+
<p class="govuk-body">Read the  <%= link_to 'full roadmap', 'roadmap', class: 'govuk-link' %>  to see what’s changed and what’s coming next.</p>
7480
</div>
7581
</div>
7682
</div>
@@ -125,8 +131,11 @@ description: Take and process online payments from your users - GOV.UK Pay is a
125131
<div class="content-section content-section--with-top-border">
126132
<div class="govuk-grid-row">
127133
<div class="govuk-grid-column-two-thirds">
128-
<h2 class="content-section__title govuk-heading-m">Security and relevant standards built in</h2>
129-
<p class="govuk-body">GOV.UK&nbsp;Pay is robust, secure and fully Payment Card Industry (PCI) compliant.</p>
134+
<h2 class="content-section__title govuk-heading-m">Secure, reliable and accessible</h2>
135+
<p class="govuk-body">
136+
GOV.UK&nbsp;Pay is built by the Government Digital Service. It is robust, secure and fully Payment Card Industry Data Security Standard (PCI DSS) compliant. It is
137+
supported 24 hours a day, 7 days a week. Our uptime is 99.99%. Read more about our <%= link_to 'security and compliance', 'security', class: 'govuk-link' %>.
138+
</p>
130139
<p class="govuk-body">
131140
Read the
132141
<%= link_to 'accessibility statement', 'accessibility-statement', class: 'govuk-link' %>

0 commit comments

Comments
 (0)