BOB Docs
FrontendComponents

Advantages

This components allow you to show main advantages of your solution.

Check how to write good advantages with help of AI.

Advantage 1

Allow to show deatil information about some features and cons of it for your client. advantage 1

You can easilyl adjust any element like Call To Action, for example change it to Join waitlist: advantage 1

 
import FeatureSection from "@/components/business/advantages/features_one_side";
 
<FeatureSection
    title="Advantage number 1."
    description="Description of advantage and outcome on business of your clients. Sometimes you need to be more specific. You can adjust this section any way you wany, including changing Call To Action."
    imageSrc="/images/wishlist-poc-placeholder.png"
    imageAlt="Dashboard interface showing alerts"
    layout="right"
>
    <BuyAnyProductFromAnywhereButton title="Pre order $49" className="rounded-md px-7 py-8 bg-emerald-600 text-lg font-semibold text-white hover:bg-emerald-700"
                                                 buyNowData={{pricing_id: 1, product_id: 1}}></BuyAnyProductFromAnywhereButton>
</FeatureSection>

Advantage 2

If you want to show video of feature, use MainAdvantages. You can also specify movie to be played when mouseover on image, exactly like on BOB landing.

advantage 3

import {MainAdvantages} from '@/components/business/advantages/main_advantages';
 
<MainAdvantages />

On this page