div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }
TV Punjab | Punjabi News Channel

ਇਹ ਹਨ ਭਾਰਤ ਦੀਆਂ 5 ਥਾਵਾਂ, ਜਿੱਥੇ ਦੀ ਮਿੱਟੀ ਵੀ ਇਤਿਹਾਸ ਅਤੇ ਕੁਰਬਾਨੀ ਦੀਆਂ ਕਹਾਣੀਆਂ ਸੁਣਾਉਂਦੀ ਹੈ

Jallianwala Bagh Amritsar

ਭਾਰਤ, ਇੱਕ ਅਜਿਹਾ ਦੇਸ਼ ਜੋ ਦੁਨੀਆ ਭਰ ਵਿੱਚ ਆਪਣੀ ਵਿਭਿੰਨਤਾ, ਸੱਭਿਆਚਾਰ ਅਤੇ ਇਤਿਹਾਸ ਲਈ ਜਾਣਿਆ ਜਾਂਦਾ ਹੈ, ਆਪਣੀ ਮਿੱਟੀ ਵਿੱਚ ਵੀ ਅਣਗਿਣਤ ਕਹਾਣੀਆਂ ਛੁਪੀਆਂ ਹੋਈਆਂ ਹਨ। ਇੱਥੋਂ ਦੀ ਧਰਤੀ ਨਾ ਸਿਰਫ਼ ਉਪਜਾਊ ਹੈ, ਸਗੋਂ ਇਹ ਇਤਿਹਾਸ ਦੇ ਕਈ ਮਹੱਤਵਪੂਰਨ ਪਲਾਂ ਦੀ ਗਵਾਹ ਵੀ ਰਹੀ ਹੈ। ਕੁਝ ਥਾਵਾਂ ਅਜਿਹੀਆਂ ਹਨ ਜਿੱਥੇ ਮਿੱਟੀ ਵੀ ਇਤਿਹਾਸ ਅਤੇ ਕੁਰਬਾਨੀ ਦੀ ਗਾਥਾ ਗਾਉਂਦੀ ਹੈ, ਜੋ ਹਰ ਭਾਰਤੀ ਦੇ ਦਿਲ ਵਿੱਚ ਦੇਸ਼ ਭਗਤੀ ਦੀ ਭਾਵਨਾ ਨੂੰ ਹੋਰ ਮਜ਼ਬੂਤ ​​ਕਰਦੀ ਹੈ। ਇਸ ਲੇਖ ਵਿੱਚ, ਅਸੀਂ 5 ਅਜਿਹੀਆਂ ਥਾਵਾਂ ਬਾਰੇ ਜਾਣਾਂਗੇ।

1. ਜਲ੍ਹਿਆਂਵਾਲਾ ਬਾਗ, ਅੰਮ੍ਰਿਤਸਰ : (Jallianwala Bagh, Amritsar)

