/* Category view + Enquiry modal */ const CategoryView = ({ catId, lang, onCategory, onEnquire, onNav }) => { const cat = window.BENO.categories.find(c => c.id === catId) || window.BENO.categories[0]; const fleet = window.BENO.fleet[cat.id] || []; const process = window.BENO.process[cat.id] || window.BENO.process.cars; const T = window.BENO.copy[lang]; return (
{cat.one[lang]}
{s.s[lang]}
{lang === 'en' ? 'Inventory is partner-supplied and changes weekly. Specific models, lengths and availability are confirmed at enquiry — no fixed catalogue.' : 'الأسطول من شركاء معتمدين ويتغير أسبوعيًا. تأكيد الموديل والتوفر يتم عند الاستفسار.'}
{c.one[lang]}
{lang === 'en' ? 'Pick a category — we\u2019ll tailor the brief.' : 'اختر فئة وسنخصص الباقي.'}
{lang === 'en' ? 'We confirm live availability within the hour.' : 'نؤكد التوفر خلال ساعة.'}
{lang === 'en' ? 'WhatsApp is fastest — we reply within the hour.' : 'الواتساب أسرع — نرد خلال ساعة.'}
{lang === 'en' ? 'We\u2019ve drafted your message. Send to WhatsApp for the fastest reply, or email it to reservations@beno.com.' : 'حضّرنا رسالتك. أرسلها على واتساب لردّ أسرع، أو بالبريد إلى reservations@beno.com.'}
{lang === 'en' ? 'Routed to reservations@beno.com · CRM webhook · 24/7' : 'يُحال إلى reservations@beno.com · ٢٤/٧'}