diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2e232b9..29a30be 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -47,47 +47,17 @@ export default function ShopPage() { tagAnimation="slide-up" products={[ { - 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?_wi=2", - imageAlt: "Deep emerald handwoven silk kurta", - }, + 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", 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?_wi=2", - imageAlt: "Traditional Dhaka saree with gold accents", - }, + id: "2", name: "Golden Dhaka Saree", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg", 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?_wi=2", - imageAlt: "Hand-woven crimson heritage pashmina shawl", - }, + 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", 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?_wi=2", - imageAlt: "Intricately woven midnight blue traditional pancha", - }, + 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", 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?_wi=3", - imageAlt: "Traditional saffron silk dupatta scarf", - }, + 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", 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?_wi=3", - imageAlt: "Ivory ceremonial handwoven shawl", - }, + id: "6", name: "Ivory Ceremonial Shawl", price: "$275", imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg", imageAlt: "Ivory ceremonial handwoven shawl"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -102,14 +72,7 @@ export default function ShopPage() { description="Trusted by thousands of customers worldwide for authentic quality and ethical practices" tag="Trust & Quality" names={[ - "Authentic Nepali Craftsmanship", - "100% Handwoven Excellence", - "Fair Trade & Ethical", - "Fast Global Shipping", - "Custom Personalization", - "Premium Natural Materials", - "Supporting 200+ Artisans", - ]} + "Authentic Nepali Craftsmanship", "100% Handwoven Excellence", "Fair Trade & Ethical", "Fast Global Shipping", "Custom Personalization", "Premium Natural Materials", "Supporting 200+ Artisans"]} textboxLayout="default" useInvertedBackground={false} showCard={true} @@ -124,8 +87,8 @@ 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?_wi=2" - imageAlt: "Nepali artisans crafting handwoven pieces" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-doing-artwork_23-2148966933.jpg" + imageAlt="Nepali artisans crafting handwoven pieces" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email"