From d938d76f1bfc9d9752ef7d8c7c4266c343871065 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:31:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2908d2..62f124a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1