quickabdest/components/pages/AbdestTeyemmüm.js

16 lines
657 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export function AbdestTeyemmum() {
return (
<>
<h1>Teyemmüm</h1>
<p>
Fakihlere (fıkıh alimi) göre namaz kılmak için abdest yerine bazı
durumlarda teyemmüm yapılabilir. Ayrıca teyemmüm, hastalık, yolculuk, su
bulmama/suyun olmaması veya erişilememesi gibi durumlarda boy abdesti
yerine de yapılır. Kur'an'da teyemmüm yapmak için türâb (toprak) sözcüğü
kullanılmaz, bunun yerine said sözcüğü kullanılır ki bu sözcük
&quot;toz, toprak, taş vs.&quot; anlamına gelmektedir. Kullanıma uygun
su bulunduğu zaman bozulmaktadır.
</p>
</>
);
}