From 2698331691988f881da3aa5d047adef20d40350b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:54:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8059d7..0d8d5da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,13 +65,13 @@ export default function LandingPage() { ], stats: [ { - title: "Years of Tradition", values: ["15", "16", "17"], + title: "Years of Tradition", values: [15, 16, 17], description: "Serving authentic Turkish food"}, { - title: "Happy Customers", values: ["2500", "3000", "3500"], + title: "Happy Customers", values: [2500, 3000, 3500], valueSuffix: "+", description: "Guests every month"}, { - title: "Recipe Heritage", values: ["35", "40", "45"], + title: "Recipe Heritage", values: [35, 40, 45], description: "Traditional family recipes"}, ], chartTitle: "Customer Satisfaction", chartData: [ @@ -94,6 +94,7 @@ export default function LandingPage() {