From d576c069157b525d0a0c41d2c6e051dc63421e17 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:38:33 +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 48a2212..06e4247 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function Home() { kpis={[ { value: "500+", label: "Premium Brands" }, { value: "10K+", label: "Happy Customers" }, - { value: "24/7", label: "Customer Support" }, + { value: "", label: "" }, ]} enableKpiAnimation={true} tag="Welcome to Luminance" @@ -78,7 +78,7 @@ export default function Home() { tagAnimation="slide-up" products={[ { - id: "cat-1", name: "Premium Clothing", price: "Starting at $89", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9409.jpg", imageAlt: "premium clothing collection luxury fashion hoodie" + id: "cat-1", name: "Women's limited edition dress ", price: "Starting at Rs.5000", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9409.jpg", imageAlt: "premium clothing collection luxury fashion hoodie" }, { id: "cat-2", name: "Luxury Beauty", price: "Starting at $45", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg", imageAlt: "luxury beauty skincare serum bottle gold accent" -- 2.49.1