{% dnd_section background_image={ "backgroundPosition": "MIDDLE_CENTER", "backgroundSize": "cover", "imageUrl": context.background_image or get_asset_url("../images/sample/hero-main.jpg") }, padding={"top": 120, "bottom": 120, "left": 20, "right": 20}, max_width=1200, vertical_alignment="MIDDLE" %} {% dnd_row %} {% dnd_column width=12 %} {% dnd_module "hero_content" path="@hubspot/rich_text", label="Hero Content", html={{ context.content or '

Transform Your Revenue Operations

Unlock the full potential of HubSpot with expert RevOps strategies that drive predictable growth

' }} %} {% end_dnd_module %} {% end_dnd_column %} {% end_dnd_row %} {% dnd_row %} {% dnd_column width=12 %} {% dnd_module "hero_button" path="../modules/button.module", label="Hero Button", button_text={{ context.button_text or "Get Started" }}, styles={ "background": { "color": {"color": "#ff7a59", "opacity": 100} }, "text": { "font": {"color": "#ffffff"} }, "alignment": { "alignment": { "horizontal_align": "CENTER" } } } %} {% end_dnd_module %} {% end_dnd_column %} {% end_dnd_row %} {% end_dnd_section %}