From 5d875f3068865b7e84417796057df7bda203ffc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:06:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b36abb..7457bd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Phone } from "lucide-react"; +import { Phone, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Reviews", id: "reviews" }, ]} brandName="Ryan Brothers" - button={{ text: "Contact Us", href: "#contact" }} + button={{ text: "Get A Quote", href: "#contact" }} /> @@ -110,8 +110,8 @@ export default function LandingPage() { ]} ctaTitle="Ready for a perfect lawn?" ctaDescription="Let Ryan Brothers handle the work—so your yard always looks its best. Contact us at 480-327-9024 or email ryanbrothersaz@gmail.com." - ctaButton={{ text: "Call Now", href: "tel:4803279024" }} - ctaIcon={Phone} + ctaButton={{ text: "Get A Quote", href: "mailto:ryanbrothersaz@gmail.com" }} + ctaIcon={Mail} /> -- 2.49.1