Update src/app/shop/page.tsx
This commit is contained in:
@@ -50,42 +50,42 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Emerald Silk Kurta",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg?_wi=2",
|
||||
imageAlt: "Deep emerald handwoven silk kurta",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Golden Dhaka Saree",
|
||||
price: "$245",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg?_wi=2",
|
||||
imageAlt: "Traditional Dhaka saree with gold accents",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crimson Heritage Shawl",
|
||||
price: "$155",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg?_wi=2",
|
||||
imageAlt: "Hand-woven crimson heritage pashmina shawl",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Midnight Blue Pancha",
|
||||
price: "$125",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg?_wi=2",
|
||||
imageAlt: "Intricately woven midnight blue traditional pancha",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Saffron Silk Dupatta",
|
||||
price: "$135",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg?_wi=3",
|
||||
imageAlt: "Traditional saffron silk dupatta scarf",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ivory Ceremonial Shawl",
|
||||
price: "$275",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg?_wi=3",
|
||||
imageAlt: "Ivory ceremonial handwoven shawl",
|
||||
},
|
||||
]}
|
||||
@@ -124,7 +124,7 @@ export default function ShopPage() {
|
||||
description="Get 15% off your first order when you subscribe to our newsletter. Plus, receive styling tips, new collection alerts, and stories from our artisan community."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-doing-artwork_23-2148966933.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-doing-artwork_23-2148966933.jpg?_wi=2"
|
||||
imageAlt: "Nepali artisans crafting handwoven pieces"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user