Hero
The hero component renders a big, bad, bold hero section on your landing page.
<Hero
title='Build a Node.js & React SaaS app at warp speed'
tagline='Gravity is the leading Node.js & React SaaS boilerplate. Get all features you need in a single install.'
image={ ImgDashboard }
/>
prop | description | value |
title | the h1 title | string |
tagline | product tagline rendered inside h2 | string |
image | image source object | image source |
alt | image alt tag | string |
Last modified 3yr ago