From 8b994cff884e3871ed62a55aedf89638ca201b38 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:05:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bf47ef..f656bee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { testimonialRotationInterval={5000} buttons={[ { text: "Get Free Estimate", href: "contact" }, - { text: "Call Now", href: "tel:+1234567890" } + { text: "Call Now", href: "tel:(719) 948-2828" } ]} buttonAnimation="slide-up" /> @@ -206,7 +206,7 @@ export default function LandingPage() { id: "5", title: "Do you provide upfront pricing?", content: "Yes. We believe in honest, transparent pricing with no hidden fees. We provide detailed estimates before beginning any work so you know exactly what to expect." }, { - id: "6", title: "How can I schedule a free estimate?", content: "Contact us using our online form, call us directly, or use our quick-call option. We'll schedule a convenient time to assess your electrical needs and provide a free estimate." + id: "6", title: "How can I schedule a free estimate?", content: "Contact us using our online form, call us directly at (719) 948-2828, or use our quick-call option. We'll schedule a convenient time to assess your electrical needs and provide a free estimate." } ]} /> @@ -218,7 +218,7 @@ export default function LandingPage() { tagIcon={Phone} tagAnimation="slide-up" title="Get Your Free Estimate Today" - description="Contact Gonzales Electric for fast, professional service. Whether it's a repair, upgrade, or emergency, we're ready to serve your electrical needs across Southern Colorado." + description="Contact Gonzales Electric for fast, professional service. Whether it's a repair, upgrade, or emergency, we're ready to serve your electrical needs across Southern Colorado. Call us at (719) 948-2828 or fill out the form below." background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg" @@ -227,7 +227,7 @@ export default function LandingPage() { mediaPosition="right" inputPlaceholder="Your email address" buttonText="Get Estimate" - termsText="We respect your privacy. Unsubscribe at any time." + termsText="We respect your privacy. Unsubscribe at any time. Call us at (719) 948-2828 for immediate assistance." /> @@ -236,7 +236,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/set-repair-tools-textured-dark-background-flat-lay_169016-24029.jpg" imageAlt="Gonzales Electric - Professional Electrical Services" logoText="Gonzales Electric" - copyrightText="© 2025 Gonzales Electric. All rights reserved. Serving Southern Colorado with professional electrical expertise." + copyrightText="© 2025 Gonzales Electric. All rights reserved. Serving Southern Colorado with professional electrical expertise. Phone: (719) 948-2828" columns={[ { title: "Services", items: [ @@ -255,10 +255,11 @@ export default function LandingPage() { ] }, { - title: "Legal", items: [ + title: "Contact", items: [ + { label: "Phone: (719) 948-2828", href: "tel:(719) 948-2828" }, + { label: "24/7 Emergency Service", href: "tel:(719) 948-2828" }, { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Licensing", href: "#" } + { label: "Terms of Service", href: "#" } ] } ]} @@ -266,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1