<%- include('../../includes/customer/head.ejs') %> <%- include('../../includes/customer/navbar.ejs') %>

Warranty Registration

Quick and reliable solutions to your technical problems.

Photo 1

Warranty Registration Form

<% if (req.query.success) { %>
✅ Your warranty has been successfully registered.
<% } else if (req.query.error) { %>
❌ Something went wrong. Please try again later.
<% } %>

Technical Question / Failure

<%- include('../../includes/customer/footer.ejs') %> <%- include('../../includes/customer/script.ejs') %>