Update src/app/page.tsx

This commit is contained in:
2026-04-22 04:32:41 +00:00
parent c7e2e92997
commit c7f97511bc

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
]}
brandName="D&E Heating & Air"
button={{
text: "Call Now: 555-0123", href: "tel:5550123"}}
text: "Call Now: +12145013775", href: "tel:+12145013775"}}
/>
</div>
@@ -192,7 +192,7 @@ export default function LandingPage() {
text="Texas Heat Won't Wait. Contact D&E Today."
buttons={[
{
text: "Call 555-0123", href: "tel:5550123"},
text: "Call +12145013775", href: "tel:+12145013775"},
{
text: "Request a Quote", href: "#"},
]}
@@ -221,7 +221,7 @@ export default function LandingPage() {
{
title: "Contact", items: [
{
label: "555-0123", href: "tel:5550123"},
label: "+12145013775", href: "tel:+12145013775"},
{
label: "support@deheating.com", href: "mailto:support@deheating.com"},
],