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.
Project Overview Section
Replace the Project Overview Section images to match your brand's story.
Download App Section
Swap theDownload App Section images with your own apps 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.