From 9819e8bc4a50184efd5ae490c76876e37f51e682 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:01:38 +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 aba4361..b990afb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Home, Star, Leaf, MessageCircle, HelpCircle, TrendingUp, Sparkles } from 'lucide-react'; +import { Award, Home, Star, Leaf, MessageCircle, HelpCircle, TrendingUp, Sparkles, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -182,7 +182,7 @@ export default function LandingPage() { text="Ready to transform your lawn? Contact A&E Lawn Care today for a free quote and let us handle your lawn care needs with professional expertise." animationType="reveal-blur" buttons={[ - { text: "Get Free Quote", href: "tel:+16475551234" }, + { text: "Call Now", href: "tel:+16475551234" }, { text: "Email Us", href: "mailto:info@aelawncare.ca" } ]} background={{ variant: "plain" }} -- 2.49.1