Testimonails and Introscript updates

This commit is contained in:
2026-05-03 11:16:53 +12:00
parent 751c2d7e98
commit f27e0fed07
13 changed files with 191 additions and 23 deletions
+16 -4
View File
@@ -10,9 +10,21 @@
<div id="intro">
<div class="intro-inner">
<div class="intro-trust-badge">
<div class="intro-trust-mark" aria-hidden="true">
<Icon name="fab fa-google" />
</div>
<a
class="intro-trust-mark intro-trust-mark-link"
href={intro.reviewCta.href}
target="_blank"
rel="noopener"
aria-label="Read our Google reviews"
>
<img
class="intro-google-logo"
src="/images/google-g-logo.svg"
alt=""
width="28"
height="29"
/>
</a>
<div class="intro-trust-copy">
<p>{intro.text}</p>
@@ -24,7 +36,7 @@
{/each}
</div>
<a href={intro.reviewCta.href} target="_blank" rel="noopener">
<a class="intro-trust-cta" href={intro.reviewCta.href} target="_blank" rel="noopener">
{intro.reviewCta.label}
</a>
</div>