Update src/app/sealed/page.tsx
This commit is contained in:
@@ -85,7 +85,7 @@ export default function SealedPage() {
|
||||
{
|
||||
text: "Back to Home", 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>
|
||||
@@ -98,13 +98,13 @@ export default function SealedPage() {
|
||||
tagIcon={Zap}
|
||||
products={[
|
||||
{
|
||||
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", imageAlt: "Scarlet & Violet Booster Box"},
|
||||
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?_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", imageAlt: "Elite Trainer 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?_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", imageAlt: "Obsidian Flames Booster 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?_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", imageAlt: "Base Set Collection 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?_wi=2", imageAlt: "Base Set Collection Box"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -121,7 +121,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: "sparkles-gradient" }}
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user