@include('layouts.components.cursor-and-preloader')
@include('layouts.header')
@include('layouts.components.hero-slider', [
'sliders' => [
[
'image_path' => 'assets/imgs/slider/clean-water/clean-water-for-orphans-1.webp',
'heading' => 'Water is life, and life should be safe.',
'description' => 'Every human deserves access to safe, clean water.',
],
[
'image_path' => 'assets/imgs/slider/clean-water/clean-water-for-orphans-2.webp',
'heading' => 'Protecting Lives with Clean Water.',
'description' =>
'Access to clean water protects families from disease and ensures good health.',
],
[
'image_path' => 'assets/imgs/slider/clean-water/clean-water-for-orphans-3.webp',
'heading' => 'Every drop counts for life.',
'description' => 'Every drop of safe water brings hope, dignity, and a brighter future.',
],
],
])
{{-- about us section start here --}}
Water for Life, Hope for Tomorrow
For those who walk miles each day for a drop of water, your
support can change everything. Together, we can donate hand pumps, provide safe drinking
water, and protect families from disease. Your kindness can quench their thirst and
restore dignity.
-
Together for Safe Water
-
Support Charity Today
-
Small Acts, Big Impact
{{-- about us section end here --}}
{{-- how you help us section start here --}}
Donate for Orphans
Your one donation can feed a child, shelter a family, and bring hope to the
hopeless. Small giving, endless impact
Make World Happier
A kinder world begins with us. One act of giving can bring smiles, shelter, and
hope to countless lives.
Shelter for Unprivileged
A roof means safety, dignity, and life. Help us build shelter for those forgotten
by society. One gift changes everything.
{{--
Educate Orphans
Education breaks poverty’s cycle. Your support buys books, teachers, and hope for
children who dream beyond hunger and struggle.
--}}
Home for Orphans
Every family deserves warmth and security. With your help, we provide homes to
the helpless, turning despair into dignity.
Charity For Education
Knowledge is power, and education is hope. Your donation gives children the tools
to rise above poverty and hardship.
{{-- how you help us section end here --}}
{{-- impact section start here --}}
@include('layouts.components.impact', [
'heading' => 'Helping to Make Our World a Better Place to Live',
'description' => 'At Nabir Foundation, we believe every person deserves dignity,
safety, and the opportunity to thrive. Through our orphan care, shelter projects, and
community support, we are working to create a brighter, kinder world. With your help, we
can extend hope, provide protection, and build a future where no one is left behind.',
])
{{-- impact section end here --}}
@include('layouts.components.donation', [
'heading' => 'Support Them Through a Donation',
'description' =>
'Your generosity can transform lives. A small contribution can provide food, shelter, and education for those who need it most. Every donation, big or small, is a step towards giving a child warmth, security, and the chance to dream again. Together, we can turn compassion into action.',
])
{{-- cta section start here --}}
@include('layouts.components.cta')
{{-- cta section end here --}}
@include('layouts.footer')