Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp refund policy page styling #3313

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 32 additions & 10 deletions blogs/refund-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,24 +485,46 @@ <h1 style="text-align: center;">Refund Policy</h1>
Last updated: <span id="last-updated-date"></span>
</div>

<p style="background-color: transparent; color: black; font-size: 20px; font-weight: normal;">We strive to ensure customer satisfaction and transparency in our refund process. Below is our detailed refund policy:</p>
<br>



<div class="card bg-gray-100 border border-gray-300 rounded-lg p-4 shadow-md">
<p class="text-gray-700 font-medium">Certain types of items cannot be returned, like:</p>
<p class="text-gray-700 font-medium">Eligibility for Refunds:</p>
<ul class="list-disc pl-6 ml-4 text-gray-600">
<li><strong class="text-gray-800">Perishable goods</strong> (such as food, flowers, or plants)</li>
<li><strong class="text-gray-800">Custom products</strong> (such as special orders or personalized items)</li>
<li><strong class="text-gray-800">Personal care goods</strong> (such as beauty products)</li>
<li><strong class="text-gray-800">Hazardous materials, flammable liquids</strong>, or <strong>gases</strong></li>
<li><strong class="text-gray-800">Subscription Plans:</strong> Refunds are available only for cancellations made within 7 days of purchase, provided no content or service has been accessed.</li>
<li><strong class="text-gray-800">One-Time Payments:</strong> Refunds for one-time tool purchases are assessed on a case-by-case basis and are subject to verification.</li>
</ul>
<p class="mt-3 text-gray-700">Kindly contact us in case of additional questions or concerns about your specific item.</p>
</div>

<br>

<div class="card bg-gray-100 border border-gray-300 rounded-lg p-4 shadow-md">
<p class="text-gray-700 font-medium">We will notify you once we’ve received and inspected your return to let you know if the refund was approved or not. If <i class="text-gray-600">approved</i>, you’ll be automatically refunded on your original payment method <i class="text-gray-600">within 10 business days.</i></p>
<p class="mt-3 text-gray-700">Please remember it can take some time for your bank or credit card company to process and post the refund too.</p>
</div>

<p class="text-gray-700 font-medium">Non-Refundable Items:</p>
<ul class="list-disc pl-6 ml-4 text-gray-600">
<li><strong class="text-gray-800">Digital Products:</strong> Downloadable tools, guides, or materials are non-refundable once accessed.</li>
<li><strong class="text-gray-800">AI Consultation Services:</strong> Sessions or personalized reports are non-refundable once delivered.</li>
</ul>
</div>
<br>

<div class="card bg-gray-100 border border-gray-300 rounded-lg p-4 shadow-md">
<p class="text-gray-700 font-medium">Refund Process:</p>
<p class="text-gray-700">To request a refund, please contact our support team at <a href="mailto:[email protected]" class="text-blue-500 underline">[email protected]</a>. Provide your purchase details and the reason for your request. Once we receive your request, we will review it and notify you of the approval or rejection within 3-5 business days.</p>
</div>
<br>

<div class="card bg-gray-100 border border-gray-300 rounded-lg p-4 shadow-md">
<p class="text-gray-700 font-medium">Refund Timeline:</p>
<p class="text-gray-700">If your refund is approved, the amount will be credited back to your original payment method within 10 business days. Please note that bank or credit card processing times may vary and might take additional time to reflect in your account.</p>
</div>
<br>

<div class="card bg-gray-100 border border-gray-300 rounded-lg p-4 shadow-md">
<p class="text-gray-700 font-medium">Need Assistance?</p>
<p class="text-gray-700">For any queries or assistance regarding refunds, reach out to our support team at <a href="mailto:[email protected]" class="text-blue-500 underline">[email protected]</a>.</p>
</div>
</article>
</div>

Expand Down