Update src/app/terms/page.tsx

This commit is contained in:
2026-04-12 11:32:19 +00:00
parent 75f329c840
commit 9db33fa96a

View File

@@ -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" },
],