const SwaperBlogContent = ({ ImageUrl = "", Title = "", Body = "", ContentAlign = "right", }) => { return (
{Title}

{Body}

Avatar
Cecilia Payne

CEO of Airbnb

); }; export default SwaperBlogContent;