Update src/app/sealed/page.tsx

This commit is contained in:
2026-03-10 06:38:55 +00:00
parent 68176c7f90
commit 3cbfb9eed6

View File

@@ -95,7 +95,7 @@ export default function SealedPage() {
href: "/",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg?_wi=2"
imageAlt="Sealed Pokémon Products"
/>
</div>
@@ -111,28 +111,28 @@ export default function SealedPage() {
id: "1",
name: "Scarlet & Violet Booster Box",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg?_wi=3",
imageAlt: "Scarlet & Violet Booster Box",
},
{
id: "2",
name: "Elite Trainer Box - Premium",
price: "$49.99",
imageSrc: "http://img.b2bpic.net/free-photo/violet-bow-tie-with-anchor-design-lie-box_8353-1758.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/violet-bow-tie-with-anchor-design-lie-box_8353-1758.jpg?_wi=2",
imageAlt: "Elite Trainer Box",
},
{
id: "3",
name: "Obsidian Flames Booster Box",
price: "$119.99",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg?_wi=2",
imageAlt: "Obsidian Flames Booster Box",
},
{
id: "4",
name: "Base Set Collection Box",
price: "$159.99",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg?_wi=2",
imageAlt: "Base Set Collection Box",
},
]}
@@ -151,7 +151,7 @@ export default function SealedPage() {
description="Subscribe to receive alerts when new sealed products become available. Be the first to access limited releases and exclusive restocks."
background={{ variant: "floatingGradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg?_wi=4"
imageAlt="Sealed Product Notifications"
mediaAnimation="slide-up"
mediaPosition="right"