-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
541b2cc
commit 6bad400
Showing
1 changed file
with
98 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,100 @@ | ||
export const legalInfo = { | ||
Refund: [ | ||
{ | ||
title: "Introduction", | ||
description: `We offer a seamless registration process using Razorpay, a secure payment gateway. This page outlines our refund policy to provide clarity and peace of mind in case of any issues with your payment.`, | ||
}, | ||
{ | ||
title: "Payment Process", | ||
description: `Our payment process is designed to be easy and convenient for you. We offer multiple payment options, including credit/debit cards, net banking, and UPI. Once you select your preferred payment method, you will be redirected to Razorpay${"'"}s secure payment gateway to complete the payment process.`, | ||
}, | ||
{ | ||
title: "Refund Policy", | ||
description: `We understand that sometimes processing errors or technical glitches can occur during the payment process, leading to an unsuccessful transaction. In such cases, the amount paid by you will be credited back to your account automatically within 5-7 business days. Please note that this refund is only applicable in the case of an unsuccessful transaction due to processing errors and not for any other reasons. Please fill out the form : <a href='https://forms.gle/wU6fomGC7zXmB4jq9'>here</a>`, | ||
}, | ||
{ | ||
title: "Non-Refundable Services", | ||
description: `Please note that our registration services are non-refundable and cannot be canceled once payment has been made. This policy is in place to ensure that we can deliver the best possible experience for all our customers.`, | ||
}, | ||
{ | ||
title: "Payment Security", | ||
description: `We take the safety and security of your payment information very seriously. Our payment gateway partner, Razorpay, ensures that all transactions are secure and protected by industry-standard encryption. You can be confident that your payment information is safe when you use our website for registration. `, | ||
}, | ||
{ | ||
title: "Contact Information", | ||
description: `If you have any questions or concerns about our refund policy or payment process, please do not hesitate to contact our team. You can reach us at <a href="mailto:[email protected]">[email protected]</a>, and we will be happy to assist you. `, | ||
}, | ||
], | ||
Refund: [ | ||
{ | ||
title: "Refund Policy", | ||
description: `We offer a seamless registration process using Razorpay, a secure payment gateway.`, | ||
}, | ||
{ | ||
title: "Payment Process", | ||
description: `Our payment process is designed to be easy and convenient for you. We offer multiple payment options, including credit/debit cards, net banking, and UPI. Once you select your preferred payment method, you will be redirected to Razorpay's secure payment gateway to complete the payment process.`, | ||
}, | ||
{ | ||
title: "Refund for Unsuccessful Transactions", | ||
description: `We understand that sometimes processing errors or technical glitches can occur during the payment process, leading to an unsuccessful transaction. In such cases, the amount paid by you will be credited back to your account automatically within 5-7 business days. Please note that this refund is only applicable in the case of an unsuccessful transaction due to processing errors and not for any other reasons. Please fill out the form: <a href='https://forms.gle/4vwtds8RP3hBWZr87'>here</a>`, | ||
}, | ||
{ | ||
title: "Non-Refundable Services", | ||
description: `Please note that our registration services are non-refundable and cannot be canceled once payment has been made. This policy is in place to ensure that we can deliver the best possible experience for all our participants.`, | ||
}, | ||
{ | ||
title: "Payment Security", | ||
description: `We take the safety and security of your payment information very seriously. Our payment gateway partner, Razorpay, ensures that all transactions are secure and protected by industry-standard encryption. You can be confident that your payment information is safe when you use our website for registration.`, | ||
}, | ||
{ | ||
title: "Ticket Transfer", | ||
description: `Transfer of tickets to another person is permitted only with prior approval from the organizing team.`, | ||
}, | ||
{ | ||
title: "Payment Concerns", | ||
description: `Any concerns regarding payments must be reported within 48 hours of purchase for resolution.`, | ||
}, | ||
{ | ||
title: "Contact Information", | ||
description: `If you have any questions or concerns about our refund policy or payment process, please do not hesitate to contact our team. You can reach us at <a href="mailto:[email protected]">[email protected]</a>, and we will be happy to assist you.`, | ||
}, | ||
], | ||
Privacy: [ | ||
{ | ||
title: "Personal Information Collection", | ||
description: `We collect personal information such as names, email addresses, phone numbers, photographs, and payment details solely for event-related purposes.`, | ||
}, | ||
{ | ||
title: "Data Usage", | ||
description: `Data is used to process registrations, communicate updates, provide a seamless event experience, and improve future events.`, | ||
}, | ||
{ | ||
title: "Data Sharing", | ||
description: `Personal information is not shared with third parties unless required by law or explicitly agreed upon by the user.`, | ||
}, | ||
{ | ||
title: "Cookies and Tracking", | ||
description: `Our website uses cookies and similar technologies to enhance user experience, track website traffic, and analyze trends; users can manage cookie preferences through browser settings.`, | ||
}, | ||
{ | ||
title: "Data Security", | ||
description: `We implement industry-standard security measures to protect your data but cannot guarantee absolute security due to the nature of the internet.`, | ||
}, | ||
{ | ||
title: "Consent", | ||
description: `By using our website, you consent to our data collection and usage practices.`, | ||
}, | ||
{ | ||
title: "Data Updates and Deletion", | ||
description: `Users may request to update, or delete their personal information by contacting the organizing team.`, | ||
}, | ||
], | ||
Terms: [ | ||
{ | ||
title: "Lawful Use", | ||
description: `By accessing the TEDxSJEC website, you agree to use the platform solely for lawful purposes and event-related activities.`, | ||
}, | ||
{ | ||
title: "Content Ownership", | ||
description: `Content on the website, including logos, media, and other materials, is the property of TEDxSJEC and may not be copied, reproduced, or redistributed without written permission.`, | ||
}, | ||
{ | ||
title: "Event Registration", | ||
description: `Registration for the event is subject to availability and confirmation of payment.`, | ||
}, | ||
{ | ||
title: "Right to Modify", | ||
description: `TEDxSJEC reserves the right to modify the website, event schedule, speaker lineup, or policies without prior notice.`, | ||
}, | ||
{ | ||
title: "Event Conduct", | ||
description: `Attendees are expected to adhere to event rules and maintain respectful conduct during the event.`, | ||
}, | ||
{ | ||
title: "Disruptive Behavior", | ||
description: `Any disruptive or inappropriate behavior during the event may result in removal from the premises without a refund.`, | ||
}, | ||
{ | ||
title: "External Links", | ||
description: `TEDxSJEC is not responsible for external links or third-party content linked on our website.`, | ||
}, | ||
{ | ||
title: "Acceptance of Terms", | ||
description: `Use of the website implies acceptance of these terms and any updates made to them.`, | ||
}, | ||
], | ||
}; |