runway

Runway

Hero

A component to welcome users and introduce your site


Made with:

nextjstailwindcsssupabasemailgunstripe

Welcome to my site

This is a description of my site.

It's free

0$Free

Avatar 1
Avatar 2
Avatar 3

Trusted by

Hero Image

The Hero component is a hero section that can include an image, title (TextHightlight), description, call-to-action button, promo section, and trusted by section.

You can customize the text position, background glow, and image.

It uses the TextHighlight, Button, and AvatarsTestimonial components.



Usage

javascript

1import Hero from '@/components/landing/Hero';
2
3<Hero />



Props

NameTypeDefaultDescription
textHighlightobject{ text: "", highlight: "", color: "", fromGradient: "", toGradient: "" }The text to highlight (see TextHighlight for more details).
descriptionstring""The description text.
buttonTextstring""The text for the call-to-action button.
buttonSubTextstring""The subtext for the call-to-action button.
showPromobooleanfalseWhether to show the promo section.
promoobject{ price: 0, text: "" }The promo text.
showTrustedBybooleanfalseWhether to show the trusted by section.
trustedByobject{ text: "", avatars: [] }The trusted by section.
textPositionstring"left"The position of the text.
imageSrcstring""The source of the image.
imageAltstring""The alt text for the image.
backgroundGlowstring""The color of the background glow, see tailwind.config.
glowOpacitynumber0.5The opacity of the background glow.
glowSizestring"30%"The size of the background glow.
glowBlurnumber100The blur of the background glow.
classNamestring""Additional Tailwind utility classes.
...propsobject-Any other valid HTML attributes for the <header> element.

The Hero component uses the TextLink and Button components.




Examples

Hero with Image

Made with:

nextjstailwindcsssupabasemailgunstripe

Welcome to my site

This is a description of my site.

It's free

0$Free

Avatar 1
Avatar 2
Avatar 3

Trusted by

Hero Image

Minimal Hero

Made with:

nextjstailwindcsssupabasemailgunstripe

Welcome to my site

This is a description of my site.

Custom Hero with Glow and Gradient Effects

Made with:

nextjstailwindcsssupabasemailgunstripe

Welcome to my site

This is a description of my site.