// Standalone web pages — browse, detail, become-provider, contact, sign-in // All consume the WebContext (set by WebApp). const WebContext = React.createContext(null); const useWeb = () => React.useContext(WebContext); // ─── Page header (used on subpages) ──────────────────────────────────── function WebPageHeader({ theme, lang, eyebrow, title, sub, tone = 'camel' }) { const T = theme; const rtl = isRTL(lang); const tones = { camel: `linear-gradient(135deg, ${T.camel} 0%, ${T.camelDeep} 100%)`, ink: `linear-gradient(135deg, ${T.ink} 0%, ${T.inkSoft} 100%)`, brown: `linear-gradient(135deg, ${T.pastelBrown} 0%, ${T.camelDeep} 100%)`, }; return (
{sub}
}{rtl ? 'باقة عمرة كاملة تشمل الطيران والإقامة في فيرمونت ساعة مكة على بُعد 50 متراً فقط من الحرم. الإقامة شاملة الإفطار والعشاء يومياً، ونقل من المطار، ومرشد ميداني طوال فترة الإقامة. الباقة مجدولة مسبقاً من المزوّد ولا تتطلب اختيار مقعد.' : 'A complete Umrah package including flight and stay at Fairmont Makkah Clock Royal — just 50m from the Haram. Includes daily breakfast & dinner, airport transfers, and an on-site guide throughout your stay. Pre-arranged by the provider; no seat selection required.'}
{/* What's included */}{rtl?'لا نعتبر العملية ناجحة حتى يصل تأكيد آمن من بوابة الدفع. يمكنك العودة للموقع الآن.':'The payment is not considered successful until a secure gateway confirmation arrives.'}
{orderId&&{orderId} · {status||'...'}
}{step === 'details' ? (rtl ? 'ابدأ بالاسم التجاري والجوال فقط' : 'Start with business name and mobile only') : step === 'otp' ? (rtl ? 'تحقق من رقم الجوال' : 'Verify mobile') : (rtl ? 'تم التسجيل بنجاح' : 'Registration complete')}
{rtl ? 'برج المملكة، الطابق 22\nطريق الملك فهد، الرياض 12241\nالمملكة العربية السعودية' : 'Kingdom Tower, Floor 22\nKing Fahd Road, Riyadh 12241\nSaudi Arabia'}
{rtl ? 'سجّل الدخول برقم جوالك' : 'Sign in with your phone number'}
{step === 'phone' ?{rtl ? 'بالمتابعة، أنت توافق على الشروط وسياسة الخصوصية' : 'By continuing you agree to the Terms & Privacy Policy'}
{rtl ? 'أضف أول باقة عمرة خلال أقل من دقيقة.' : 'Add your first Umrah package in under a minute.'}