/* Add custom Js code below */ const add_blog = () => { let target = document.querySelector(".s-block--features"); let newEl = document.createElement("div"); newEl.innerHTML = `

أبرز أعمالنا

a brand new sports car

معرض المدينة المنورة للكتاب

اقرأ المزيد >>
a brand new sports car

معرض المدينة المنورة للكتاب

اقرأ المزيد >>
a brand new sports car

معرض المدينة المنورة للكتاب

اقرأ المزيد >>
`; target.before(newEl); }; const add_icons = () => { document.querySelector( "#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div:nth-child(1) > div" ).innerHTML = ` `; document.querySelector( "#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div:nth-child(2) > div" ).innerHTML = ` `; document.querySelector( "#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div:nth-child(3) > div" ).innerHTML = ` `; }; window.addEventListener("load", (event) => { setTimeout(() => { add_icons(); add_blog(); var swiper = new Swiper(".blg-home", { slidesPerView: 1, spaceBetween: 12, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, pagination: { el: ".swiper-pagination", clickable: true, // Makes the pagination bullets clickable }, breakpoints: { // when window width is >= 640px 640: { slidesPerView: 3, spaceBetween: 10, }, }, }); }, 1000); }); var script = document.createElement("script"); // Add script content script.src = "https://cdn.lordicon.com/lordicon-1.1.0.js"; // Append document.head.appendChild(script);