From b2325dca7f23546826defee1e0d036156211656d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:30:50 +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 8cd2c97..09c274d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,9 +63,9 @@ export default function LandingPage() { { text: "Call", href: "tel:+1-000-000-0000" } ], stats: [ - { title: "Products", values: ["500+", "600+", "700+"], description: "Premium devices in stock." }, - { title: "Customers", values: ["2000+", "3000+", "4000+"], description: "Satisfied local visitors." }, - { title: "Experience", values: ["8+", "9+", "10+"], description: "Years in business." } + { title: "Products", values: [500, 600, 700], description: "Premium devices in stock." }, + { title: "Customers", values: [2000, 3000, 4000], description: "Satisfied local visitors." }, + { title: "Experience", values: [8, 9, 10], description: "Years in business." } ], listTitle: "Today's Specials", listItems: [ { icon: Zap, title: "New Arrivals", status: "In Stock" }, -- 2.49.1