3 Commits

Author SHA1 Message Date
802b6188ca Merge version_4 into main
Merge version_4 into main
2026-03-03 19:01:43 +00:00
9819e8bc4a Update src/app/page.tsx 2026-03-03 19:01:38 +00:00
990b7643a7 Merge version_3 into main
Merge version_3 into main
2026-03-03 18:57:18 +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" }}