fix apostrophe build issue

main
Midnight 3 years ago
parent 5ce527a4ef
commit 51ed02a2cd

@ -44,7 +44,7 @@ export default function Home() {
<FontAwesomeIcon fixedWidth icon={faHandshake} size="2x" style={{color: "var(--theme-color)"}} />
<div>
<h3>Service focused</h3>
<p>Need something we don't explicitly offer? We can always work something out.</p>
<p>{"Need something we don't explicitly offer? We can always work something out."}</p>
</div>
</section>
@ -70,7 +70,7 @@ export default function Home() {
<FontAwesomeIcon fixedWidth icon={faMoneyBillWave} size="2x" style={{color: "var(--theme-color)"}} />
<div>
<h3>Price minded</h3>
<p>Take advantage of the small scale of a startup's cost advantage</p>
<p>{"Take advantage of the small scale of a startup's cost advantage"}</p>
</div>
</section>

Loading…
Cancel
Save