diff --git a/src/app/page.tsx b/src/app/page.tsx index 68de3ee..380697e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,7 +205,7 @@ export default function LandingPage() { metrics={[ { id: "fast-service", icon: Timer, - title: "Minutes per Wash", value: "Less than 10"}, + title: "Minutes per Wash", value: ">20"}, { id: "customer-satisfaction", icon: Smile, title: "Customer Satisfaction", value: "98%"},