Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function CapphalStorePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -47,8 +47,8 @@ export default function CapphalStorePage() {
|
||||
tag="Heritage Footwear"
|
||||
tagIcon={Footprints}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg?_wi=1"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg"
|
||||
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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Premium handcrafted leather chappal"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user