From e2d98d49b21af08a377daf62dbef5b93307b0e7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:53:14 +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 b677a94..e571bc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function CapphalStorePage() { tagIcon={Footprints} tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} - imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg" + imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg?_wi=1" imageAlt="Traditional Pakistani chappal collection" buttons={[ { text: "Browse Collection", href: "products" }, @@ -101,13 +101,13 @@ export default function CapphalStorePage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Classic Brown Chappal", price: "₨2,500", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg", imageAlt: "Classic brown leather chappal" + id: "1", name: "Classic Brown Chappal", price: "₨2,500", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg?_wi=2", imageAlt: "Classic brown leather chappal" }, { id: "2", name: "Embroidered Comfort Chappal", price: "₨3,200", imageSrc: "http://img.b2bpic.net/free-photo/2-yellow-sandals-red-towel_1122-1077.jpg", imageAlt: "Embroidered decorated chappal" }, { - id: "3", name: "Premium Leather Chappal", price: "₨4,000", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg", imageAlt: "Premium handcrafted leather chappal" + id: "3", name: "Premium Leather Chappal", price: "₨4,000", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg?_wi=3", imageAlt: "Premium handcrafted leather chappal" } ]} /> -- 2.49.1