Merge version_5 into main #8

Merged
bender merged 1 commits from version_5 into main 2026-06-09 08:27:07 +00:00

View File

@@ -70,14 +70,14 @@ export default function TermsOfServicePage() {
subtitle="Last Updated: July 24, 2024"
sections={[
{
heading: "1. Acceptance of Terms", content: {
heading: "1. Acceptance of Terms", content: [{
type: "paragraph", text: "By accessing and using the SoleCrafters website and services, you agree to be bound by these Terms of Service ('Terms'). If you do not agree with any part of these Terms, you must not use our services."
}
}]
},
{
heading: "2. Services Description", content: {
heading: "2. Services Description", content: [{
type: "paragraph", text: "SoleCrafters provides a platform for designing and purchasing custom streetwear sneakers. Our services include AI-assisted design tools, material selection, order processing, and shipping. All designs are subject to our approval process to ensure quality and compliance."
}
}]
},
{
heading: "3. User Accounts", content: [
@@ -104,9 +104,9 @@ export default function TermsOfServicePage() {
]
},
{
heading: "5. Intellectual Property", content: {
heading: "5. Intellectual Property", content: [{
type: "paragraph", text: "All content on the SoleCrafters website, including text, graphics, logos, images, and software, is the property of SoleCrafters or its content suppliers and is protected by intellectual property laws. You may not use, reproduce, or distribute any content without our express written permission."
}
}]
},
{
heading: "6. Pricing and Payment", content: [
@@ -121,39 +121,39 @@ export default function TermsOfServicePage() {
]
},
{
heading: "7. Shipping and Delivery", content: {
heading: "7. Shipping and Delivery", content: [{
type: "paragraph", text: "Shipping times and costs vary depending on your location and the selected shipping method. SoleCrafters is not responsible for delays caused by customs, natural disasters, or other unforeseen circumstances. Risk of loss and title for items purchased pass to you upon our delivery to the carrier."
}
}]
},
{
heading: "8. Returns and Refunds", content: {
heading: "8. Returns and Refunds", content: [{
type: "paragraph", text: "Due to the custom nature of our products, all sales are final. We only accept returns or offer refunds for items that are defective or damaged upon arrival, provided you notify us within 7 days of receipt with photographic evidence. Please contact our support team for assistance."
}
}]
},
{
heading: "9. Disclaimer of Warranties", content: {
heading: "9. Disclaimer of Warranties", content: [{
type: "paragraph", text: "Our services are provided on an 'as is' and 'as available' basis, without any warranties of any kind, either express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SoleCrafters does not warrant that the service will be uninterrupted, secure, or error-free."
}
}]
},
{
heading: "10. Limitation of Liability", content: {
heading: "10. Limitation of Liability", content: [{
type: "paragraph", text: "In no event shall SoleCrafters, its directors, employees, or affiliates be liable for any indirect, incidental, special, consequential, or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from (i) your access to or use of or inability to access or use the service; (ii) any conduct or content of any third party on the service; (iii) any content obtained from the service; and (iv) unauthorized access, use or alteration of your transmissions or content, whether based on warranty, contract, tort (including negligence) or any other legal theory, whether or not we have been informed of the possibility of such damage."
}
}]
},
{
heading: "11. Governing Law", content: {
heading: "11. Governing Law", content: [{
type: "paragraph", text: "These Terms shall be governed and construed in accordance with the laws of [Your Jurisdiction], without regard to its conflict of law provisions."
}
}]
},
{
heading: "12. Changes to Terms", content: {
heading: "12. Changes to Terms", content: [{
type: "paragraph", text: "We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days' notice prior to any new terms taking effect. By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms."
}
}]
},
{
heading: "13. Contact Us", content: {
heading: "13. Contact Us", content: [{
type: "paragraph", text: "If you have any questions about these Terms, please contact us at support@solecrafters.com."
}
}]
}
]}
/>