# HomeHero URL: /docs/apps/marketing/landing-page/home-hero A hero element that users see when visiting your home page. Includes a title, supporting headline and CTA. ## Preview ![home hero](/static/assets/home-hero.png) ## Import ```tsx title="page.tsx" import { HomeHero } from "@/components/HomeHero"; ``` ## Tips * Your `

` tag should be a catching title describing what value your product offers (i.e. why users should care about what you're offering). * Your supporting headline should explain how your product provides the value outlined in your title.