Full-height Hero with Scroll Indicator

Launching Soon

Transform your workflow with intelligent automation

Streamline operations, reduce manual tasks, and focus on what matters most. Our platform handles the complexity so you can drive results.

Scroll to explore
About this block

Full-height Hero with Scroll IndicatorFREE

Vertically centered hero with animated scroll-down indicator featuring bouncing dot and arrow. Perfect for single-page sites and immersive landing pages.

Hero57: Full-height Hero with Scroll Indicator

Vertically centered, near-fullscreen hero (min-h-[80vh]) for single-page and landing-page openers, with a scroll-down affordance pinned to the bottom of the viewport: a bouncing dot inside a pill "mouse" shape plus a bouncing arrow.

Free block

This block is free. No license or account is required: install it with the CLI and use it in unlimited projects.

Installation

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/hero57"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/hero57"

This installs the block to components/beste/block/hero57.tsx and its shadcn/ui dependencies: Badge, Button.

Quick start

The installed file exports hero57Demo alongside the block: the exact props behind the preview above. Spread it to get a working hero in one line.

tsx
import { Hero57, hero57Demo } from "@/components/beste/block/hero57";

export default function Page() {
  return <Hero57 {...hero57Demo} />;
}

Then replace the demo with your own props. Written out, the same setup looks like this:

tsx
import { Hero57 } from "@/components/beste/block/hero57";

export default function Page() {
  return (
    <Hero57
      badge={{ label: "Launching Soon", variant: "outline" }}
      heading="Transform your workflow with intelligent automation"
      description="Streamline operations and focus on what matters most."
      buttons={[
        { label: "Get Started Free", href: "https://beste.co" },
        { label: "Watch Demo", href: "https://beste.co", variant: "outline" },
      ]}
      scrollText="Scroll to explore"
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string; variant?: "default" | "secondary" | "outline" }Pill above the heading
headingstringMain heading
descriptionstringSupporting paragraph
buttonsButtonItem[][]CTA buttons; the first one gets a trailing arrow icon
scrollTextstringLabel shown above the scroll indicator
classNamestringExtra classes for the outer <section>
ts
type ButtonItem = {
  label: string;
  href?: string;
  variant?: "default" | "secondary" | "outline" | "ghost";
};

Behavior notes

  • The section is min-h-[80vh] with flex flex-col; the text block sits in a flex-1 justify-center wrapper, so it stays vertically centered in whatever height the section ends up at instead of being pinned to a fixed offset.
  • The scroll indicator is absolutely positioned at inset-x-0 bottom-8, independent of the centered content above it, and only renders when scrollText is provided.
  • Both moving parts of the indicator (the dot inside the pill outline and the standalone ArrowDown icon) use Tailwind's built-in animate-bounce utility, not a custom keyframe or a JS animation library.
  • There is no click handler on the indicator: it is a purely visual cue, not a working "scroll to next section" link, so wiring an actual scroll target is left to the consumer.

More Hero blocks

View all Hero
PRO

hero134

Vertical Dot Pager Hero

Full-bleed hero whose background crossfades across items, steered by a minimal vertical pager pinned to the right edge. The active control grows taller while the rest stay short and dimmed; a giant heading and the clickable active item name sit bottom-left.

PRO

hero130

Monochrome Hero with Rotating Announcement Ticker

Full-bleed hero with a static background image, a giant display heading, and a slim bordered bar that auto-rotates through short, clickable announcement messages with position dots.

PRO

hero82

Left-Aligned Hero with Gradient Overlay

Left-aligned fullscreen hero with inset background media and directional gradient overlay

PRO

hero97

Bottom-Aligned Hero with Stack Cards

Fullscreen bottom-aligned hero with vertical stack cards and inset background video with gradient overlay

PRO

hero128

Vertical Index List Hero

Full-bleed monochrome hero whose background crossfades to the active project. A giant heading sits bottom-left while a numbered vertical project index on the right highlights and swaps the active row on hover, click, or auto-loop.

PRO

hero100

Fullscreen Hero with Browser Mockup

Fullscreen hero with centered content and browser window frame mockup over inset background video