{article.title}
{article.excerpt}
// News & Updates — AMG Group // ── To add a new article: copy one object in ARTICLES, fill in your content, // and set a new unique id. Latest articles go at the top of the array. const ARTICLES = [ { id: 'palm-marina-update-2026', category: 'Construction Update', date: 'May 2026', title: 'Palm Marina: Structural Work Reaches Ground Floor', excerpt: 'Construction on Palm Marina — AMG\'s landmark mixed-use destination on Sidhwan Canal Road — has reached the ground floor slab. The 4-lakh sq.ft. project remains on schedule for delivery.', body: [ 'We are pleased to share that structural work on Palm Marina has progressed to the ground floor level. The lower ground slab has been completed and all major column grids are in place. Our construction partner has mobilised additional resources to maintain the project timeline.', 'Palm Marina will house 200+ shops, an F&B pavilion, a premium cinema, and a 6-floor office tower when completed. The project is positioned to become the definitive commercial destination of Ludhiana — drawing visitors from across the city and beyond.', 'Site visits are available by appointment. Contact our team to schedule a walkthrough or to receive the latest construction progress report.', ], image: '/images/marina-hero.jpg', }, { id: 'amg-40-years', category: 'Group News', date: 'April 2026', title: 'AMG Marks 40 Years of Building Ludhiana', excerpt: 'In 1985, Ashok Malhotra started with a conviction: build for permanence. Four decades later, over 10,000 families call an AMG address home. We reflect on the journey.', body: [ 'Forty years ago, Ashok Malhotra Group was established in Ludhiana with a single operating principle — design for the long view. Where others built for the sales cycle, AMG built for the next generation of residents.', 'Today, across 7 active developments spanning residential townships, mega commercial destinations, and neighbourhood hubs, AMG has delivered over 2.4 million square feet of real estate. Over 10,000 investor families have trusted the group across these four decades.', 'As we enter our fifth decade, the group\'s commercial thesis is evolving under the leadership of Karan Malhotra — with Palm Marina representing the most ambitious project in AMG\'s history. We remain committed to the same principle that started it all: build something that lasts.', ], image: '/images/ashok-malhotra.jpg', }, { id: 'one-amg-milestone', category: 'Project News', date: 'March 2026', title: 'One AMG, Dugri Achieves Near-Full Occupancy', excerpt: 'One AMG at Dugri, Ludhiana has welcomed its 120th brand partner — marking near-complete occupancy across all four retail levels. The neighbourhood hub is now a fully operational daily destination.', body: [ 'One AMG at Dugri has reached a significant milestone: near-full occupancy across its 1.4 lakh sq.ft. GLA. The project — designed as a curated neighbourhood hub rather than a conventional mall — has succeeded in attracting a mix of national chains, regional boutiques, wellness studios, and F&B operators.', 'Footfall data from the past six months confirms that One AMG is performing above projections, with a strong repeat-visit rate driven by the F&B terrace and co-working floor.', 'Investment opportunities for a small number of remaining commercial units are still available. Interested investors may contact the AMG sales team for details on current pricing, rental yields, and available floor plates.', ], image: '/images/one-amg.jpg', }, { id: 'palm-garden-possession', category: 'Residential', date: 'February 2026', title: 'Palm Garden: Bank Financing Now Available from 3 Lenders', excerpt: 'AMG has formalised tie-ups with three leading banks for home loan financing at Palm Garden, Sahnewal. Buyers can now access competitive rates for plots, villas, and group housing units.', body: [ 'We are pleased to announce that AMG has finalised financing partnerships with three leading banks for Palm Garden, Sahnewal. Buyers looking to invest in our 110-acre mega township can now access pre-approved home loans at competitive interest rates with streamlined processing.', 'Palm Garden currently offers over 1,000 residential plots (200–1,000 sq.yd.), independent villas, and two group housing complexes — all with immediate possession. D-Mart is operational within the township, and the community is home to over 500 families.', 'To schedule a site visit or inquire about financing options, please contact our Ludhiana office at +91 70872-15304.', ], image: '/images/palm-garden-hero.jpg', }, ]; // ── Article detail modal ────────────────────────────────────────────────────── const ArticleModal = ({ article, onClose }) => { React.useEffect(() => { const onKey = (e) => { if (e.key === 'Escape') onClose(); }; document.addEventListener('keydown', onKey); document.body.style.overflow = 'hidden'; return () => { document.removeEventListener('keydown', onKey); document.body.style.overflow = ''; }; }, [onClose]); return (
{para}
))}{article.excerpt}
Construction updates, project milestones, investment news, and group announcements — all in one place.