diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c75e58..3ca6649 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,16 +126,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "15+", title: "Years Experience", description: "Trusted pressure washing experts since 2009" + id: "1", value: "15+", title: "Years Experience", description: "Trusted pressure washing experts since 2009", videoSrc: "" }, { - id: "2", value: "2,500+", title: "Properties Cleaned", description: "Residential and commercial clients throughout Boca Raton" + id: "2", value: "2,500+", title: "Properties Cleaned", description: "Residential and commercial clients throughout Boca Raton", videoSrc: "" }, { - id: "3", value: "98%", title: "Satisfaction Rate", description: "Customer satisfaction is our top priority" + id: "3", value: "98%", title: "Satisfaction Rate", description: "Customer satisfaction is our top priority", videoSrc: "" }, { - id: "4", value: "24/7", title: "Emergency Service", description: "Available for urgent cleaning needs anytime" + id: "4", value: "24/7", title: "Emergency Service", description: "Available for urgent cleaning needs anytime", videoSrc: "" } ]} />