From 806a6f5acb479a79e5f80025944526efb5df9e84 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:14:59 +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 c220171..e7f5383 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -241,9 +241,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ - { id: "1", value: "+91 98159 17837", description: "Call to Place Order" }, - { id: "2", value: "Sector 126", description: "Model Town, Kharar" }, - { id: "3", value: "Until 9:30 PM", description: "Open Daily" }, + { id: "1", value: "CALL ON: ", description: "Call to Place Order:98159 17837" }, + { id: "2", value: "VISIT US: ", description: "Model Town, Kharar, SECTOR 126" }, + { id: "3", value: "TIMINGS:", description: "Open Daily" }, { id: "4", value: "WhatsApp Ready", description: "Quick Order Response" } ]} /> -- 2.49.1