import type { Metadata } from "next"; import Link from "next/link"; import { COMPANY, SUPPORT_EMAIL, LAST_UPDATED } from "../legal-config"; export const metadata: Metadata = { title: `Terms of Service — ${COMPANY}`, description: `The terms governing your use of ${COMPANY}, including the SMS/text messaging program.`, }; export default function TermsPage() { return (

Terms of Service

Last updated: {LAST_UPDATED}

These Terms of Service ("Terms") govern your access to and use of the {COMPANY}{" "} website, portal, and services (the "Service"). By using the Service you agree to these Terms.

Use of the Service

You must provide accurate information, keep your credentials secure, and use the Service only for lawful purposes and in accordance with these Terms. You are responsible for activity that occurs under your account.

Accounts and verification

To protect your account we may verify your identity, including by sending one-time codes to your email or mobile number. You agree to receive these verification messages as part of using the Service.

SMS / text messaging program

By opting in on our SMS opt-in page or by providing your mobile number and agreeing to receive texts, you consent to receive account and service text messages from {COMPANY}, including one-time verification codes (OTP), security alerts, appointment and inspection updates, and estimate notifications.

Message frequency varies. Message and data rates may apply. Reply HELP for help or STOP to unsubscribe at any time; after you send STOP we will send one confirmation and no further messages. Carriers are not liable for delayed or undelivered messages.

We do not sell, rent, or share your mobile number or SMS consent with third parties or affiliates for marketing. See our{" "} Privacy Policy for details.

Acceptable use

You may not misuse the Service, attempt to access accounts or data you are not authorized to access, interfere with the Service's operation, or use it to send unlawful, harmful, or infringing content.

Disclaimers and limitation of liability

The Service is provided "as is" without warranties of any kind. To the fullest extent permitted by law, {COMPANY} is not liable for any indirect, incidental, or consequential damages arising from your use of the Service.

Changes to these Terms

We may update these Terms from time to time. Continued use of the Service after changes take effect constitutes acceptance of the updated Terms.

Contact us

Questions about these Terms? Email us at{" "} {SUPPORT_EMAIL}.

); }