ਪੰਜਾਬ ਦੇ ਅੰਮ੍ਰਿਤਸਰ ਵਿੱਚ ਸਥਿਤ ਜਲ੍ਹਿਆਂਵਾਲਾ ਬਾਗ ਭਾਰਤੀ ਇਤਿਹਾਸ ਦਾ ਇੱਕ ਕਾਲਾ ਅਧਿਆਇ ਹੈ ਜਿਸਨੂੰ ਕਦੇ ਨਹੀਂ ਭੁਲਾਇਆ ਜਾ ਸਕਦਾ। 13 ਅਪ੍ਰੈਲ 1919 ਨੂੰ ਵਿਸਾਖੀ ਵਾਲੇ ਦਿਨ, ਜਨਰਲ ਡਾਇਰ ਦੀ ਅਗਵਾਈ ਵਿੱਚ ਬ੍ਰਿਟਿਸ਼ ਫੌਜਾਂ ਨੇ ਨਿਹੱਥੇ ਭਾਰਤੀਆਂ ‘ਤੇ ਅੰਨ੍ਹੇਵਾਹ ਗੋਲੀਆਂ ਚਲਾਈਆਂ, ਜਿਸ ਵਿੱਚ ਸੈਂਕੜੇ ਮਾਸੂਮ ਆਦਮੀ, ਔਰਤਾਂ ਅਤੇ ਬੱਚੇ ਮਾਰੇ ਗਏ। ਉਹ ਲੋਕ ਰੌਲੇਟ ਐਕਟ ਦੇ ਖਿਲਾਫ ਸ਼ਾਂਤੀਪੂਰਵਕ ਪ੍ਰਦਰਸ਼ਨ ਕਰ ਰਹੇ ਸਨ। ਅੱਜ ਇਹ ਸਥਾਨ ਇੱਕ ਰਾਸ਼ਟਰੀ ਸਮਾਰਕ ਹੈ, ਜਿੱਥੇ ਸ਼ਹੀਦਾਂ ਦੀਆਂ ਯਾਦਾਂ ਅਜੇ ਵੀ ਤਾਜ਼ਾ ਹਨ। ਇੱਥੋਂ ਦੀ ਮਿੱਟੀ ਉਨ੍ਹਾਂ ਸ਼ਹੀਦਾਂ ਦੇ ਖੂਨ ਨਾਲ ਸਿੰਜੀ ਹੋਈ ਹੈ ਜਿਨ੍ਹਾਂ ਨੇ ਦੇਸ਼ ਦੀ ਆਜ਼ਾਦੀ ਲਈ ਆਪਣੀਆਂ ਜਾਨਾਂ ਕੁਰਬਾਨ ਕਰ ਦਿੱਤੀਆਂ। ਕੰਧਾਂ ‘ਤੇ ਗੋਲੀਆਂ ਦੇ ਨਿਸ਼ਾਨ ਅਜੇ ਵੀ ਉਸ ਬੇਰਹਿਮ ਘਟਨਾ ਦੀ ਗਵਾਹੀ ਭਰਦੇ ਹਨ। ਇਸ ਸਥਾਨ ਦੀ ਯਾਤਰਾ ਹਰ ਭਾਰਤੀ ਦੇ ਦਿਲ ਨੂੰ ਦੇਸ਼ ਭਗਤੀ ਅਤੇ ਕੁਰਬਾਨੀ ਦੀ ਭਾਵਨਾ ਨਾਲ ਭਰ ਦਿੰਦੀ ਹੈ ਅਤੇ ਬ੍ਰਿਟਿਸ਼ ਸ਼ਾਸਨ ਦੇ ਅੱਤਿਆਚਾਰਾਂ ਦੀਆਂ ਯਾਦਾਂ ਨੂੰ ਤਾਜ਼ਾ ਕਰਦੀ ਹੈ।

2. ਹਲਦੀਘਾਟੀ, ਰਾਜਸਥਾਨ: (Haldighati, Rajasthan)

ਰਾਜਸਥਾਨ ਦੇ ਅਰਾਵਲੀ ਪਹਾੜੀ ਲੜੀ ਵਿੱਚ ਸਥਿਤ ਹਲਦੀਘਾਟੀ, ਮਹਾਰਾਣਾ ਪ੍ਰਤਾਪ ਅਤੇ ਮੁਗਲ ਫੌਜ ਵਿਚਕਾਰ ਹੋਏ ਇਤਿਹਾਸਕ ਯੁੱਧ ਦਾ ਗਵਾਹ ਹੈ। 1576 ਵਿੱਚ ਲੜੀ ਗਈ ਇਸ ਭਿਆਨਕ ਲੜਾਈ ਵਿੱਚ, ਮਹਾਰਾਣਾ ਪ੍ਰਤਾਪ ਨੇ ਆਪਣੀ ਬਹਾਦਰੀ, ਹਿੰਮਤ ਅਤੇ ਦੇਸ਼ ਭਗਤੀ ਦਾ ਪ੍ਰਦਰਸ਼ਨ ਕੀਤਾ। ਮਾਨਸਿੰਘ ਮੁਗਲ ਫੌਜ ਦੀ ਅਗਵਾਈ ਕਰ ਰਿਹਾ ਸੀ। ਹਲਦੀਘਾਟੀ ਦੀ ਮਿੱਟੀ ਹਲਦੀ ਰੰਗ ਦੀ ਹੈ, ਜਿਸਦੇ ਪਿੱਛੇ ਕਈ ਕਹਾਣੀਆਂ ਪ੍ਰਚਲਿਤ ਹਨ। ਕਿਹਾ ਜਾਂਦਾ ਹੈ ਕਿ ਜੰਗ ਵਿੱਚ ਵਹਿਣ ਵਾਲੇ ਖੂਨ ਕਾਰਨ ਮਿੱਟੀ ਪੀਲੀ ਹੋ ਗਈ ਸੀ, ਜਦੋਂ ਕਿ ਕੁਝ ਲੋਕਾਂ ਦਾ ਮੰਨਣਾ ਹੈ ਕਿ ਇੱਥੋਂ ਦੀ ਮਿੱਟੀ ਪੀਲੀ ਰੰਗ ਦੀ ਹੈ ਕਿਉਂਕਿ ਇਸ ਵਿੱਚ ਹਲਦੀ ਦੀ ਮਾਤਰਾ ਜ਼ਿਆਦਾ ਹੁੰਦੀ ਹੈ। ਕੁਝ ਵੀ ਹੋਵੇ, ਅੱਜ ਇਹ ਸਥਾਨ ਮਹਾਰਾਣਾ ਪ੍ਰਤਾਪ ਦੀ ਬਹਾਦਰੀ, ਆਜ਼ਾਦੀ ਲਈ ਉਨ੍ਹਾਂ ਦੇ ਸੰਘਰਸ਼ ਅਤੇ ਦੇਸ਼ ਭਗਤੀ ਦਾ ਪ੍ਰਤੀਕ ਹੈ।

