2 Commits

Author SHA1 Message Date
d938d76f1b Update src/app/page.tsx 2026-03-12 10:31:34 +00:00
c8880f21c6 Merge version_2 into main
Merge version_2 into main
2026-03-12 10:27:03 +00:00

View File

@@ -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, Shield } from 'lucide-react';
import { Calendar, CheckCircle, Clock, Leaf, MapPin, Phone, Sparkles, Star, Users } from 'lucide-react';
export default function LandingPage() {
return (
@@ -56,7 +56,7 @@ export default function LandingPage() {
}
]}
rating={5}
ratingText="109 verified reviews • 4.8★ | Respond within 24 hours"
ratingText="4.8 ⭐ | 109 verified reviews"
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: [
"Overgrown, neglected lawn", "Inconsistent maintenance schedules", "Lack of professional equipment", "Poor customer communication", "Limited service options"
"Unreliable, missed appointments", "Inconsistent maintenance schedules", "Wrong equipment for the job", "Poor communication with customers", "One-size-fits-all service approach"
]
}}
positiveCard={{
@@ -222,4 +222,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}