REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.30 KB
Close
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/Cta/Cta3.jsx
Text
Base64
import Button from "../Button" export default function Cta3({ data }) { const { image_url, background_image_url, title, action_text, action_url } = data return ( <div className="container"> <div className="cs_cta cs_style_3 position-relative cs_bg_filed" style={{ backgroundImage: `url(${background_image_url})` }}> {image_url && ( <div className="cs_cta_icon"> <img src={image_url} alt={title} /> </div> )} <div className="cs_cta_in position-relative"> {title && ( <h2 className="cs_cta_title cs_fs_30 cs_normal cs_white_color" dangerouslySetInnerHTML={{ __html: title }} /> )} {(action_url || action_text) && ( <Button href={action_url} btnText={action_text} btnClass="cs_btn cs_style_1 cs_type_2 cs_primary_bg cs_white_color cs_w_100_sm" /> )} </div> </div> </div> ) }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Cta.jsx
1.42 KB
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Cta2.jsx
2.58 KB
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Cta3.jsx
1.30 KB
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Cta4.jsx
712 B
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).