From 9db33fa96a78c3d6c4ae7ea6d37ad60dbfa4833f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 11:32:19 +0000 Subject: [PATCH] Update src/app/terms/page.tsx --- src/app/terms/page.tsx | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 474b46b..3943201 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -42,19 +42,24 @@ export default function TermsOfServicePage() { subtitle="Last updated: October 2023" sections={[ { - heading: "1. Acceptance of Terms", content: { type: "paragraph", text: "By accessing or using the services provided by Sarah Franks Etsy Growth Expert, you agree to comply with these terms. If you do not agree with any part of these terms, please discontinue use of our services immediately." } + heading: "1. Acceptance of Terms", + content: { type: "paragraph", text: "By accessing or using the services provided by Sarah Franks Etsy Growth Expert, you agree to comply with these terms. If you do not agree with any part of these terms, please discontinue use of our services immediately." } }, { - heading: "2. Services Provided", content: { type: "list", items: ["Etsy SEO Consulting & Audit", "Brand Identity Development", "Listing Optimization", "Growth Strategy Consulting"] } + heading: "2. Services Provided", + content: { type: "list", items: ["Etsy SEO Consulting & Audit", "Brand Identity Development", "Listing Optimization", "Growth Strategy Consulting"] } }, { - heading: "3. User Responsibilities", content: { type: "numbered-list", items: ["Provide accurate information regarding your Etsy shop statistics.", "Implement strategic recommendations in good faith.", "Maintain the confidentiality of shared brand strategy documents.", "Ensure all materials shared for audit are original and compliant with Etsy policies."] } + heading: "3. User Responsibilities", + content: { type: "numbered-list", items: ["Provide accurate information regarding your Etsy shop statistics.", "Implement strategic recommendations in good faith.", "Maintain the confidentiality of shared brand strategy documents.", "Ensure all materials shared for audit are original and compliant with Etsy policies."] } }, { - heading: "4. Disclaimer of Earnings", content: { type: "paragraph", text: "While our strategies are data-driven and proven effective, we make no guarantees regarding specific revenue growth. Etsy algorithm changes are constant and outside of our control." } + heading: "4. Disclaimer of Earnings", + content: { type: "paragraph", text: "While our strategies are data-driven and proven effective, we make no guarantees regarding specific revenue growth. Etsy algorithm changes are constant and outside of our control." } }, { - heading: "5. Limitation of Liability", content: { type: "paragraph", text: "Sarah Franks Etsy Growth Expert is not liable for any direct or indirect business losses arising from the implementation of advised strategies." } + heading: "5. Limitation of Liability", + content: { type: "paragraph", text: "Sarah Franks Etsy Growth Expert is not liable for any direct or indirect business losses arising from the implementation of advised strategies." } } ]} /> @@ -65,20 +70,23 @@ export default function TermsOfServicePage() { logoText="Sarah Franks" columns={[ { - title: "The Brand", items: [ + title: "The Brand", + items: [ { label: "Etsy Expert Consulting", href: "/#about" }, { label: "Shop SEO Specialists", href: "/#services" }, { label: "Proven Growth Methods", href: "/#testimonials" }, ], }, { - title: "Connect", items: [ + title: "Connect", + items: [ { label: "Email: sarahfrankbooks@gmail.com", href: "mailto:sarahfrankbooks@gmail.com" }, { label: "Follow on Instagram", href: "#" }, ], }, { - title: "Legal", items: [ + title: "Legal", + items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "/terms" }, ],