From a875eafbd8a46e19df4edc49125cec6ad63fb027 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:55:06 +0000 Subject: [PATCH] Update src/app/browse/page.tsx --- src/app/browse/page.tsx | 48 ++++++----------------------------------- 1 file changed, 6 insertions(+), 42 deletions(-) diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 797e9dc..e4c3148 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -46,58 +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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=3", - 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", 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?_wi=3", - 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", imageAlt: "Shadow Chronicles", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal"