Return and Shipping policy for razorpay

This commit is contained in:
Amritanshu Agrawal 2024-10-26 16:13:35 +05:30
parent 1f1b128b24
commit 029bb0aa29
3 changed files with 130 additions and 2 deletions

View File

@ -0,0 +1,46 @@
export default function ReturnPage() {
return (
<div className='p-8 pt-28 text-black leading-relaxed mx-auto max-w-screen-lg text-justify gap-4'>
<h1 className='text-[200%] font-bold'>Returns and Refunds</h1>
<p>
Since our products are perishable, were unable to accept returns in the traditional sense. However, we stand
behind the quality of our chocolate, and if something goes wrong, we want to make it right.
</p>
<h2 className='text-[150%] font-semibold'>Damaged or Defective Products</h2>
<p>
If your chocolate arrives damaged or theres an issue with quality, please reach out to us within{' '}
<strong>7 days</strong> of receiving your order. Well be happy to send a replacement or issue a refund.
</p>
<h2 className='text-[150%] font-semibold'>How to Request a Refund or Replacement</h2>
<p>
Simply email us at <a href='mailto:support@mozimo.in'>support@mozimo.in</a> with your order number and a photo
of the issue. Well get back to you within <strong>48 hours</strong> to resolve the matter.
</p>
<h2 className='text-[150%] font-semibold'>Unhappy with Your Purchase?</h2>
<p>
We understand that everyones tastes are different. If you find that our chocolate isnt quite to your liking,
please let us know. While we cant offer refunds based solely on taste, we value your feedback and will work
with you to find a solution.
</p>
<h2 className='text-[150%] font-semibold'>Shipping Issues</h2>
<p>
If your order is delayed or lost in transit, please contact us at{' '}
<a href='mailto:support@mozimo.in'>support@mozimo.in</a>, and well investigate the issue with our shipping
partners to find the best solution.
</p>
<h2 className='text-[150%] font-semibold'>Our Commitment to Quality</h2>
<p>
Your satisfaction means everything to us. We take pride in our small-batch production process, ensuring that
every bar you receive is crafted with care. If theres ever a concern, please reach outwere always here to
help.
</p>
<p>
Thank you for supporting our craft and understanding our policies, which help us continue to create the best
bean-to-bar experience for you.
</p>
</div>
);
}

View File

@ -0,0 +1,82 @@
export default function ShippingPage() {
return (
<div className='p-8 pt-28 text-black leading-relaxed mx-auto max-w-screen-lg text-justify gap-4'>
<h1 className='text-[200%] font-bold text-center'>Shipping Policy</h1>
<h2 className='text-[150%] font-semibold'>Order Processing</h2>
<p>
Please allow 1 week to process your order. Expect an email within 1 week to let you know your order is on the
way!
</p>
<h2 className='text-[150%] font-semibold'>Store Pickup</h2>
<p>SCO 9, Sector 8, Inner Market, Chandigarh 160009</p>
<p>
Orders can be picked up daily, from 10am to Midnight. An email will be sent when your order is ready for pickup.
</p>
<h2 className='text-[150%] font-semibold'>Local Delivery</h2>
<p>
During checkout, enter your address and choose the ship option. Click the &quot;continue to shipping&quot;
button. Local delivery is available for addresses within 5km of our shop. If the local delivery option does not
show up during checkout, your order is not eligible for local delivery.
</p>
<p>
Orders placed before Noon during store hours will be delivered the same day. Orders placed outside of these
hours will be delivered the next day we are open.
</p>
<p>When your order is ready for delivery, you will receive an email with real-time tracking information.</p>
<h2 className='text-[150%] font-semibold'>Flat Rate Shipping</h2>
<p>
Orders are generally shipped within 1 week using a courier service. Shipping fee applies to orders shipping to
locations outside Chandigarh tricity. We do not ship outside of India at this time.
</p>
<h2 className='text-[150%] font-semibold'>Domestic Shipping Rates and Estimates</h2>
<p>
For calculated shipping rates: Shipping charges for your order will be calculated and displayed at checkout.
</p>
{/* <p>For simple flat rate shipping: We offer $X flat rate shipping to [list countries].</p> */}
{/* <p>You can also emphasize any free shipping thresholds you offer (e.g. free shipping for orders over $75).</p> */}
{/* <table border='1'>
<thead>
<tr>
<th>Shipping Option</th>
<th>Estimated Delivery Time</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Option 1</td>
<td>X to X business days</td>
<td>$X</td>
</tr>
<tr>
<td>Option 2</td>
<td>X to X business days</td>
<td>$X</td>
</tr>
<tr>
<td>Option 3</td>
<td>X to X business days</td>
<td>$X</td>
</tr>
</tbody>
</table> */}
<p>
In the event that your order arrives damaged in any way, please email us as soon as possible at{' '}
<a href='mailto:support@mozimo.in'>support@mozimo.in</a> with your order number and a photo of the items
condition. We address these on a case-by-case basis but will try our best to work towards a satisfactory
solution.
</p>
<p>
If you have any further questions, please don&apos;t hesitate to contact us at{' '}
<a href='mailto:support@mozimo.in'>support@mozimo.in</a>.
</p>
</div>
);
}

View File

@ -38,7 +38,7 @@ export function Footer() {
</a>
</li>
<li>
<a href='/refund-policy' className='text-sm text-brown-600 animated-underline'>
<a href='/return-policy' className='text-sm text-brown-600 animated-underline'>
Refund & Return Policy
</a>
</li>
@ -48,7 +48,7 @@ export function Footer() {
</a>
</li>
<li>
<a href='/shipping' className='text-sm text-brown-600 animated-underline'>
<a href='/shipping-policy' className='text-sm text-brown-600 animated-underline'>
Shipping Policy
</a>
</li>