From 56501d81cbe485e4e33af583f15a4065a33007e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:04:19 +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 068411b..fcc1e58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { tagIcon={Leaf} tagAnimation="slide-up" buttons={[ - { text: "Call Now", href: "tel:+15554447777" }, - { text: "Request Free Quote", href: "#contact" } + { text: "Request Free Quote", href: "#contact" }, + { text: "Call Now", href: "tel:+15554447777" } ]} buttonAnimation="slide-up" carouselItems={[ -- 2.49.1