"use client" import Link from "next/link" import { businessConfig } from "@/lib/seo-config" function Section({ title, children, }: { title: string children: React.ReactNode }) { return (

{title}

{children}
) } export function TermsAndConditionsPage() { return (

Legal

Terms and Conditions

Last updated: March 26, 2026

These Terms and Conditions govern your use of the{" "} {businessConfig.name} website, our contact and request forms, and our messaging program.

By using this website, you agree to use it only for lawful purposes and in a way that does not interfere with the site, our operations, or other users.

You agree not to misuse forms, submit false information, attempt to bypass rate limits, or interfere with any security or technical protections on the site.

Website content is provided for general informational purposes. Availability, service coverage, scheduling, machine inventory, and final service details may require direct confirmation from our team.

Nothing on this site creates a guarantee of service, timeline, or commercial term unless confirmed directly by{" "} {businessConfig.legalName}.

When you submit a form or start chat, you agree to provide accurate information so we can respond to your inquiry.

Submitting a form or chat request does not create a binding service contract by itself. Our team may contact you to confirm details before moving forward.

{businessConfig.legalName} offers conversational SMS related to inquiries, scheduling, support, repairs, moving requests, and follow-up. Marketing SMS is separate and optional.

Message frequency varies. Message and data rates may apply. Reply STOP to opt out and HELP for help. Consent to receive text messages is not a condition of purchase.

Your opt-in method is the website forms and chat gate where you provide your phone number and check the required service SMS consent box, with a separate optional box for marketing SMS consent.

If you opt out of SMS, we may still contact you by phone or email when needed to respond to your request, subject to your preferences and applicable law.

All text, branding, graphics, layout, and other site content are owned by or licensed to {businessConfig.legalName} unless otherwise stated. You may not copy, redistribute, or reuse site materials for commercial purposes without permission.

This website may link to third-party services or websites. We are not responsible for their content, policies, uptime, or practices.

The website is provided on an “as is” and “as available” basis. To the fullest extent permitted by law, {businessConfig.legalName}{" "} disclaims warranties of any kind regarding the website and its content.

To the fullest extent permitted by law, {businessConfig.legalName}{" "} will not be liable for indirect, incidental, special, or consequential damages arising from your use of the website.

We may update these Terms and Conditions from time to time. Updates are effective when posted on this page.

If you have questions about these Terms and Conditions or our messaging program, contact us below.

) }