3. ਝਾਂਸੀ ਕੀ ਰਾਣੀ ਕਿਲ੍ਹਾ, ਝਾਂਸੀ (Jhansi Fort, Jhansi)

ਉੱਤਰ ਪ੍ਰਦੇਸ਼ ਦੇ ਝਾਂਸੀ ਵਿੱਚ ਸਥਿਤ ਝਾਂਸੀ ਦਾ ਕਿਲ੍ਹਾ ਰਾਣੀ ਲਕਸ਼ਮੀਬਾਈ ਦੀ ਬਹਾਦਰੀ ਅਤੇ ਕੁਰਬਾਨੀ ਦੀ ਕਹਾਣੀ ਦੱਸਦਾ ਹੈ। ਰਾਣੀ ਲਕਸ਼ਮੀਬਾਈ ਨੇ 1857 ਦੇ ਵਿਦਰੋਹ ਵਿੱਚ ਬ੍ਰਿਟਿਸ਼ ਸਾਮਰਾਜ ਵਿਰੁੱਧ ਬਹੁਤ ਹਿੰਮਤ ਅਤੇ ਬਹਾਦਰੀ ਨਾਲ ਲੜਾਈ ਲੜੀ। ਉਸਨੇ ਆਪਣੇ ਗੋਦ ਲਏ ਪੁੱਤਰ ਦਾਮੋਦਰ ਰਾਓ ਨੂੰ ਆਪਣੀ ਪਿੱਠ ‘ਤੇ ਬੰਨ੍ਹਿਆ ਸੀ ਅਤੇ ਅੰਗਰੇਜ਼ਾਂ ਵਿਰੁੱਧ ਲੜਾਈ ਲੜੀ ਸੀ। ਇਸ ਕਿਲ੍ਹੇ ਦੀ ਮਿੱਟੀ ਰਾਣੀ ਲਕਸ਼ਮੀਬਾਈ ਦੀ ਅਦੁੱਤੀ ਹਿੰਮਤ, ਦੇਸ਼ ਭਗਤੀ ਅਤੇ ਮਾਤ ਭੂਮੀ ਲਈ ਉਨ੍ਹਾਂ ਦੀ ਕੁਰਬਾਨੀ ਦੀ ਗਵਾਹ ਹੈ। ਅੱਜ ਵੀ ਇਹ ਕਿਲ੍ਹਾ ਹਰ ਭਾਰਤੀ ਨੂੰ ਪ੍ਰੇਰਿਤ ਕਰਦਾ ਹੈ ਅਤੇ ਸਾਨੂੰ ਆਜ਼ਾਦੀ ਸੰਗਰਾਮ ਦੀ ਯਾਦ ਦਿਵਾਉਂਦਾ ਹੈ।

4. ਸੈਲੂਲਰ ਜੇਲ੍ਹ, ਅੰਡੇਮਾਨ ਅਤੇ ਨਿਕੋਬਾਰ ਟਾਪੂ: (Cellular Jail, Andaman and Nicobar Islands)

