export interface LandingPageProps {
    hero?: boolean;
    logos?: boolean;
    hightLight?: boolean;
    painPoints?: boolean;
    howItWorks?: boolean;
    valueProp?: boolean;
    comparison?: boolean;
    userBase?: boolean;
    socialProof?: boolean;
    qA?: boolean;
    feature?: boolean;
    footer?: boolean;
}
