function Why() { const ours = [ 'Full end-to-end content system', 'Results oriented', 'Experience with 100+ Clients', 'Dedicated team, always accountable', 'Personalised CRM', '24/7 Support, Anytime You Need Us', ]; const others = [ 'Unreliable freelancers with slow turnarounds', 'No content strategy — just basic edits', 'Cookie-cutter templates for every client', 'Unreliable and inconsistent delivery', 'Limited revisions with no client-focused approach', 'Guesswork instead of data-driven decisions', 'Delayed responses and poor communication', 'You end up managing everything yourself', ]; const cardBase = { padding: '64px 34px 58px', borderRadius: 22, background: 'linear-gradient(180deg, #0c1220 0%, #090d18 100%)', border: '1px solid rgba(74,142,255,0.10)', display: 'flex', flexDirection: 'column', height: '100%', }; return (
{/* Brand-blue halo glow — large, rises from behind the Nexcut card all the way up through the heading, like the reference */}
{/* Bright pinpoint highlight right at the card's top edge */}

Know What
We Do Differently

{/* Ours */}
    {ours.map((item, i) => (
  • {item}
  • ))}
Bonuses you get with us:
{['Free Content Strategy Session', 'Free 1-on-1 Consultancy'].map((b, i) => (
{b}
))}
{/* Others */}

Other Agencies & Freelancers

    {others.map((item, i) => (
  • {item}
  • ))}
); } Object.assign(window, { Why });