// Ashok Malhotra — Founder & Chairman profile const ASHOK_TIMELINE = [ { year: '1984', title: 'The Foundation', body: 'Established Ashok Malhotra Group in Ludhiana with a single conviction — that good real estate outlasts every market cycle.' }, { year: '1992', title: 'Palm City — Phase I', body: 'Delivered Ludhiana\'s first planned residential township. Thousands of families chose Palm City as their permanent address, validating the long-view approach.' }, { year: '2004', title: 'Palm Heights', body: 'Entered the commercial segment with Palm Heights — a factory outlet and retail promenade on Sidhwan Canal Road that defined Ludhiana\'s retail geography.' }, { year: '2010', title: 'Palm Garden', body: 'Launched Palm Garden on GT Road, Sahnewal — a mega township anchored by everyday convenience and surrounded by mature greens, now home to 500+ families.' }, { year: '2015', title: 'Maurya Greens', body: 'Conceived Maurya Greens, a plotted luxury township on 32 acres with 52% open space — a deliberate step toward lower density and higher liveability.' }, { year: '2020', title: 'Palm City Ph II', body: 'Extended the Palm City address with a second phase — 45 acres, PUDA & RERA approved, delivering the same community DNA for a new generation of buyers.' }, ]; const ASHOK_PROJECTS = [ { name: 'Palm City', tag: 'Residential Township' }, { name: 'Palm City Ph II', tag: 'Residential Township' }, { name: 'Palm Garden', tag: 'Mega Township' }, { name: 'Maurya Greens', tag: 'Luxury Township' }, { name: 'Palm Heights', tag: 'Commercial' }, ]; function AshokMalhotraPage({ setPage }) { useReveal(); return (
{/* ── Hero ── */}
Founder & Chairman · AMG

Ashok Malhotra.

{/* ── Portrait + Bio ── */}
Ashok Malhotra
Founder · Chairman
The Journey

Four decades ago, Ashok Malhotra started with a plot of land in Ludhiana and a conviction that most developers lack — the willingness to wait. To hold land until the right brief arrived. To build a road before the first brick of the project. To plant trees before the first family moved in.

That patience compounded. Palm City became one of Ludhiana's most cherished addresses — not because of its brochure, but because the streets were wide enough for children to cycle on, the greens were real, and the neighbours were chosen carefully. A thousand families built their lives there.

Over the following decades, Mr. Malhotra extended that same philosophy to commercial real estate. Palm Heights proved that Ludhiana's shoppers deserved a destination worth driving to — not just a strip of shops. Palm Garden brought the township model to a new arterial. And through it all, the operating principle never changed: design for permanence, not the next quarter's sales cycle.

Today, as the group enters its fifth decade, he continues to serve as Chairman, guiding strategy and setting the tone of every new project — particularly as AMG moves into experiential commercial formats under the next generation of leadership.

{/* ── Timeline ── */}
A timeline of{' '}conviction.}/>
{ASHOK_TIMELINE.map((m, i) => (
{m.year}
{m.title}

{m.body}

))}
{/* ── Projects championed ── */}
Projects shaped by{' '}his hand.}/>
{ASHOK_PROJECTS.map((p) => (
{p.name}
{p.tag}
))}
{/* ── Close ── */}
The conviction that started in 1984{' '} still runs the group today.
); } window.AshokMalhotraPage = AshokMalhotraPage;