Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81067d8f1c | |||
| 900b39976c | |||
| 5e6951cf50 | |||
| 096eaa7564 | |||
| 9da22ad55b | |||
| f1c997ce10 | |||
| b279e7bced |
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Calendar, CheckCircle, Clock, Leaf, MapPin, Phone, Sparkles, Star, Users } from 'lucide-react';
|
||||
import { Calendar, CheckCircle, Clock, Leaf, MapPin, Phone, Sparkles, Star, Users, Shield } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="4.8 ⭐ | 109 verified reviews"
|
||||
ratingText="109 verified 5-star reviews • Average lawn transforms in 2-4 weeks"
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
{ text: "Call +1 615-480-2305", href: "tel:+1-615-480-2305" }
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
<FeatureCardSixteen
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Unreliable, missed appointments", "Inconsistent maintenance schedules", "Wrong equipment for the job", "Poor communication with customers", "One-size-fits-all service approach"
|
||||
"Overgrown, neglected lawn", "Inconsistent maintenance schedules", "Lack of professional equipment", "Poor customer communication", "Limited service options"
|
||||
]
|
||||
}}
|
||||
positiveCard={{
|
||||
@@ -222,4 +222,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user