Skip to content

Commit

Permalink
feat: landing page, u
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Apr 22, 2023
1 parent da55b31 commit 40c982c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/landing/www/src/components/Refund.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Refund = () => {
However, if you are not satisfied with our product, we offer a refund policy that ensures your rights as a customer.</p>

<ul className='list-disc ml-5'>
<li>You have purchased myGPTReader within the last 30 days.</li>
<li>You have purchased myGPTReader within the last 7 days.</li>
<li>You have encountered technical issues or problems with our product that we are unable to resolve within a reasonable time frame.</li>
<li>You have not violated our terms of service or engaged in fraudulent activity.</li>
</ul>
Expand All @@ -23,7 +23,7 @@ const Refund = () => {
<>
<div className='mt-5'>
<h3 className='text-lg font-semibold text-gray-700 mb-3'>Refund process:</h3>
<p>To request a refund, please contact us at <span className='text-gray-700'>[email protected]</span> within 30 days of your purchase. We may ask you to provide additional information or documentation to support your refund request.</p>
<p>To request a refund, please contact us at <span className='text-gray-700'>[email protected]</span> within 7 days of your purchase. We may ask you to provide additional information or documentation to support your refund request.</p>
<p>Once we receive your refund request, we will review your case and respond within 7 business days. If your refund request is approved, we will issue a refund to the original payment method you used to purchase myGPTReader.</p>
</div>

Expand All @@ -32,7 +32,7 @@ const Refund = () => {
<ul className='list-disc ml-5'>
<li>We do not offer refunds for any purchases made outside of our website or authorized resellers.</li>
<li>We reserve the right to refuse a refund request if we suspect fraudulent activity or violation of our terms of service.</li>
<li>We do not offer refunds for purchases made more than 30 days ago.</li>
<li>We do not offer refunds for purchases made more than 7 days ago.</li>
</ul>
</div>

Expand Down

0 comments on commit 40c982c

Please sign in to comment.