// Palm Garden — mega township detail page const PALM_GARDEN_DATA = { id: 'palm-garden', name: 'Palm Garden', tag: 'Mega Township · Ludhiana', title: { line1: 'Palm', line2: 'Garden.' }, oneLiner: 'A self-contained township shaped around shaded walks and quiet greens.', logo: '/images/logos/palm-garden-logo-white.png', heroVariant: 4, social: { instagram: 'https://www.instagram.com/palmgarden.amg', facebook: 'https://www.facebook.com/profile.php?id=61575145791755', }, planImages: [ '/images/palm-garden-plan.png', '/images/palm-garden-plan-02.png', '/images/palm-garden-plan-03.png', '/images/palm-garden-plan-04.png', '/images/palm-garden-plan-05.png', ], slides: [ '/images/palm-garden-03.jpg', '/images/palm-garden-hero.jpg', '/images/palm-garden.jpg', '/images/palm-garden-02.jpg', ], facts: [ { k: 'Typology', v: 'Plots, villas, group housing' }, { k: 'Total Area', v: '110 acres' }, { k: 'Plot Sizes', v: '200 — 1,000 sq.yd.' }, { k: 'Plots', v: '1,000+ residential' }, { k: 'Approvals', v: 'PUDA · RERA' }, ], story: { eyebrow: 'The Township', title: { a: 'A whole side of town,', b: 'designed at once.' }, body: [ 'Palm Garden is a fully developed mega township on the Ludhiana–Ambala GT Road in Sahnewal — already home to 500+ families, with over 1,000 residential plots, independent villas, and two group housing complexes available for immediate possession. D-Mart anchors the commercial hub, and bank financing is available from leading institutions.', 'Wide roads, continuous pavements, extensive green zones, and 24×7 security make this one of the most liveable addresses on this arterial — just 3 minutes from Sahnewal and 4–8 minutes from Ludhiana Airport.', ], }, plansKicker: 'Typologies · Floor Plans', plansTitle: { a: 'Four ways to live', b: 'inside one township.' }, plans: [ { id: '150', size: '150 sq.yd.', rooms: '3 BHK Plot', specs: [ { k: 'Built-up', v: '1,800 sq.ft.' }, { k: 'Open share', v: '38%' }, { k: 'Setback', v: '6 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, { id: '250', size: '250 sq.yd.', rooms: '4 BHK Plot', specs: [ { k: 'Built-up', v: '3,000 sq.ft.' }, { k: 'Open share', v: '42%' }, { k: 'Setback', v: '8 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, { id: 'V400', size: '400 sq.yd. Villa', rooms: '4 BHK Villa + Lawn', specs: [ { k: 'Built-up', v: '4,400 sq.ft.' }, { k: 'Open share', v: '50%' }, { k: 'Setback', v: 'All sides' }, { k: 'Height', v: 'G+1' }, ] }, { id: 'E1000', size: '1,000 sq.yd. Estate', rooms: '5 BHK Estate Home', specs: [ { k: 'Built-up', v: '8,500 sq.ft.' }, { k: 'Open share', v: '64%' }, { k: 'Setback', v: '15 ft' }, { k: 'Height', v: 'G+2' }, ] }, ], elevationsKicker: 'Elevations · Architectural Language', elevationsTitle: { a: 'A vocabulary,', b: 'not a uniform.' }, elevations: [ { k: 'contemporary', t: 'Modernist', d: 'Long horizontals, clerestory glazing, native stone — quiet against the green.' }, { k: 'villa', t: 'Garden Villa', d: 'Pitched, gabled forms with deep eaves — set within their own walled lawns.' }, { k: 'lowrise', t: 'Low-Rise', d: 'Boutique 4-storey buildings around shared courtyards — for those who prefer a lock-and-leave life.' }, ], location: { title: { a: 'On GT Road, Sahnewal,', b: 'at the gateway to Ludhiana.' }, address: 'GT Road, Sahnewal, Ludhiana', mapEmbed: 'https://maps.google.com/maps?q=Palm+Garden+Township+Sahnewal+GT+Road+Ludhiana&output=embed&z=15', mapsLink: 'https://maps.google.com/maps?q=Palm+Garden+Sahnewal+Ludhiana', pin: 'PG', pois: [ { x: 160, y: 160, label: 'GT Road' }, { x: 640, y: 180, label: 'Sahnewal' }, { x: 580, y: 420, label: 'Airport' }, { x: 220, y: 420, label: 'Spring Dale' }, { x: 700, y: 470, label: 'DMC Hospital' }, ], distances: [ { k: 'GT Road frontage', v: '0.0 km' }, { k: 'Sahnewal', v: '1.5 km' }, { k: 'Ludhiana Airport', v: '4.0 km' }, { k: 'Spring Dale School', v: '3.0 km' }, { k: 'DMC Hospital', v: '6.5 km' }, { k: 'Ludhiana Junction Rly.', v: '9.0 km' }, { k: 'Chandigarh', v: '88 km' }, ], }, amenitiesTitle: { a: 'A clubhouse, a school,', b: 'and a forest in between.' }, amenities: [ { i: 'Trees', k: 'Central park', d: '12 acres of forest, trails and lakes.' }, { i: 'Users', k: 'Grand clubhouse', d: '40,000 sq.ft. — pools, courts, café, library.' }, { i: 'Building', k: 'On-site school', d: 'CBSE-curriculum K–12 within the gates.' }, { i: 'Sparkles', k: 'Healthcare bay', d: 'Day-clinic, diagnostics, pharmacy, ambulance.' }, { i: 'ShoppingBag',k: 'D-Mart', d: 'Anchor hypermarket within the township — daily essentials minutes away.' }, { i: 'ShoppingBag',k: 'High street', d: 'Boutiques, grocer, salon, bakery.' }, { i: 'Activity', k: 'Sports complex', d: 'Cricket nets, football turf, tennis, squash.' }, { i: 'Compass', k: 'Cycle network', d: '6 km of car-free cycling and walking.' }, { i: 'TrendingUp', k: '24×7 security', d: 'Three-layer access, CCTV, patrols.' }, ], close: { title: { a: 'Spend a Saturday', b: 'inside the gates.' }, body: 'Bring the kids, the dog, your morning paper. We\u2019ll show you the school, the lakes, and the lane your home would sit on.', }, }; function PalmGardenPage({ setPage }) { return ; } window.PALM_GARDEN_DATA = PALM_GARDEN_DATA; window.PalmGardenPage = PalmGardenPage;