InstaPloy Project - cPanel Upload Instructions
==============================================

Your React/Next.js project has been successfully built for cPanel deployment!

UPLOAD INSTRUCTIONS:
-------------------
1. Compress the entire contents of this 'out' folder into a ZIP file
2. Log into your cPanel account
3. Go to File Manager
4. Navigate to the public_html folder (or your domain's root folder)
5. Upload the ZIP file
6. Extract the ZIP file contents directly into public_html
7. Delete the ZIP file after extraction

IMPORTANT FILES:
---------------
- index.html: Main homepage file
- _next/: Contains all JavaScript, CSS, and other assets
- Images: instaploy-logo.png, placeholder files
- 404.html: Custom 404 error page

WHAT'S INCLUDED:
---------------
✅ Optimized production build
✅ Static HTML files
✅ Compressed JavaScript bundles
✅ CSS stylesheets
✅ Image assets
✅ Font files
✅ Custom 404 page

TECHNICAL DETAILS:
-----------------
- Framework: Next.js (Static Export)
- Build Type: Production optimized
- File Structure: All paths are relative and cPanel-compatible
- No server-side rendering required
- All assets are self-contained

VERIFICATION:
------------
After upload, visit your domain to verify:
1. Homepage loads correctly
2. All styling is applied
3. Images display properly
4. Navigation works
5. Mobile responsiveness functions

If you encounter any issues, ensure all files were uploaded correctly
and that the index.html file is in the root of your public_html folder.

Generated on: September 12, 2025
