Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9819e8bc4a | |||
| 990b7643a7 |
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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."
|
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"
|
animationType="reveal-blur"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Quote", href: "tel:+16475551234" },
|
{ text: "Call Now", href: "tel:+16475551234" },
|
||||||
{ text: "Email Us", href: "mailto:info@aelawncare.ca" }
|
{ text: "Email Us", href: "mailto:info@aelawncare.ca" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user