Instructions

Yes. We can help you!

Font smoothing

To make the font smoothing we have added this code below in the project settings "Head Code" section.

<style>
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
</style>

How to update Home Hero Text?

1. Click the Home Hero Text component
2. Update Heading Texts and Button texts (#1, #2, #3)

Enjoy :)