Update src/app/shop/page.tsx

This commit is contained in:
2026-03-22 10:16:37 +00:00
parent b5ccf76fdb
commit 12869c330c

View File

@@ -53,15 +53,15 @@ export default function ShopPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-dress_23-2147688400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-dress_23-2147688400.jpg?_wi=2",
imageAlt: "Custom tailored clothing display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tools-sewing-clothes-woman-glasses-seamstress-with-centimeter-clothes_1157-46468.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tools-sewing-clothes-woman-glasses-seamstress-with-centimeter-clothes_1157-46468.jpg?_wi=2",
imageAlt: "Professional tailoring fitting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client-showing-pants_23-2148929564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client-showing-pants_23-2148929564.jpg?_wi=2",
imageAlt: "Couture design showcase",
},
]}
@@ -84,7 +84,7 @@ export default function ShopPage() {
price: "$49.99",
rating: 5,
reviewCount: "248",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-blanket-making-juice_23-2147911515.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-blanket-making-juice_23-2147911515.jpg?_wi=2",
imageAlt: "Premium casual shirt",
},
{
@@ -94,7 +94,7 @@ export default function ShopPage() {
price: "$129.99",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-blue-jacket-talking-phone_23-2147605110.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-blue-jacket-talking-phone_23-2147605110.jpg?_wi=2",
imageAlt: "Classic business blazer",
},
{
@@ -104,7 +104,7 @@ export default function ShopPage() {
price: "$59.99",
rating: 5,
reviewCount: "312",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg?_wi=2",
imageAlt: "Comfortable weekend pants",
},
]}
@@ -156,7 +156,7 @@ export default function ShopPage() {
]}
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-man-holding-smartphone_171337-19093.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-man-holding-smartphone_171337-19093.jpg?_wi=2"
imageAlt="StyleCraft shop team"
faqsAnimation="blur-reveal"
textboxLayout="default"