diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 2154d37..2501bcd 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -27,7 +27,7 @@ export default function Contact() {

Contact Us

- Get in touch for a free quote or schedule a service call today. + Get in touch or schedule a service call today.

@@ -57,7 +57,6 @@ export default function Contact() {

Call Us

(361) 855-2255

-

24/7 Emergency Support Available

@@ -77,7 +76,7 @@ export default function Contact() {

Business Hours

-

Monday - Friday: 8:00 AM - 5:00 PM
Saturday & Sunday: Emergency Only

+

Monday - Friday: 8:00 AM - 5:00 PM
Saturday & Sunday: Closed

diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx new file mode 100644 index 0000000..7be909f --- /dev/null +++ b/src/app/privacy-policy/page.tsx @@ -0,0 +1,79 @@ +import { Metadata } from "next"; +import Image from "next/image"; + +export const metadata: Metadata = { + title: "Privacy Policy | Budd Electric Co.", + description: "Privacy policy for Budd Electric Co., a family-owned electrical contractor in Corpus Christi, TX. Learn how we collect, use, and protect your information.", +}; + +export default function PrivacyPolicy() { + return ( +
+ {/* PAGE HERO */} +
+
+ +
+
+

Privacy Policy

+

+ Last updated: June 23, 2026 +

+
+
+ + {/* CONTENT */} +
+
+
+

+ Budd Electric Co. (“we,” “us,” or “our”) respects your privacy. This policy explains what information we collect through our website, how we use it, and your choices. +

+ +

Information We Collect

+

+ We collect the information you voluntarily provide through our contact form, such as your name, email address, phone number, selected service type, and any message details. We may also collect basic technical information automatically, such as your browser type and general usage data, to help us operate and improve the site. +

+ +

How We Use Your Information

+

+ We use the information you submit solely to respond to your inquiries, provide quotes, schedule service, and communicate with you about our electrical services. We do not sell or rent your personal information to third parties. +

+ +

Sharing of Information

+

+ We may share information only with trusted service providers who help us operate our website and email communications (for example, our email delivery provider), and only as needed to provide those services. We may disclose information if required by law. +

+ +

Data Retention

+

+ We retain contact submissions only as long as necessary to respond to your request and for our normal business records. +

+ +

Your Choices

+

+ You may contact us at any time to ask what information we hold about you or to request that we delete it. +

+ +

Contact Us

+

+ If you have any questions about this Privacy Policy, contact us at buddelectric@grandecom.net or (361) 855-2255. +

+ +

+ This policy is provided for general informational purposes and does not constitute legal advice. Budd Electric Co. recommends reviewing it with a qualified attorney. +

+
+
+
+
+ ); +} diff --git a/src/app/terms-of-service/page.tsx b/src/app/terms-of-service/page.tsx new file mode 100644 index 0000000..683f542 --- /dev/null +++ b/src/app/terms-of-service/page.tsx @@ -0,0 +1,79 @@ +import { Metadata } from "next"; +import Image from "next/image"; + +export const metadata: Metadata = { + title: "Terms of Service | Budd Electric Co.", + description: "Terms of service for the Budd Electric Co. website. Family-owned electrical contractor in Corpus Christi, TX since 1969.", +}; + +export default function TermsOfService() { + return ( +
+ {/* PAGE HERO */} +
+
+ +
+
+

Terms of Service

+

+ Last updated: June 23, 2026 +

+
+
+ + {/* CONTENT */} +
+
+
+

+ These Terms of Service (“Terms”) govern your use of the Budd Electric Co. website. By accessing or using this site, you agree to these Terms. +

+ +

Use of the Website

+

+ This website is provided for informational purposes to learn about Budd Electric Co.’s electrical services and to contact us. You agree to use the site only for lawful purposes. +

+ +

No Guarantee of Service

+

+ Submitting a contact form or request does not create a binding agreement for services. All electrical work is subject to a separate written estimate and agreement. Pricing, availability, and scheduling are confirmed directly with our team. +

+ +

Intellectual Property

+

+ All content on this website, including text, logos, and images, is the property of Budd Electric Co. or its licensors and may not be reproduced without permission. +

+ +

Disclaimer of Warranties

+

+ This website is provided “as is” without warranties of any kind. We do not guarantee that the site will be uninterrupted or error-free. +

+ +

Limitation of Liability

+

+ Budd Electric Co. is not liable for any indirect or incidental damages arising from your use of this website. +

+ +

Contact

+

+ Questions about these Terms can be directed to buddelectric@grandecom.net or (361) 855-2255. +

+ +

+ These Terms are provided for general informational purposes and do not constitute legal advice. Budd Electric Co. recommends reviewing them with a qualified attorney. +

+
+
+
+
+ ); +} diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 1d23bf3..afd9274 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -219,8 +219,8 @@ export default function Footer() {

© {new Date().getFullYear()} Budd Electric Co. TECL #17007

- Privacy Policy - Terms of Service + Privacy Policy + Terms of Service