PHP 8.2.30
Preview: Partner2.jsx Size: 1.24 KB
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/Partner/Partner2.jsx

export default function Partner2({ data }) {
    const { partner_list, animation_direction } = data
    return (
        <>
            <div className="cs_moving_section_wrap">
                <div className="cs_moving_section_in">
                    <div className={`cs_moving_section cs_moving_duration_40 cs_brand_2_wrap${animation_direction ? " cs_reverse_animation" : ""}`}>
                        {partner_list?.map((item, index) => (
                            <div className="cs_brand cs_style_2" key={index}>
                                {item.partner_image_url && <img src={item.partner_image_url} alt="Brand" />}
                            </div>
                        ))}
                    </div>
                    <div className={`cs_moving_section cs_moving_duration_40 cs_brand_2_wrap${animation_direction ? " cs_reverse_animation" : ""}`}>
                        {partner_list?.map((item, index) => (
                            <div className="cs_brand cs_style_2" key={index}>
                                {item.partner_image_url && <img src={item.partner_image_url} alt="Brand" />}
                            </div>
                        ))}
                    </div>
                </div>
            </div>
        </>
    )
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
2.20 KB lrw-rw-rw- 2025-04-25 15:28:35
Edit Download
1.24 KB lrw-rw-rw- 2025-04-08 04:12:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).