// Maurya Greens — project detail (data + page) const MAURYA_GREENS_DATA = { id: 'maurya-greens', name: 'Maurya Greens', tag: 'Luxury Township · Ludhiana', title: { line1: 'Maurya', line2: 'Greens.' }, oneLiner: 'A measured luxury — courtyards, light, and low horizons.', logo: '/images/logos/maurya-greens-logo.png', heroVariant: 2, social: { instagram: 'https://www.instagram.com/maurya.greens', facebook: 'https://www.facebook.com/profile.php?id=61577979007741', }, planImages: [ '/images/maurya-greens-plan-01.png', '/images/maurya-greens-plan-02.png', '/images/maurya-greens-plan-03.png', ], slides: [ '/images/maurya-greens.jpg', '/images/maurya-greens-slider-1.jpg', '/images/maurya-greens-slider-2.jpg', ], facts: [ { k: 'Typology', v: 'Plotted residences' }, { k: 'Total Area', v: '32 acres' }, { k: 'Plot Sizes', v: '200 — 500 sq.yd.' }, { k: 'Open Space', v: '52% landscaped' }, { k: 'Approvals', v: 'PUDA / GLADA' }, ], story: { eyebrow: 'The Address', title: { a: 'A neighbourhood,', b: 'composed quietly.' }, body: [ 'Maurya Greens is conceived as a quiet counterpoint to the city — a gated luxury township where every plot is sited for cross-ventilation, every street is shaded by mature canopy, and every common space is programmed to feel inhabited from day one. The masterplan is composed around three landscape spines that connect homes, schools, and the daily rituals of family life.', 'Each plot is offered with a curated set of architectural guidelines — not to dictate taste, but to ensure the street, twenty years from now, still belongs together. Roads are tree-lined, services are buried, and every junction is designed for a child to be safely sent to a friend\u2019s house alone.', ], }, plansKicker: 'Floor Plans · Typologies', plansTitle: { a: 'Three plot sizes', b: 'one ethos.' }, plans: [ { id: '200', size: '200 sq.yd.', rooms: '3 BHK + Study', specs: [ { k: 'Built-up', v: '2,400 sq.ft.' }, { k: 'Open share', v: '40%' }, { k: 'Setback', v: '8 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, { id: '300', size: '300 sq.yd.', rooms: '4 BHK + Family', specs: [ { k: 'Built-up', v: '3,600 sq.ft.' }, { k: 'Open share', v: '45%' }, { k: 'Setback', v: '8 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, { id: '500', size: '500 sq.yd.', rooms: '5 BHK + Lounge', specs: [ { k: 'Built-up', v: '5,800 sq.ft.' }, { k: 'Open share', v: '52%' }, { k: 'Setback', v: '10 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, ], elevationsKicker: 'Elevations · Architectural Language', elevationsTitle: { a: 'Three façades', b: 'one street.' }, elevations: [ { k: 'contemporary', t: 'Contemporary', d: 'Clean planes, deep verandahs, unornamented stone — disciplined and quiet.' }, { k: 'classical', t: 'Neo-Classical', d: 'Pitched roofs and proportioned openings — at home in any decade.' }, { k: 'courtyard', t: 'Courtyard', d: 'A traditional Punjabi plan — rooms organised around a private green core.' }, ], location: { title: { a: 'On Pakhowal Road,', b: 'close to everything you\u2019d want, far from everything you wouldn\u2019t.' }, address: 'Pakhowal Road, Ludhiana', mapEmbed: 'https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d1447.4232682812324!2d75.74371992078422!3d30.931754498034532!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e1!3m2!1sen!2sin!4v1769412051645!5m2!1sen!2sin', mapsLink: 'https://www.google.com/maps?q=30.931754498034532,75.74371992078422', pin: 'MG', pois: [ { x: 180, y: 180, label: 'NH-44' }, { x: 620, y: 200, label: 'Ferozepur Rd' }, { x: 560, y: 410, label: 'CMC' }, { x: 240, y: 410, label: 'DAV' }, { x: 700, y: 460, label: 'Junction' }, ], distances: [ { k: 'Pakhowal Road', v: '0.5 km' }, { k: 'Ferozepur Road', v: '3.2 km' }, { k: 'DAV / Sat Paul Mittal', v: '4.0 km' }, { k: 'CMC Hospital', v: '5.5 km' }, { k: 'Ludhiana Junction Rly.', v: '8.0 km' }, { k: 'Sahnewal Airport', v: '14 km' }, { k: 'NH-44 (Delhi-Amritsar)', v: '6.0 km' }, { k: 'Chandigarh', v: '95 km' }, ], }, amenitiesTitle: { a: 'Eight things that', b: 'become routine.' }, amenities: [ { i: 'Trees', k: 'Tree-lined avenues', d: '1,200+ planted before handover.' }, { i: 'Users', k: 'Clubhouse', d: '18,000 sq.ft. with library, lounge, café.' }, { i: 'Activity', k: 'Olympic-size pool', d: 'And a separate kids pool.' }, { i: 'Sparkles', k: 'Wellness wing', d: 'Gym, yoga deck, spa, salon.' }, { i: 'Compass', k: 'Sports zone', d: 'Tennis, badminton, half-court basketball.' }, { i: 'Home', k: 'Children\u2019s village', d: 'Sandpit, swings, splash pad.' }, { i: 'Building', k: 'Multipurpose hall', d: 'For weddings, lectures, gatherings.' }, { i: 'TrendingUp',k: '24×7 security', d: 'Boom barriers, CCTV, gated entries.' }, ], close: { title: { a: 'Walk the streets', b: 'before you decide.' }, body: 'We\u2019d rather you visit Maurya Greens in person. Bring your family. Bring your architect. We\u2019ll keep the kettle on.', }, }; function MauryaGreensPage({ setPage }) { return ; } window.MAURYA_GREENS_DATA = MAURYA_GREENS_DATA; window.MauryaGreensPage = MauryaGreensPage;