// Leadership page function LeadershipHero() { return (
Our Leaders

Two generations. One Goal.

); } function LeaderCard({ side, id, name, role, quote, body, image, meta, setPage }) { const imgRight = side === 'right'; return (
{meta}
{meta}
{role}

{name}

{quote}

{body}

); } function Leaders({ setPage }) { const ashokName = Ashok Malhotra ; const ashokQuote = Build for the family that will live in the building forty years from now.; const karanQuote = Tier-2 cities are not waiting for experiential retail. They are ready for the version we haven't yet imagined.; return (
); } function LeadershipPage({ setPage }) { useReveal(); return (
); } window.LeadershipPage = LeadershipPage;