Assets Management
Replace logos, banners, and partner images — no code editing required.
Logo Update
Logo + FaviconNavigate to the following folder in your project and replace the image files with your own custom versions.
Important: Keep the file names and extensions exactly the same. Just overwrite them with your own files.
Hero Section Banners
Home SliderReplace the hero section slider images to match your brand's story.
Partner Logos
Top Donor PartnersSwap the partner images with your own sponsor/partner logos.
You can replace any asset in the /public/ folder — just make sure the file names and extensions stay identical so the code can find them.
After updating assets — redeploy:
cPanel: Rebuild and upload the files to the server again.
Cloudflare: Open the project locally and run
npm run deploy— or if using GitHub, justgit commit&git pushfor auto-redeploy.Vercel: Just
git commitgit push& — Vercel will redeploy automatically.