diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f98f0a..f38202e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,10 +82,10 @@ export default function LandingPage() { tag="Trust Indicators" tagAnimation="slide-up" metrics={[ - { id: "1", value: "500+", title: "Happy Customers", description: "Satisfied clients in our community", icon: Users }, - { id: "2", value: "15+", title: "Years Experience", description: "Industry expertise and knowledge", icon: Award }, - { id: "3", value: "100%", title: "Satisfaction", description: "Guaranteed or your money back", icon: Shield }, - { id: "4", value: "24/7", title: "Available", description: "Emergency service support ready", icon: Clock } + { id: "1", value: "500+", title: "Happy Customers", description: "Over 500 satisfied customers trust us for quality and reliability", icon: Users }, + { id: "2", value: "15+", title: "Years Experience", description: "More than 15 years of proven industry expertise and professional knowledge", icon: Award }, + { id: "3", value: "100%", title: "Satisfaction", description: "Complete satisfaction guaranteed or your money back with our commitment", icon: Shield }, + { id: "4", value: "24/7", title: "Available", description: "Round-the-clock emergency service support ready when you need us most", icon: Clock } ]} gridVariant="uniform-all-items-equal" animationType="slide-up"