Update src/app/page.tsx

This commit is contained in:
2026-03-19 19:05:39 +00:00
parent 2fda597bed
commit 5f7514b35e

View File

@@ -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: ""
}
]}
/>