Compare commits

...

4 Commits

Author SHA1 Message Date
d0aad0b313 line-clamp-3 removed 2026-06-26 17:03:14 -05:00
2128824c2f other added 2026-06-26 16:38:06 -05:00
b1345e6d4f fixed customer changes 2026-06-26 16:31:39 -05:00
576e6fcf0b bugfixes 2026-06-23 15:00:30 -05:00
7 changed files with 179 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ export default function Contact() {
<div className="mx-auto max-w-7xl px-6 lg:px-8 relative z-10 text-center">
<h1 className="text-4xl md:text-6xl font-bold text-white font-display mb-6">Contact Us</h1>
<p className="text-xl text-gray-400 max-w-2xl mx-auto">
Get in touch for a free quote or schedule a service call today.
Get in touch or schedule a service call today.
</p>
</div>
</section>
@@ -57,7 +57,6 @@ export default function Contact() {
<div>
<h4 className="font-bold text-lg text-[color:var(--ink)]">Call Us</h4>
<p className="text-[color:var(--muted)] text-xl font-bold text-[color:var(--brand)]">(361) 855-2255</p>
<p className="text-sm text-gray-400">24/7 Emergency Support Available</p>
</div>
</div>
@@ -77,7 +76,7 @@ export default function Contact() {
</div>
<div>
<h4 className="font-bold text-lg text-[color:var(--ink)]">Business Hours</h4>
<p className="text-[color:var(--muted)]">Monday - Friday: 8:00 AM - 5:00 PM<br />Saturday & Sunday: Emergency Only</p>
<p className="text-[color:var(--muted)]">Monday - Friday: 8:00 AM - 5:00 PM<br />Saturday & Sunday: Closed</p>
</div>
</div>
</div>

View File

@@ -42,12 +42,12 @@ export default function Services() {
<div className="w-14 h-14 bg-red-50 text-[color:var(--brand)] rounded flex items-center justify-center mb-6">
<Building2 size={32} />
</div>
<h2 className="text-3xl font-bold text-[color:var(--ink)] font-display mb-6">Commercial & Residential Electrical Remodels</h2>
<h2 className="text-3xl font-bold text-[color:var(--ink)] font-display mb-6">Commercial Electrical Services</h2>
<p className="text-[color:var(--muted)] text-lg mb-8 leading-relaxed">
We are your wiring, lighting and electrical service upgrade specialists in Corpus Christi and all of South Texas. We have encountered all the standard common electrical problems and have the experience, knowledge, skill, and expertise to solve them all. Our electrical repair expertise includes faulty outlets, panel reinstallation, meter replacement, new lighting fixtures, and adding circuits to your fuse box. Call Budd Electric Co. for a complimentary electrical repair consultation or free quote at (361) 855-2255.
Serving South Texas for over 50 Years our team has experience, knowledge, skill and expertise in wiring new or existing Office Buildings, Strip Centers, Dental Offices and Medical Facilities as well as making repairs to existing installations.
</p>
<ul className="grid grid-cols-1 sm:grid-cols-2 gap-4">
{["Commercial & Residential", "Complete Electrical Service Upgrades", "Electrical Repairs"].map((item, i) => (
{["Commercial New Construction and Renovations", "Lighting and Outlet Repairs", "Electrical System Upgrades", "Automated Lighting Controls", "Backup Generator Installations"].map((item, i) => (
<li key={i} className="flex items-center gap-3 text-gray-700 font-medium">
<span className="w-2 h-2 bg-[color:var(--brand)] rounded-full"></span>
{item}
@@ -87,10 +87,10 @@ export default function Services() {
</div>
<h2 className="text-3xl font-bold text-[color:var(--ink)] font-display mb-6">Kohler Generators</h2>
<p className="text-[color:var(--muted)] text-lg mb-8 leading-relaxed">
Don&apos;t be left in the dark during a storm. As an authorized Kohler dealer, we sell, install, and service standby generators to keep your power on when the grid goes down.
Don&apos;t be left in the dark during a storm. As an authorized Kohler Dealer we sell, install, and service standby generators to keep your power on when the grid goes down.
</p>
<ul className="grid grid-cols-1 sm:grid-cols-2 gap-4">
{["Sales & Consultation", "Professional Installation", "Maintenance Plans", "Warranty Service", "Transfer Switch Install"].map((item, i) => (
{["Sales & Consultation", "Turnkey Installation", "Maintenance Plans", "Warranty Service", "Troubleshooting/Repairs"].map((item, i) => (
<li key={i} className="flex items-center gap-3 text-gray-700 font-medium">
<span className="w-2 h-2 bg-[color:var(--brand)] rounded-full"></span>
{item}
@@ -106,12 +106,12 @@ export default function Services() {
<div className="w-14 h-14 bg-red-50 text-[color:var(--brand)] rounded flex items-center justify-center mb-6">
<Home size={32} />
</div>
<h2 className="text-3xl font-bold text-[color:var(--ink)] font-display mb-6">Residential Services</h2>
<h2 className="text-3xl font-bold text-[color:var(--ink)] font-display mb-6">Residential Electrical Services</h2>
<p className="text-[color:var(--muted)] text-lg mb-8 leading-relaxed">
Your home is your sanctuary. We ensure it&apos;s powered safely and efficiently. From simple outlet repairs to full-home rewiring, no job is too small or too complex.
Your home is your sanctuary. We ensure it is powered safely and efficiently. From simple repairs to wiring a large custom home, no job is too small or too complex.
</p>
<ul className="grid grid-cols-1 sm:grid-cols-2 gap-4">
{["Service Upgrades", "Safety Inspections", "Lighting Installation", "Ceiling Fans", "Outlet Repair", "Panel Replacement"].map((item, i) => (
{["Electrical Service Upgrades", "Lighting and Ceiling Fan Installation", "Outlet Repair and Installation", "Automated Lighting Controls", "Backup Generators", "Panel Replacement"].map((item, i) => (
<li key={i} className="flex items-center gap-3 text-gray-700 font-medium">
<span className="w-2 h-2 bg-[color:var(--brand)] rounded-full"></span>
{item}

View File

@@ -90,9 +90,9 @@ export default function Home() {
<div className="w-14 h-14 bg-white text-[color:var(--brand)] rounded flex items-center justify-center mb-6 shadow-sm border border-gray-100 group-hover:scale-110 transition">
<HomeIcon size={28} />
</div>
<h3 className="text-xl font-bold text-[color:var(--ink)] mb-3 font-display">Residential Services</h3>
<p className="text-gray-500 mb-6 line-clamp-3">
Complete home electrical services including safety inspections, repairs, lighting, and fan installations.
<h3 className="text-xl font-bold text-[color:var(--ink)] mb-3 font-display">Residential Electrical Services</h3>
<p className="text-gray-500 mb-6">
Complete home electrical services from Outlet Installations or Repairs, Light Fixture/ Ceiling Fan Installations to wiring a new Custom Home.
</p>
<Link href="/electrical-services#residential" className="text-[color:var(--brand)] font-bold uppercase text-xs tracking-widest hover:underline" aria-label="Learn more about Residential services">Residential Services</Link>
</div>
@@ -108,9 +108,9 @@ export default function Home() {
<div className="w-14 h-14 bg-[color:var(--brand)] text-white rounded flex items-center justify-center mb-6 shadow-lg group-hover:scale-110 transition">
<Building2 size={28} />
</div>
<h3 className="text-xl font-bold text-white mb-3 font-display">Commercial & Residential Electrical Remodels</h3>
<h3 className="text-xl font-bold text-white mb-3 font-display">Commercial Electrical Services</h3>
<p className="text-gray-400 mb-6">
Commercial & residential electrical remodels, wiring, lighting, and service upgrades for Corpus Christi and South Texas.
Complete electrical service for your business from electrical repairs, lighting upgrades, energy compliant lighting controls, to complete electrical system installations for new Commercial Buildings.
</p>
<Link href="/electrical-services#commercial" className="text-white font-bold uppercase text-xs tracking-widest hover:text-[color:var(--brand)] transition" aria-label="Learn more about Commercial services">Commercial Services</Link>
</div>
@@ -124,8 +124,8 @@ export default function Home() {
<Zap size={28} />
</div>
<h3 className="text-xl font-bold text-[color:var(--ink)] mb-3 font-display">Kohler Generators</h3>
<p className="text-gray-500 mb-6 line-clamp-3">
Authorized Kohler dealer. Keep your lights on when the grid goes down with standby power.
<p className="text-gray-500 mb-6">
Authorized Kohler Sales, Installation, and Service Dealer. Keep your lights on when the grid goes down with a new backup Kohler Generator.
</p>
<Link href="/electrical-services#generator" className="text-[color:var(--brand)] font-bold uppercase text-xs tracking-widest hover:underline" aria-label="Learn more about Kohler Generator services">Kohler Generator Services</Link>
</div>

View File

@@ -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 (
<div className="bg-[color:var(--bg)]">
{/* PAGE HERO */}
<section className="bg-[color:var(--bg-dark)] py-20 relative overflow-hidden -mt-20 pt-44">
<div className="absolute inset-0 opacity-10">
<Image
src="/images/hero-bg.png"
alt=""
fill
priority
quality={40}
sizes="100vw"
className="object-cover object-center"
/>
</div>
<div className="mx-auto max-w-7xl px-6 lg:px-8 relative z-10 text-center">
<h1 className="text-4xl md:text-6xl font-bold text-white font-display mb-6">Privacy Policy</h1>
<p className="text-xl text-gray-400 max-w-2xl mx-auto">
Last updated: June 23, 2026
</p>
</div>
</section>
{/* CONTENT */}
<section className="py-24">
<div className="mx-auto max-w-3xl px-6 lg:px-8">
<div className="prose prose-lg max-w-none text-[color:var(--muted)] space-y-8">
<p>
Budd Electric Co. (&ldquo;we,&rdquo; &ldquo;us,&rdquo; or &ldquo;our&rdquo;) respects your privacy. This policy explains what information we collect through our website, how we use it, and your choices.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Information We Collect</h2>
<p>
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.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">How We Use Your Information</h2>
<p>
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.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Sharing of Information</h2>
<p>
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.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Data Retention</h2>
<p>
We retain contact submissions only as long as necessary to respond to your request and for our normal business records.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Your Choices</h2>
<p>
You may contact us at any time to ask what information we hold about you or to request that we delete it.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, contact us at <a href="mailto:buddelectric@grandecom.net" className="text-[color:var(--brand)] hover:underline">buddelectric@grandecom.net</a> or <a href="tel:+13618552255" className="text-[color:var(--brand)] hover:underline">(361) 855-2255</a>.
</p>
<p className="italic text-sm text-gray-400 mt-12 border-t border-gray-200 pt-8">
This policy is provided for general informational purposes and does not constitute legal advice. Budd Electric Co. recommends reviewing it with a qualified attorney.
</p>
</div>
</div>
</section>
</div>
);
}

View File

@@ -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 (
<div className="bg-[color:var(--bg)]">
{/* PAGE HERO */}
<section className="bg-[color:var(--bg-dark)] py-20 relative overflow-hidden -mt-20 pt-44">
<div className="absolute inset-0 opacity-10">
<Image
src="/images/hero-bg.png"
alt=""
fill
priority
quality={40}
sizes="100vw"
className="object-cover object-center"
/>
</div>
<div className="mx-auto max-w-7xl px-6 lg:px-8 relative z-10 text-center">
<h1 className="text-4xl md:text-6xl font-bold text-white font-display mb-6">Terms of Service</h1>
<p className="text-xl text-gray-400 max-w-2xl mx-auto">
Last updated: June 23, 2026
</p>
</div>
</section>
{/* CONTENT */}
<section className="py-24">
<div className="mx-auto max-w-3xl px-6 lg:px-8">
<div className="prose prose-lg max-w-none text-[color:var(--muted)] space-y-8">
<p>
These Terms of Service (&ldquo;Terms&rdquo;) govern your use of the Budd Electric Co. website. By accessing or using this site, you agree to these Terms.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Use of the Website</h2>
<p>
This website is provided for informational purposes to learn about Budd Electric Co.&rsquo;s electrical services and to contact us. You agree to use the site only for lawful purposes.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">No Guarantee of Service</h2>
<p>
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.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Intellectual Property</h2>
<p>
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.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Disclaimer of Warranties</h2>
<p>
This website is provided &ldquo;as is&rdquo; without warranties of any kind. We do not guarantee that the site will be uninterrupted or error-free.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Limitation of Liability</h2>
<p>
Budd Electric Co. is not liable for any indirect or incidental damages arising from your use of this website.
</p>
<h2 className="text-2xl font-bold text-[color:var(--ink)] font-display mt-12">Contact</h2>
<p>
Questions about these Terms can be directed to <a href="mailto:buddelectric@grandecom.net" className="text-[color:var(--brand)] hover:underline">buddelectric@grandecom.net</a> or <a href="tel:+13618552255" className="text-[color:var(--brand)] hover:underline">(361) 855-2255</a>.
</p>
<p className="italic text-sm text-gray-400 mt-12 border-t border-gray-200 pt-8">
These Terms are provided for general informational purposes and do not constitute legal advice. Budd Electric Co. recommends reviewing them with a qualified attorney.
</p>
</div>
</div>
</section>
</div>
);
}

View File

@@ -70,8 +70,8 @@ export default function ContactForm() {
<select id="serviceType" name="serviceType" required value={formData.serviceType} onChange={handleChange} className="w-full bg-gray-50 border border-gray-200 p-3 rounded focus:outline-none focus:border-[color:var(--brand)] focus:ring-1 focus:ring-[color:var(--brand)]">
<option value="">Select a service type</option>
<option value="commercial">Commercial Project</option>
<option value="residential">Residential Service</option>
<option value="generator">Generator Quote</option>
<option value="residential">Residential Project</option>
<option value="generator">Generator Inquiry</option>
<option value="other">Other</option>
</select>
</div>

View File

@@ -219,8 +219,8 @@ export default function Footer() {
<div className="border-t border-white/5 pt-8 flex flex-col md:flex-row justify-between items-center text-gray-500 text-xs uppercase tracking-wider">
<p>&copy; {new Date().getFullYear()} Budd Electric Co. TECL #17007</p>
<div className="flex gap-6 mt-4 md:mt-0">
<Link href="https://www.thryv.com/client-privacy-policy/" target="_blank" rel="noopener noreferrer" className="hover:text-white transition-colors">Privacy Policy</Link>
<Link href="https://www.thryv.com/client-terms-of-use/" target="_blank" rel="noopener noreferrer" className="hover:text-white transition-colors">Terms of Service</Link>
<Link href="/privacy-policy" className="hover:text-white transition-colors">Privacy Policy</Link>
<Link href="/terms-of-service" className="hover:text-white transition-colors">Terms of Service</Link>
</div>
</div>
</div>