quickabdest/components/pages/AbdestFarz.js

14 lines
422 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 AbdestFarz() {
return (
<>
<h1>Abdestin Farzları</h1>
<p>Sünni alimlere göre abdestin farzları dörttür:</p>
<ul>
<li>Başın dörtte birini meshetmek, yani ıslak elle sıvazlamak.</li>
<li>Kolları (dirsekleriyle beraber) yıkamak.</li>
<li>Yüzü yıkamak.</li>
<li>Ayakları (topuklarıyla beraber) yıkamak.</li>
</ul>
</>
);
}