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" }}