REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 3.95 KB
Close
/proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/WhyChooseUs/WhyChooseUs2.jsx
Text
Base64
export default function WhyChooseUs2({ data }) { const { section_title, section_subtitle, image_url, feature_list } = data return ( <div className="cs_why_choose_us_2 cs_shape_wrap_2"> <div className="cs_height_0 cs_height_lg_80" /> <div className="cs_shape_1 cs_position_left" /> <div className="container"> <div className="row cs_reverse_lg"> <div className="col-lg-6"> <div className="cs_height_75 cs_height_lg_40" /> {(section_title || section_subtitle) && ( <> <div className="cs_section_heading cs_style_1"> {section_subtitle && ( <p className="cs_section_subtitle cs_fs_18 cs_medium" dangerouslySetInnerHTML={{ __html: section_subtitle }} /> )} {section_title && ( <h2 className="cs_section_title cs_fs_53 cs_normal mb-0" dangerouslySetInnerHTML={{ __html: section_title }} /> )} </div> <div className="cs_height_55 cs_height_lg_40" /> </> )} <div className="row cs_gap_y_45"> {feature_list?.map((item, index) => ( <div className="col-md-6" key={index}> <div className="cs_iconbox cs_style_2"> {item.feature_icon_url && ( <div className="cs_iconbox_icon"> <img src={item.feature_icon_url} alt="Icon" /> </div> )} {item.feature_title && ( <h2 className="cs_iconbox_title cs_fs_24 cs_normal" dangerouslySetInnerHTML={{ __html: item.feature_title }} /> )} {item.feature_subtitle && ( <p className="cs_iconbox_subtitle mb-0" dangerouslySetInnerHTML={{ __html: item.feature_subtitle }} /> )} </div> </div> ))} </div> <div className="cs_height_75 cs_height_lg_75" /> </div> <div className="col-lg-6"> <div className="cs_why_choose_us_thumb"> <div className="cs_why_choose_us_thumb_in cs_bg_filed" style={{ backgroundImage: `url(${image_url})` }} /> </div> </div> </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
WhyChooseUs1.jsx
3.87 KB
lrw-rw-rw-
2025-04-25 15:28:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WhyChooseUs2.jsx
3.95 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
WhyChooseUs3.jsx
5.12 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
WhyChooseUs4.jsx
5.12 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).