Update src/app/shop/page.tsx
This commit is contained in:
@@ -54,28 +54,28 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Italian Wool Blazer",
|
||||
price: "PKR 18,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg?_wi=2",
|
||||
imageAlt: "Premium Italian wool blazer",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Silk Evening Gown",
|
||||
price: "PKR 24,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-clothes-shop_107420-94824.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-clothes-shop_107420-94824.jpg?_wi=2",
|
||||
imageAlt: "Luxury silk evening gown",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Designer Leather Oxfords",
|
||||
price: "PKR 16,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamorous-stiletto-pair-vibrant-pink-color-generated-by-ai_188544-21011.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamorous-stiletto-pair-vibrant-pink-color-generated-by-ai_188544-21011.jpg?_wi=2",
|
||||
imageAlt: "Premium designer leather shoes",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cashmere Sweater",
|
||||
price: "PKR 12,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151526173.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151526173.jpg?_wi=1",
|
||||
imageAlt: "Premium cashmere sweater",
|
||||
},
|
||||
]}
|
||||
@@ -95,19 +95,19 @@ export default function ShopPage() {
|
||||
id: 1,
|
||||
title: "Verified Original",
|
||||
description: "Every product undergoes rigorous authentication. Grade-A export tags guarantee genuineness with zero counterfeits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Size Assistant",
|
||||
description: "Interactive sizing guidance with international measurements. Get perfect fit confidence before checkout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-109880.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-109880.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Easy Returns",
|
||||
description: "30-day hassle-free returns on all items. If it doesn't fit or meet expectations, send it back for a full refund.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915565.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -123,7 +123,7 @@ export default function ShopPage() {
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg?_wi=2"
|
||||
imageAlt="Customer support and sizing assistance"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user