REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.42 KB
Close
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/Cta/Cta.jsx
Text
Base64
import React from "react" import Button from "../Button" export default function Cta({ data }) { const { background_image_url, title, sub_title, action_text, action_url } = data return ( <div className="cs_team cs_style_1 cs_bg_filed" style={{ backgroundImage: `url(${background_image_url})` }}> <div className="container"> <div className="cs_section_heading cs_style_1"> {sub_title && ( <p className="cs_section_subtitle cs_fs_18 cs_medium cs_ternary_color" dangerouslySetInnerHTML={{ __html: sub_title }} /> )} {title && ( <h2 className="cs_section_title cs_fs_53 cs_normal mb-0 cs_white_color" dangerouslySetInnerHTML={{ __html: title }} /> )} <div className="cs_height_35 cs_height_lg_25" /> {(action_url || action_text) && ( <Button href={action_url} btnText={action_text} btnClass="cs_btn cs_style_1 cs_type_2 cs_primary_color cs_white_bg" /> )} </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).