Wellness Hero with Stats Cards

Split-layout hero with avatar stack social proof, floating heart rate card, and progress indicator overlay on image. Perfect for health, fitness, and wellness apps.

PRO

Hero24: Wellness Hero with Stats Cards

Split-layout hero for health and wellness products: copy and social proof on the left, a portrait image on the right set inside a layered rotated-card effect, with an optional floating "heart rate" chip in the top corner and a progress bar plus quote overlaid at the bottom of the image.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

Installation

Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/hero24?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/hero24?email=YOUR_EMAIL&license_key=YOUR_KEY"

This installs the block to components/beste/block/hero24.tsx and the Badge and Button shadcn/ui primitives it uses.

Quick start

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

tsx
import { Hero24, hero24Demo } from "@/components/beste/block/hero24";

export default function Page() {
  return <Hero24 {...hero24Demo} />;
}

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

tsx
import { Hero24 } from "@/components/beste/block/hero24";

export default function Page() {
  return (
    <Hero24
      heading="Your Body, Your Balance."
      description="Personalized nutrition plans, mindfulness practices, and sleep analysis."
      buttons={[{ id: "btn-1", label: "Try for Free", href: "/signup" }]}
      image={{
        src: "https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=900&auto=format&fit=crop",
        alt: "Yoga wellness",
      }}
      floatingCard={{ enabled: true, label: "Heart Rate", value: "72 BPM" }}
      progressCard={{ enabled: true, label: "Daily Goal", progress: 84 }}
      socialProof={{ rating: 5, memberCount: "10,000+ Happy Members" }}
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string; icon?: React.ReactNode; variant?: "default" | "secondary" | "outline" }Optional pill badge, can include a leading icon node
headingstringMain headline
descriptionstringSupporting paragraph
buttonsButtonItem[]CTA buttons under the description
socialProofSocialProofAvatar stack, star rating, and member-count line
image{ src: string; alt: string }Portrait image on the right
floatingCard{ enabled?: boolean; label?: string; value?: string }Small overlay chip pinned top-left of the image
progressCard{ enabled?: boolean; label?: string; progress?: number }Progress bar overlay pinned near the bottom of the image
quotestringShort quote line under the progress card
classNamestringExtra classes for the outer <section>
ts
type SocialProof = {
  avatars?: Avatar[];
  rating?: number;
  memberCount?: string;
};

type Avatar = { id: string; src: string; alt: string };

type ButtonItem = {
  id: string;
  label: string;
  href?: string;
  variant?: "default" | "secondary" | "outline" | "ghost" | "link" | "destructive";
  icon?: React.ReactNode;
};

Behavior notes

More Hero blocks

View all Hero
PRO

hero79

Split Hero with Avatar Social Proof

Two-column hero with avatar stack social proof positioned above action buttons alongside featured image. Perfect for startup and team-focused products.

PRO

hero61

Split Hero with Floating Feature Cards

Two-column hero with announcement banner, social proof metrics, and three floating feature cards with hover animations. Perfect for SaaS product launches.

PRO

hero38

Split Hero with Testimonial Card

Two-column hero with prominent testimonial quote card featuring author avatar and company info. Perfect for building trust and social proof.

PRO

hero98

Cinematic Hero with Social Proof

Cinematic hero with announcement pill, avatar social proof, and overlapping dashboard media

PRO

hero37

Analytics Hero with Floating Stats

Centered hero with four floating stat cards positioned around the content displaying key metrics. Perfect for analytics platforms and data-driven products.

PRO

hero96

Split Hero with Metric Dashboard

50/50 split hero with content left and metric dashboard cards with trend badges over video right