Update src/app/browse/page.tsx
This commit is contained in:
@@ -46,22 +46,22 @@ export default function BrowsePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Whispers in the Moonlight", price: "$4.99/mo", variant: "Series • 24 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg", imageAlt: "Whispers in the Moonlight", isFavorited: false,
|
||||
id: "1", name: "Whispers in the Moonlight", price: "$4.99/mo", variant: "Series • 24 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg?_wi=2", imageAlt: "Whispers in the Moonlight", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Urban Legends", price: "$3.99/mo", variant: "Series • 18 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg", imageAlt: "Urban Legends", isFavorited: false,
|
||||
id: "2", name: "Urban Legends", price: "$3.99/mo", variant: "Series • 18 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg?_wi=2", imageAlt: "Urban Legends", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Chronicles of the Vale", price: "$5.99/mo", variant: "Series • 32 Episodes", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-comics_23-2150347254.jpg", imageAlt: "Chronicles of the Vale", isFavorited: false,
|
||||
id: "3", name: "Chronicles of the Vale", price: "$5.99/mo", variant: "Series • 32 Episodes", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-comics_23-2150347254.jpg?_wi=2", imageAlt: "Chronicles of the Vale", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Neon Dreams", price: "$4.49/mo", variant: "Series • 20 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-halloween-characters-collection_23-2149070326.jpg", imageAlt: "Neon Dreams", isFavorited: false,
|
||||
id: "4", name: "Neon Dreams", price: "$4.49/mo", variant: "Series • 20 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-halloween-characters-collection_23-2149070326.jpg?_wi=2", imageAlt: "Neon Dreams", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Mystic Tales", price: "$5.49/mo", variant: "Series • 28 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg", imageAlt: "Mystic Tales", isFavorited: false,
|
||||
id: "5", name: "Mystic Tales", price: "$5.49/mo", variant: "Series • 28 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg?_wi=3", imageAlt: "Mystic Tales", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "6", name: "Shadow Chronicles", price: "$4.99/mo", variant: "Series • 22 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg", imageAlt: "Shadow Chronicles", isFavorited: false,
|
||||
id: "6", name: "Shadow Chronicles", price: "$4.99/mo", variant: "Series • 22 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg?_wi=3", imageAlt: "Shadow Chronicles", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user