BOB Docs
FrontendComponents

Heroes

BOB comes with 3 types of Hero sections depends on your current business journey status.

Hero Idea

This hero is excellent when you want to validate your idea. It is clear, and allow to join waitlist (connected to Kit).

bob buy now form

import HeroPoc from "@/components/business/heroes/hero_idea";
 
<HeroIdea />

Hero Proof of Concept

This hero is excellent when you want to show something to audience but does not have social proofs - like customers - yet.

bob buy now form

import HeroPoc from "@/components/business/heroes/hero_poc";
 
<HeroPoc />

Hero Default

This hero is excellent for already well designed brand, when you know all your strategy is ready. Allows you to show value proposition, mantra, companies and social proof.

bob buy now form

import HeroPoc from "@/components/business/heroes/hero";
 
<Hero />

On this page