Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-03-03 19:01:43 +00:00

View File

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