Osnnova logo
Trusted by forward-thinking individuals & teams

LaunchYour Vibe-Code ProjectInto Orbit

Time to get your vibe-coded idea some serious muscle to go from a side-project to a world class software that can scale & grow

How to Use the Hero Component

<Hero
  logo="/Osnnova_logo_WHITE.svg"
  trustBadge={{
    text: "Your trust badge text",
    icons: [<Sparkles className="h-4 w-4" />] // or emoji strings
  }}
  headline={{
    line1: "Your First Line",
    line2: "Your Second Line",
    line3: "Your Third Line" // optional
  }}
  subtitle="Your compelling subtitle text goes here..."
  buttons={{
    primary: {
      text: "Primary CTA",
      onClick: handlePrimaryClick
    },
    secondary: {
      text: "Secondary CTA",
      onClick: handleSecondaryClick
    }
  }}
  className="custom-classes" // optional
/>