Free Consultation
Get Technical Help

Assets Management

Replace logos, banners, and partner images — no code editing required.

Logo Update

Logo + Favicon

Navigate to the following folder in your project and replace the image files with your own custom versions.

📁 project_root └─📁 public └─📁 logo ├─logo-dark.png ← dark mode logo└─favicon-white.png ← browser tab icon

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.

📁 public └─📁 Project-Overview-Sections ├─banking_payment.avif

Download App Section

Swap theDownload App Section images with your own apps logos.

📁 public └─📁 Download-App-Sections ├─download_app.png

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, just git commit & git push for auto-redeploy.

  • Vercel: Just git commitgit push & — Vercel will redeploy automatically.