// Palm Enclave — residential colony detail const PALM_ENCLAVE_DATA = { id: 'palm-enclave', name: 'Palm Enclave', tag: 'Residential Colony · Ludhiana', title: { line1: 'Palm', line2: 'Enclave.' }, oneLiner: 'A Punjab Government-approved colony — quiet streets, green belts, secure living.', heroVariant: 3, slides: [ '/images/palm-enclave-1.jpg', '/images/palm-enclave-2.jpg', '/images/palm-enclave-3.jpg', '/images/palm-enclave-4.jpg', '/images/palm-enclave-5.jpg', '/images/palm-enclave-6.jpg', '/images/palm-enclave-7.jpg', '/images/palm-enclave-8.jpg', ], facts: [ { k: 'Typology', v: 'Plotted residences' }, { k: 'Total Area', v: '9.98 acres' }, { k: 'Plot Sizes', v: '100 — 200 sq.yd.' }, { k: 'Approvals', v: 'Punjab Government' }, { k: 'Location', v: 'Sangowal, Sidhwan Canal Rd' }, ], story: { eyebrow: 'The Colony', title: { a: 'Nestled in Sangowal,', b: 'close to everything.' }, body: [ 'Palm Enclave is a Punjab Government-approved residential colony on Sidhwan Canal Road in the rapidly developing area of Sangowal, Ludhiana. Spread across 9.98 acres, the colony is designed around well-planned plots with lush green belts and dedicated community spaces that bring neighbours together.', 'The location is a quiet counterpoint to the city\'s pace — yet remarkably well-connected. Palm Heights is three minutes away, Gill Road five minutes, and GNE College six minutes. This thoughtful positioning ensures that daily life runs smoothly, while home remains a genuine retreat.', ], }, plansKicker: 'Plot Sizes · Typologies', plansTitle: { a: 'Three plot sizes,', b: 'one neighbourhood.' }, plans: [ { id: '100', size: '100 sq.yd.', rooms: '2–3 BHK', specs: [ { k: 'Built-up', v: 'Up to 1,200 sq.ft.' }, { k: 'Open share', v: '38%' }, { k: 'Setback', v: '6 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, { id: '150', size: '150 sq.yd.', rooms: '3 BHK', specs: [ { k: 'Built-up', v: 'Up to 1,800 sq.ft.' }, { k: 'Open share', v: '40%' }, { k: 'Setback', v: '6 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, { id: '200', size: '200 sq.yd.', rooms: '3–4 BHK', specs: [ { k: 'Built-up', v: 'Up to 2,400 sq.ft.' }, { k: 'Open share', v: '44%' }, { k: 'Setback', v: '8 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, ], elevationsKicker: 'Elevations · Architectural Language', elevationsTitle: { a: 'Clean streets,', b: 'considered homes.' }, elevations: [ { k: 'contemporary', t: 'Contemporary', d: 'Flat rooflines, generous windows, textured plaster — bright and modern.' }, { k: 'classical', t: 'Traditional', d: 'Arched doorways, stone coursing, shaded verandah — rooted in Punjab.' }, { k: 'courtyard', t: 'Courtyard', d: 'An inner courtyard opens the home to sky and cross-breeze.' }, ], location: { title: { a: 'On Sidhwan Canal Road,', b: 'in the heart of Sangowal.' }, address: 'Village Brahman Majara, Sidhwan Canal Road, Sangowal, Ludhiana', mapEmbed: 'https://maps.google.com/maps?q=Palm+Enclave+Sangowal+Sidhwan+Canal+Road+Ludhiana&output=embed&z=15', mapsLink: 'https://maps.google.com/maps?q=Palm+Enclave+Sangowal+Ludhiana', pin: 'PE', pois: [ { x: 180, y: 180, label: 'Sidhwan Canal Rd' }, { x: 620, y: 200, label: 'Gill Road' }, { x: 560, y: 410, label: 'GNE College' }, { x: 240, y: 410, label: 'Palm Heights' }, { x: 700, y: 460, label: 'Southern Bypass' }, ], distances: [ { k: 'Sidhwan Canal Road', v: '0.0 km' }, { k: 'Palm Heights', v: '3 min' }, { k: 'Gill Road', v: '5 min' }, { k: 'GNE College of Engineering', v: '6 min' }, { k: 'Southern Bypass', v: '~2.0 km' }, { k: 'Ludhiana Railway Station', v: '~10 km' }, { k: 'Sahnewal Airport', v: '~12 km' }, ], }, amenitiesTitle: { a: 'Green, gated,', b: 'and genuinely calm.' }, amenities: [ { i: 'Trees', k: 'Lush green belts', d: 'Landscaped strips lining every internal road.' }, { i: 'Users', k: 'Community spaces', d: 'Dedicated areas for gathering and daily life.' }, { i: 'TrendingUp', k: 'Guarded entry', d: 'Single-point access with round-the-clock security.' }, { i: 'Compass', k: 'Wide internal roads', d: 'Well-laid, lit roads connecting every plot.' }, { i: 'Home', k: 'Drainage system', d: 'Systematic underground drainage throughout.' }, { i: 'Sparkles', k: 'Street lighting', d: 'Full-colony street lighting for safe evenings.' }, { i: 'Building', k: 'Government-approved', d: 'Punjab Government-approved residential colony.' }, { i: 'Activity', k: 'Serene surroundings', d: 'Away from the city\'s noise, close to its conveniences.' }, ], close: { title: { a: 'A quiet address,', b: 'well connected.' }, body: 'Palm Enclave sits at the meeting point of calm living and city convenience. Come see the streets, the greens, and the neighbourhood — we\'d love to show you around.', }, }; function PalmEnclavePage({ setPage }) { return ; } window.PALM_ENCLAVE_DATA = PALM_ENCLAVE_DATA; window.PalmEnclavePage = PalmEnclavePage;