Update src/app/cart/page.tsx

This commit is contained in:
2026-03-14 20:43:16 +00:00
parent a665b25d64
commit 6ceb26f1c3

View File

@@ -94,21 +94,21 @@ export default function CartPage() {
name: "Exclusive Anime Sticker Pack",
price: "PKR 599",
variant: "40+ Designs",
imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=6",
},
{
id: "cart-2",
name: "Mystery Anime Box",
price: "PKR 1,299",
variant: "Surprise Collection",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg?_wi=2",
},
{
id: "cart-3",
name: "Premium Anime Bookmarks",
price: "PKR 399",
variant: "Set of 5",
imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg?_wi=2",
},
]}
gridVariant="three-columns-all-equal-width"