// Palm City — township detail page const PALM_CITY_2_DATA = { id: 'palm-city-2', name: 'Palm City', tag: 'Township · Chandigarh Road · Ludhiana', title: { line1: 'Palm', line2: 'City.' }, oneLiner: 'A PUDA-approved township where community and convenience meet on Chandigarh Road.', heroVariant: 2, slides: [ '/images/palm-city-1.jpg', '/images/palm-city-2.jpg', '/images/palm-city-3.jpg', '/images/palm-city-4.jpg', '/images/palm-city-5.jpg', '/images/palm-city-6.jpg', '/images/palm-city-7.jpg', '/images/palm-city-8.jpg', '/images/palm-city-9.jpg', ], facts: [ { k: 'Typology', v: 'Plotted township' }, { k: 'Total Area', v: '46.09 acres' }, { k: 'Plot Sizes', v: '100 — 300 sq.yd.' }, { k: 'Open Space', v: '45% landscaped' }, { k: 'Approvals', v: 'PUDA' }, { k: 'Location', v: 'Village Kohara, Chandigarh Rd' }, ], story: { eyebrow: 'The Township', title: { a: 'A community planned', b: 'for the long view.' }, body: [ 'Palm City is a PUDA-approved residential township by AMG Group, spanning 46.09 acres in Village Kohara on Chandigarh Road, Ludhiana. This prime location offers excellent connectivity to the established areas of Ludhiana and caters to a high standard of living.', 'More than a collection of plots, Palm City is a well-planned community — designed for families who value peaceful living without sacrificing urban convenience. Ample green spaces and essential amenities make it an address with both roots and reach.', ], }, plansKicker: 'Plot Sizes · Typologies', plansTitle: { a: 'Four plot sizes,', b: 'one community.' }, 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' }, ] }, { id: '300', size: '300 sq.yd.', rooms: '4–5 BHK', specs: [ { k: 'Built-up', v: 'Up to 3,600 sq.ft.' }, { k: 'Open share', v: '50%' }, { k: 'Setback', v: '10 ft (front)' }, { k: 'Height', v: 'G+2 max' }, ] }, ], elevationsKicker: 'Elevations · Architectural Language', elevationsTitle: { a: 'A township of homes,', b: 'not a grid of plots.' }, elevations: [ { k: 'contemporary', t: 'Modernist', d: 'Clean lines, generous glazing and textured facades — built for the long run.' }, { k: 'classical', t: 'Traditional', d: 'Sloped roofs, stone coursing and verandahs — a familiar Punjab warmth.' }, { k: 'courtyard', t: 'Courtyard', d: 'Rooms organised around a private green core — daylight from all sides.' }, ], location: { title: { a: 'On Chandigarh Road,', b: 'at the edge of city and calm.' }, address: 'Village Kohara, Chandigarh Road, Ludhiana', mapEmbed: 'https://maps.google.com/maps?q=Palm+City+Village+Kohara+Chandigarh+Road+Ludhiana&output=embed&z=15', mapsLink: 'https://maps.google.com/maps?q=Palm+City+Kohara+Chandigarh+Road+Ludhiana', pin: 'PC', pois: [ { x: 160, y: 160, label: 'Chandigarh Road' }, { x: 640, y: 180, label: 'Sahnewal' }, { x: 580, y: 420, label: 'Airport' }, { x: 220, y: 420, label: 'Doraha' }, { x: 700, y: 470, label: 'Ludhiana City' }, ], distances: [ { k: 'Chandigarh Road', v: '2 min' }, { k: 'Sahnewal', v: '6 min' }, { k: 'Doraha', v: '9 min' }, { k: 'Ludhiana Airport', v: '~8 km' }, { k: 'Ludhiana Junction Rly.', v: '~14 km' }, { k: 'Chandigarh', v: '~85 km' }, ], }, amenitiesTitle: { a: 'Everything a neighbourhood', b: 'should have.' }, amenities: [ { i: 'Trees', k: 'Green spaces', d: 'Ample landscaped areas woven through the township.' }, { i: 'Users', k: 'Community living', d: 'Programmed common spaces for daily gathering.' }, { i: 'TrendingUp', k: '24×7 security', d: 'Gated entry with round-the-clock security services.' }, { i: 'Compass', k: 'Wide roads', d: 'Well-laid internal roads with systematic layout.' }, { i: 'Home', k: 'Water supply', d: 'Reliable water supply infrastructure throughout.' }, { i: 'Building', k: 'Drainage', d: 'Systematic drainage and sewerage network.' }, { i: 'Sparkles', k: 'Street lighting', d: 'Full-township street lighting.' }, { i: 'ShoppingBag',k: 'Bank loans available',d: 'Financing from leading institutions at competitive rates.' }, ], close: { title: { a: 'Build your dream home', b: 'in a ready community.' }, body: 'Palm City is already a neighbourhood. Come walk the roads, see the greens, and find the plot your family deserves.', }, }; function PalmCity2Page({ setPage }) { return ; } window.PALM_CITY_2_DATA = PALM_CITY_2_DATA; window.PalmCity2Page = PalmCity2Page;