diff --git a/src/app/page.tsx b/src/app/page.tsx index 0300664..43b44b9 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 { Facebook, Instagram, Phone } from "lucide-react"; +import { Facebook, Instagram, Phone, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Request a Free Quote", href: "#contact"}, { - text: "Call Now", href: "tel:4805550199"}, + text: "Call Now", href: "tel:4803279024"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683172804-an6fhagl.png" imageAlt="Professional lawn service" @@ -135,17 +135,17 @@ export default function LandingPage() { id: "f3", title: "How do I get a quote?", content: "Simply reach out via our contact form or call us directly to get a free, no-obligation quote."}, ]} ctaTitle="Ready for a perfect lawn?" - ctaDescription="Let Ryan Brothers handle the work—so your yard always looks its best." + 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: "Request a Free Quote", href: "mailto:info@ryanbrothers.com"}} - ctaIcon={Phone} + text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com"}} + ctaIcon={Mail} />