Component Library
CTA with Split Image
A call-to-action component with split image layout for lead conversion
CTA with Split Image
Overview
The CtaWithSplitImage component is a call-to-action component that includes a split image, designed to convert leads into customers through compelling messaging.
UI Preview
Usage
To implement this component, import it and pass the required data:
import React from "react";
import CtaWithSplitImage from "@cloudnua-mobile/components/custom/cta/CtaWithSplitImage";
import { ctaWithSpiltImage } from "@cloudnua-mobile/utils/constants/cta";
export const CtaWithSplitImageBasic = () => {
return <CtaWithSplitImage {...ctaWithSpiltImage} />;
};The component utilizes predefined constants from the utilities library to streamline implementation.
CloudNua Mobile Starter
This component is included with CloudNua Mobile. All packages and source code are available with your purchase. View plans →