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" },