Update src/app/shop/page.tsx

This commit is contained in:
2026-03-09 06:58:57 +00:00
parent 6ef036e41e
commit bb4fc8af05

View File

@@ -54,7 +54,7 @@ export default function ShopPage() {
name: "Premium Wireless Headphones",
price: "$79.99",
variant: "Black • Noise Cancelling",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=4",
imageAlt: "Premium Wireless Headphones",
},
{
@@ -62,7 +62,7 @@ export default function ShopPage() {
name: "Professional Camera Lens",
price: "$299.99",
variant: "Professional • 50mm",
imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148954936.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148954936.jpg?_wi=4",
imageAlt: "Professional Camera Lens",
},
{
@@ -70,7 +70,7 @@ export default function ShopPage() {
name: "Smart Watch Ultra",
price: "$199.99",
variant: "Titanium • Health Tracking",
imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150229756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150229756.jpg?_wi=4",
imageAlt: "Smart Watch Ultra",
},
{
@@ -78,7 +78,7 @@ export default function ShopPage() {
name: "4K Portable Monitor",
price: "$349.99",
variant: "USB-C • Portable Display",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=5",
imageAlt: "4K Portable Monitor",
},
]}
@@ -164,7 +164,7 @@ export default function ShopPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/customer-center-employee-assisting-clients-needing-help-resetting-password_482257-125161.jpg"
imageSrc="http://img.b2bpic.net/free-photo/customer-center-employee-assisting-clients-needing-help-resetting-password_482257-125161.jpg?_wi=1"
imageAlt="Customer Support Team"
mediaAnimation="slide-up"
mediaPosition="right"