// Our Story — About page const AboutHero = () => (
AMG real estate landmark development in Ludhiana — Ashok Malhotra Group, founded 1985
The Group · Since 1985

Four decades of
building Ludhiana.

From a single practice in 1985 to one of Ludhiana's most considered portfolios — every development composed for the long view.

); const ValuesBlock = () => (
A premier group,
built on trust.} />

Ashok Malhotra Group (AMG) is a premier real estate development company dedicated to creating world-class commercial and residential properties. With a deep understanding of market trends and customer needs, AMG designs and delivers high-quality, sustainable, and innovative real estate solutions.

40+
Years of practice
2.4M
Sq. ft. delivered
); const LegacyBlock = () => (
Legacy

Transforming the real estate landscape.

From upscale residential communities to dynamic commercial spaces, AMG has transformed the real estate industry with high-quality, future-ready developments. Our commitment to reliability and customer satisfaction has made us a trusted name in the market.

One AMG
); const TrustBlock = () => (
Palm Marina
Trust

Pillars of integrity.

Integrity, innovation, sustainability, and customer focus are the pillars of AMG. We are dedicated to delivering premium real estate solutions that offer long-term value while shaping the future of urban living and business infrastructure.

); const COMPANIES = [ 'Amgeco Infrastructure Pvt. Ltd.', 'Malhotra Land Developers and Colonizers Pvt. Ltd.', 'Punnu Land Developers Pvt. Ltd.', 'AKM Developers Pvt. Ltd.', 'Rasoi Developers Pvt. Ltd.', 'Malhotra Brothers', 'EK Developers Pvt. Ltd.', 'New Vision Land Developers LLP', 'Karan Malhotra Realty LLP', ]; const GroupCompanies = () => (
Ashok Malhotra
Group of Companies} />

Ashok Malhotra Group of Companies is engaged in the development of Real Estate and comprises the following companies:

{COMPANIES.map((c, i) => (
0{i + 1}
{c}
))}

Ashok Malhotra Group is a chain of well planned, self-sufficient, high-quality townships in Ludhiana. Those townships have been planned on 10 acres to 200 acres of land. The Group has fully developed infrastructure with easy access to all amenities — providing leisure and happiness, amusement and pleasure, a boost of energy, and peace of mind to the residents of their colonies.

); const WHO_WE_ARE = [ { name: 'Ashok Malhotra', role: 'Chairman & Managing Director', tag: 'CMD', variant: 1, meta: 'Founder · 40+ years', image: '/images/ashok-malhotra.jpg', page: 'ashok-malhotra', imgPos: 'center 20%' }, { name: 'Karan Malhotra', role: 'Managing Director', tag: 'MD', variant: 3, meta: 'MD · AMG', image: '/images/karan-malhotra.jpg', page: 'karan-malhotra', imgPos: 'center 10%' }, ]; const WhoWeAre = ({ setPage }) => (
Guided by visionary
leadership.} />
{WHO_WE_ARE.map((l) => (
setPage(l.page)}>
{l.name}
{l.meta}
{l.tag} · {l.role}
{l.name}
))}
); function AboutPage({ setPage }) { useReveal(); return (
); } window.AboutPage = AboutPage;