// Renewed landing page — long-form sales page const { useState: useStateR, useMemo: useMemoR } = React; function ArrowR({ size = 14 }) { return ( ); } // Line-icon set — matches the site's stroke style (width 2, round caps) function Ico({ name, size = 26 }) { const p = { width: size, height: size, viewBox: '0 0 24 24', fill: 'none', stroke: 'currentColor', strokeWidth: 2, strokeLinecap: 'round', strokeLinejoin: 'round' }; switch (name) { case 'wrench': return ( ); case 'clipboard': return ( ); case 'globe': return ( ); case 'users': return ( ); case 'star': return ( ); case 'award': return ( ); case 'pin': return ( ); case 'presentation': return ( ); case 'compass': return ( ); case 'layers': return ( ); default: return null; } } const TWEAK_DEFAULTS = /*EDITMODE-BEGIN*/{ "accent": "#1620C4", "lang": "en" }/*EDITMODE-END*/; function RenewedApp() { const [t, setTweak] = useTweaks(TWEAK_DEFAULTS); const lang = t.lang || 'en'; const story = window.RENEWED_STORY[lang]; React.useEffect(() => { document.body.classList.toggle('ml', lang === 'ml'); document.documentElement.style.setProperty('--accent', t.accent); }, [lang, t.accent]); return ( <> setTweak('lang', l)}/> setTweak('accent', v)}/> ); } function RNav({ lang, setLang }) { return ( ); } function RHero({ lang, story }) { return (
ReNEWed
{lang === 'en' ? 'A platform by Jishad Bakar' : 'ജിഷാദ് ബാക്കറുടെ പ്ലാറ്റ്ഫോം'}

{lang === 'en' ? <>Skills that change lives. : <>ജീവിതം മാറ്റുന്ന കഴിവുകൾ.}

{story.intro}

20+{lang === 'en' ? 'Practical courses' : 'പ്രായോഗിക കോഴ്സുകൾ'}
EN · ML{lang === 'en' ? 'Two languages' : 'രണ്ട് ഭാഷകൾ'}
iOS · Android{lang === 'en' ? 'On every device' : 'എല്ലാ ഉപകരണത്തിലും'}
); } function RIntroVideo({ lang }) { const [playing, setPlaying] = useStateR(false); return (
!playing && setPlaying(true)}> {!playing && ( <>
{lang === 'en' ? 'A note from Jishad' : 'ജിഷാദിന്റെ കുറിപ്പ്'}
)} {playing && (