From 9af45cb0f7fa7977e77abd66d4731e4f3c4773e6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:43:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 836b797..208b707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" buttons={[ - { text: "Call Now: (713) 555-0123", href: "tel:7135550123" }, + { text: "Call Now: (832) 524-0031", href: "tel:8325240031" }, { text: "Enroll Online", href: "#contact" } ]} buttonAnimation="slide-up" @@ -229,7 +229,7 @@ export default function LandingPage() { title="Begin Your HVAC Career Today" description="Don't wait. Enroll now and start your journey to becoming a certified EPA 608 technician. Our next cohort starts in 2 weeks." buttons={[ - { text: "Call Now: (713) 555-0123", href: "tel:7135550123" }, + { text: "Call Now: (832) 524-0031", href: "tel:8325240031" }, { text: "Apply Online", href: "#" } ]} buttonAnimation="slide-up" -- 2.49.1