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 └─📁 assets └─📁 logo ├─logo.webp ← light mode logo├─navbar-logo.webp ← dark mode logo└─favicon.webp ← browser tab icon

Important: Keep the file names and extensions exactly the same. Just overwrite them with your own files.

Hero Section Banners

Banner

Replace the hero section slider images to match your brand's story.

📁 public └─📁 assets └─📁 banner ├─banner-shape1.webp ├─banner-shape2.webp └─banner-shape3.webp

Feature Images

Feature

Swap the partner images with your own sponsor/partner logos.

📁 public └─📁 assets └─📁 Feature ├─feature-1.webp├─feature-2.webp├─feature-3.webp├─

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.