From 1396e0ad3e23468309152eb386b5a61647d427c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8219e1e..1f8004a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -345,19 +345,19 @@ export default function LandingPage() { { value: "8+", - description: "From our longest-standing clients", + icon: Heart, }, { value: "5 Stars", - description: "Across all platforms", + icon: Star, }, { value: "Happy Pups", - description: "Our daily mission", + icon: Star, }, ]} -- 2.49.1