From 38e5fb9715c1a1f40b79f88329e0b1462faf5bc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 01:03:41 +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 992ac04..811bdea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { title="Reliable HVAC Services in Micanopy, FL" description="Professional heating, ventilation, and air conditioning solutions for residential homes. Trust our experts for your AC repair, installation, and maintenance needs." buttons={[ - { text: "Book Service Now", href: "/contact" } + { text: "Schedule Your Service", href: "/contact" } ]} testimonials={[ { @@ -201,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1