Update src/app/shop/page.tsx

This commit is contained in:
2026-03-09 01:40:41 +00:00
parent 2d94d21c68
commit 310a204a7e

View File

@@ -51,13 +51,13 @@ export default function ShopPage() {
animationType="slide-up"
products={[
{
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", imageAlt: "Premium Italian wool blazer"},
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?_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", imageAlt: "Luxury silk evening gown"},
id: "2", name: "Silk Evening Gown", price: "PKR 24,000", 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", imageAlt: "Premium designer leather shoes"},
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?_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", imageAlt: "Premium cashmere sweater"},
id: "4", name: "Cashmere Sweater", price: "PKR 12,800", imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151526173.jpg?_wi=1", imageAlt: "Premium cashmere sweater"},
]}
/>
</div>
@@ -73,13 +73,13 @@ export default function ShopPage() {
features={[
{
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"},
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?_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"},
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?_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"},
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?_wi=2"},
]}
/>
</div>
@@ -92,7 +92,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"