document.querySelectorAll('.s-block--fixed-banner')[0].id = 'haridy-1'; document.querySelectorAll('.s-block--fixed-banner')[1].id = 'haridy-2'; document.querySelectorAll('.s-block--banners')[0].id = 'images-1'; document.querySelectorAll('.s-block--banners')[1].id = 'images-2'; document.querySelectorAll('.s-block--banners')[2].id = 'images-3'; document.querySelectorAll('.s-block--banners')[3].id = 'images-4'; document.addEventListener('DOMContentLoaded', function () { const blocks = document.querySelectorAll('section.s-block.container'); if (blocks[1]) { blocks[1].id = 'product-section'; blocks[1].style.maxWidth = '1400px'; } }); document.addEventListener("DOMContentLoaded", function () { const contacts = `

تواصلي معنا

نحن هنا للإجابة على جميع استفساراتك

راسينا

info@nadiaspastry.com

اتصلي بنا

+966 XX XXX XXXX

`; const featuresText = `

ليش Nadias Pastry؟

نقدم لك تجربة متميزة في كل طلب

`; const contactHTML = `

تحبين تسألي قبل الطلب؟

تواصلي معنا مباشرة عبر واتساب ونساعدك في اختيار الأنسب لك

تواصلي معنا الآن
`; const imgSectionHTML = `

لحظات حلوة من مطبخنا

`; const featuresSection = document.querySelector('section#images-4'); const imgSection = document.querySelector('section#images-2'); const section = document.querySelector('section#haridy-2'); if (!section) return; if(!imgSection) return; section.insertAdjacentHTML("afterend", contactHTML); imgSection.insertAdjacentHTML("afterbegin", imgSectionHTML); featuresSection.insertAdjacentHTML("afterbegin", featuresText); featuresSection.insertAdjacentHTML("afterend", contacts); });document.addEventListener('DOMContentLoaded', function () { const el = document.querySelector('.copyright-text p'); if (el) { el.style.fontSize = '16px'; el.style.color = '#ffffff'; el.innerHTML = ' تطوير مؤسسة بُعد الرقمية '; } });