from app.utils.schemas_utils import CustomModel


class LandingPageCreate(CustomModel):
    # landing_id : int
    name : str
    email : str 
    institution_name : str
    
    