ਅੰਡੇਮਾਨ ਅਤੇ ਨਿਕੋਬਾਰ ਟਾਪੂਆਂ ਦੀ ਰਾਜਧਾਨੀ ਪੋਰਟ ਬਲੇਅਰ ਵਿੱਚ ਸਥਿਤ ਸੈਲੂਲਰ ਜੇਲ੍ਹ, ਜਿਸਨੂੰ ‘ਕਾਲਾ ਪਾਣੀ’ ਵੀ ਕਿਹਾ ਜਾਂਦਾ ਹੈ, ਭਾਰਤ ਦੇ ਆਜ਼ਾਦੀ ਸੰਗਰਾਮ ਦੌਰਾਨ ਕ੍ਰਾਂਤੀਕਾਰੀਆਂ ਲਈ ਇੱਕ ਤਸੀਹੇ ਦਾ ਕਮਰਾ ਸੀ। ਵੀਰ ਸਾਵਰਕਰ, ਬਟੁਕੇਸ਼ਵਰ ਦੱਤ ਅਤੇ ਹੋਰ ਬਹੁਤ ਸਾਰੇ ਆਜ਼ਾਦੀ ਘੁਲਾਟੀਆਂ ਨੂੰ ਇੱਥੇ ਕੈਦ ਕੀਤਾ ਗਿਆ ਸੀ ਅਤੇ ਅਣਮਨੁੱਖੀ ਤਸੀਹੇ ਦਿੱਤੇ ਗਏ ਸਨ। ਇਕਾਂਤ ਕੈਦ, ਸਖ਼ਤ ਮਜ਼ਦੂਰੀ ਅਤੇ ਅਣਮਨੁੱਖੀ ਸਲੂਕ ਦੇ ਬਾਵਜੂਦ, ਇਨ੍ਹਾਂ ਇਨਕਲਾਬੀਆਂ ਨੇ ਹਿੰਮਤ ਨਹੀਂ ਹਾਰੀ। ਇਸ ਜੇਲ੍ਹ ਦੀ ਮਿੱਟੀ ਉਨ੍ਹਾਂ ਸ਼ਹੀਦਾਂ ਦੀ ਕੁਰਬਾਨੀ ਦੀ ਕਹਾਣੀ ਦੱਸਦੀ ਹੈ ਜਿਨ੍ਹਾਂ ਨੇ ਦੇਸ਼ ਦੀ ਆਜ਼ਾਦੀ ਲਈ ਸਭ ਕੁਝ ਤਿਆਗ ਦਿੱਤਾ। ਅੱਜ ਇਹ ਜੇਲ੍ਹ ਇੱਕ ਰਾਸ਼ਟਰੀ ਸਮਾਰਕ ਹੈ ਅਤੇ ਸਾਨੂੰ ਆਜ਼ਾਦੀ ਘੁਲਾਟੀਆਂ ਦੀਆਂ ਕੁਰਬਾਨੀਆਂ ਦੀ ਯਾਦ ਦਿਵਾਉਂਦੀ ਹੈ।

5. ਰਾਜਘਾਟ, ਨਵੀਂ ਦਿੱਲੀ: (Raj Ghat, New Delhi)

ਨਵੀਂ ਦਿੱਲੀ ਵਿੱਚ ਯਮੁਨਾ ਨਦੀ ਦੇ ਕੰਢੇ ਸਥਿਤ ਰਾਜਘਾਟ, ਮਹਾਤਮਾ ਗਾਂਧੀ ਦਾ ਆਰਾਮ ਸਥਾਨ ਹੈ। ਮਹਾਤਮਾ ਗਾਂਧੀ, ਜਿਨ੍ਹਾਂ ਨੂੰ ‘ਰਾਸ਼ਟਰਪਿਤਾ’ ਵੀ ਕਿਹਾ ਜਾਂਦਾ ਹੈ, ਨੇ ਅਹਿੰਸਾ ਦੇ ਮਾਰਗ ‘ਤੇ ਚੱਲ ਕੇ ਭਾਰਤ ਨੂੰ ਆਜ਼ਾਦੀ ਦਿਵਾਈ। ਉਨ੍ਹਾਂ ਨੇ ਸੱਚ, ਅਹਿੰਸਾ ਅਤੇ ਪਿਆਰ ਦਾ ਸੰਦੇਸ਼ ਦਿੱਤਾ, ਜਿਸ ਨੇ ਪੂਰੀ ਦੁਨੀਆ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕੀਤਾ। ਰਾਜਘਾਟ ਇੱਕ ਸ਼ਾਂਤ ਅਤੇ ਪਵਿੱਤਰ ਸਥਾਨ ਹੈ ਜਿੱਥੇ ਲੋਕ ਮਹਾਤਮਾ ਗਾਂਧੀ ਨੂੰ ਉਨ੍ਹਾਂ ਦੀ ਸਮਾਧੀ ‘ਤੇ ਸ਼ਰਧਾਂਜਲੀ ਦਿੰਦੇ ਹਨ। ਇਹ ਸਥਾਨ ਉਨ੍ਹਾਂ ਦੇ ਵਿਚਾਰਾਂ, ਸਿਧਾਂਤਾਂ, ਸਾਦੇ ਜੀਵਨ ਅਤੇ ਦੇਸ਼ ਲਈ ਦਿੱਤੀਆਂ ਕੁਰਬਾਨੀਆਂ ਦਾ ਪ੍ਰਤੀਕ ਹੈ।

 

Exit mobile version