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