From d0cd97d7ea8bac5d0b0278581c450efa4481595a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:40:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ae4d6..c8fc90d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { { value: "5.0★", label: "Perfect Rating" }, { value: "27+", label: "Happy Reviews" }, { value: "7AM-Late", label: "Open Daily" }, - ]; + ] as [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }]; return (