Update src/app/bookmarks/page.tsx

This commit is contained in:
2026-03-14 20:42:42 +00:00
parent b133e8f661
commit d0c4a2e4ad

View File

@@ -105,28 +105,28 @@ export default function BookmarksPage() {
name: "Classic Manga Heroes",
price: "PKR 299",
variant: "Set of 3",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg",
},
{
id: "bm-2",
name: "Modern Anime Collection",
price: "PKR 399",
variant: "Set of 5",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg?_wi=4",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg",
},
{
id: "bm-3",
name: "Exclusive Limited Edition",
price: "PKR 599",
variant: "Premium Gold Foil",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg?_wi=5",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg",
},
{
id: "bm-4",
name: "Dark Aesthetic Series",
price: "PKR 349",
variant: "Set of 4",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg?_wi=6",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg",
},
]}
gridVariant="bento-grid-inverted"
@@ -155,42 +155,42 @@ export default function BookmarksPage() {
name: "Fatima Ahmed",
role: "Book Collector",
testimonial: "These bookmarks are absolutely gorgeous! The art quality is premium and they protect my pages beautifully. I have them on display even when not reading.",
imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg?_wi=6",
imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg",
},
{
id: "test-bm-2",
name: "Arslan Khan",
role: "Manga Reader",
testimonial: "Perfect for marking my manga volumes! The designs are eye-catching and the material is durable. I've been using mine for months and they still look brand new.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg?_wi=6",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg",
},
{
id: "test-bm-3",
name: "Zara Malik",
role: "Avid Reader",
testimonial: "I buy bookmarks from everywhere, but these anime bookmarks from AG Store are my favorites. The dark aesthetic matches my personality perfectly and they're so well-made!",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg?_wi=4",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg",
},
{
id: "test-bm-4",
name: "Omar Hassan",
role: "Collector",
testimonial: "Gifted these to my anime-loving friends and they all loved them. The presentation is excellent and the quality exceeded my expectations. Will definitely buy again!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg?_wi=4",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg",
},
{
id: "test-bm-5",
name: "Isha Patel",
role: "Student",
testimonial: "Using these bookmarks for my studies and they motivate me! The anime designs are beautiful and they're sturdy enough for heavy textbooks. Best purchase ever!",
imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg?_wi=7",
imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg",
},
{
id: "test-bm-6",
name: "Samir Ali",
role: "Manga Enthusiast",
testimonial: "The gold foil edition bookmarks are stunning! They add such a premium feel to my manga collection. Worth every paisa. These are collectibles in their own right!",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg?_wi=7",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg",
},
]}
animationType="slide-up"
@@ -204,7 +204,7 @@ export default function BookmarksPage() {
tag="📚 READING UPDATES"
title="Get New Bookmark Designs First"
description="Subscribe to our newsletter for exclusive access to new bookmark designs before they launch publicly. Plus, get special discounts for subscribers and reading recommendations from our anime community!"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
mediaAnimation="slide-up"
useInvertedBackground={false}
inputPlaceholder="Enter your email for bookmark updates"