From 17bd70d66e67af345707faee1579365222148977 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:12:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8421bd..10709e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,8 +143,8 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" metrics={[ - { id: "1", value: "15 Years", description: "Serving Our Community" }, - { id: "2", value: "50K+", description: "Happy Customers" }, + { id: "1", value: "50K+", description: "Happy Customers" }, + { id: "2", value: "15 Years", description: "Serving Our Community" }, { id: "3", value: "2M+", description: "Pizzas Sold" }, { id: "4", value: "100%", description: "Fresh Daily" } ]} -- 2.49.1