Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 12:53:25 +00:00

View File

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