1- التصميم القياسي

شقة 6

شقق بغرفتي نوم مع مطبخ كامل وشرفة خاصة، قابلة للتقسيم إلى استوديو + شقة بغرفة نوم واحدة لتحقيق أقصى قدر من المرونة.

المساحة:

78 م²

document.getElementById('apart-cont').addEventListener('click', function (e) {
e.preventDefault();

const $select = jQuery('select[name="select-1[]"]');

let current = $select.val() || [];

let newValue = 'Apartment 06 Type B — 78 m² (with Split Option)';

if (!current.includes(newValue)) {
current.push(newValue);
}

$select.val(current).trigger('change');

setTimeout(() => {
const section = document.getElementById('contact');

window.scrollTo({
top: section.getBoundingClientRect().top + window.scrollY,
behavior: 'smooth'
});
}, 200);
});

2- تخطيط قابل للتقسيم (اختياري)

شقة 6— تخطيط قابل للتقسيم (اختياري)

شقة 6يمكن أيضًا تقسيمها إلى وحدتين مستقلتين مستقلتين لتحقيق أقصى قدر من المرونة.

1A

شقة بغرفة نوم واحدة مع منطقة معيشة ومطبخ وشرفة.

1B

استوديو يضم سريرًا ومطبخًا وحمامًا.