From d351c5144a22b63e76415a6cb3d2228daab8d300 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 04:46:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b48b8c9..6991d6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,10 +117,7 @@ export default function LandingPage() { id: "2", value: "100%", description: "Commitment to quality grooming and making every client feel confident" }, { - id: "3", value: "Walk-ins", description: "Always welcome at our Karl Road location in North Columbus" - }, - { - id: "4", value: "7 Days", description: "Open weekly including Sunday hours for your convenience" + id: "3", value: "7 Days", description: "Open weekly including Sunday hours for your convenience" } ]} metricsAnimation="slide-up" @@ -178,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file