From d0c4a2e4adf5b773f4e93ff963d45a88e3095dda Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:42:42 +0000 Subject: [PATCH 1/7] Update src/app/bookmarks/page.tsx --- src/app/bookmarks/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/bookmarks/page.tsx b/src/app/bookmarks/page.tsx index e070333..ecddb40 100644 --- a/src/app/bookmarks/page.tsx +++ b/src/app/bookmarks/page.tsx @@ -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" -- 2.49.1 From 857c640e4a25679c8b21dd2a4ec2bd7f121d72b0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:42:43 +0000 Subject: [PATCH 2/7] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 9cdcb85..17672d5 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -94,21 +94,21 @@ export default function CartPage() { name: "Exclusive Anime Sticker Pack", price: "PKR 599", variant: "40+ Designs", - imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=6", + imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg", }, { id: "cart-2", name: "Mystery Anime Box", price: "PKR 1,299", variant: "Surprise Collection", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg", }, { id: "cart-3", name: "Premium Anime Bookmarks", price: "PKR 399", variant: "Set of 5", - imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg", }, ]} gridVariant="three-columns-all-equal-width" @@ -128,7 +128,7 @@ export default function CartPage() { tag="📧 STAY UPDATED" title="Get Order Updates & Exclusive Offers" description="Subscribe to receive notifications about your order status, new arrivals, and exclusive deals on premium anime merchandise." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaAnimation="slide-up" useInvertedBackground={false} inputPlaceholder="Enter your email address" -- 2.49.1 From 15998f0865e767c4a511e81e545cda7fec9fac7e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:42:43 +0000 Subject: [PATCH 3/7] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index 45c7d93..54bc171 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -87,7 +87,7 @@ export default function CheckoutPage() { tag="💳 SECURE CHECKOUT" title="Complete Your Purchase" description="Enter your details and choose your preferred payment method. All transactions are encrypted and secure. We accept Cash on Delivery, Card Payments, and PayPal." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaAnimation="slide-up" useInvertedBackground={false} inputPlaceholder="Enter your email address" -- 2.49.1 From 42d7faa9eb13534490b1588173137f2064817f53 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:42:44 +0000 Subject: [PATCH 4/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0d79a97..ee83909 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -90,7 +90,7 @@ export default function ContactPage() { tag="📧 GET IN TOUCH" title="Contact AG Store" description="Have questions about our products or need assistance? We're here to help! Reach out to our team and we'll get back to you as soon as possible." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaAnimation="slide-up" useInvertedBackground={false} inputPlaceholder="Enter your email address" -- 2.49.1 From dc13b383f3b2461f25a968827164355b41761ba1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:42:45 +0000 Subject: [PATCH 5/7] Update src/app/mystery-packs/page.tsx --- src/app/mystery-packs/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/mystery-packs/page.tsx b/src/app/mystery-packs/page.tsx index 52c5e4e..0a11978 100644 --- a/src/app/mystery-packs/page.tsx +++ b/src/app/mystery-packs/page.tsx @@ -105,28 +105,28 @@ export default function MysteryPacksPage() { name: "Starter Mystery Pack", price: "PKR 999", variant: "5-7 Items", - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", }, { id: "mystery-2", name: "Premium Mystery Bundle", price: "PKR 1,999", variant: "10-12 Items", - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=6", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", }, { id: "mystery-3", name: "Ultimate Collector's Box", price: "PKR 3,499", variant: "20+ Exclusive Items", - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=7", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", }, { id: "mystery-4", name: "Seasonal Mystery Collection", price: "PKR 2,499", variant: "Limited Edition", - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=8", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", }, ]} gridVariant="bento-grid" @@ -155,42 +155,42 @@ export default function MysteryPacksPage() { name: "Kamran Ahmed", role: "Mystery Box Collector", testimonial: "I've bought 5 mystery boxes now and each one has been absolutely amazing! The value is incredible - I always get items worth way more than I paid. AG Store is the real deal!", - imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg", }, { id: "test-mystery-2", name: "Sehar Malik", role: "Anime Enthusiast", testimonial: "The mystery boxes are so exciting! You never know what you're going to get, and that's the best part. The packaging is premium and everything arrives in perfect condition.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg", }, { id: "test-mystery-3", name: "Hassan Raza", role: "Collector", testimonial: "I've tried mystery boxes from other stores, but AG Store's are on another level. The items are authentic, the surprises are genuine, and the customer service is fantastic!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg", }, { id: "test-mystery-4", name: "Aisha Khan", role: "Otaku Community", testimonial: "As someone who collects anime merchandise seriously, these mystery boxes are a game-changer. The exclusivity and quality make every unboxing experience special!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg", }, { id: "test-mystery-5", name: "Usman Farooq", role: "Premium Member", testimonial: "The Ultimate Collector's Box is worth every penny. I've gotten rare items I couldn't find anywhere else. AG Store really knows what collectors want!", - imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg", }, { id: "test-mystery-6", name: "Nadia Hassan", role: "Mystery Box Fan", testimonial: "I love the surprise element and the dark anime aesthetic throughout the packaging. Every box feels like opening a treasure chest. Highly addictive in the best way!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg?_wi=5", + 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 MysteryPacksPage() { tag="📦 MYSTERY BOX ALERTS" title="Get Notified About New Mystery Boxes" description="Subscribe to our newsletter and be the first to know when new mystery boxes are released. Exclusive subscriber-only deals and early access to limited editions await!" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaAnimation="slide-up" useInvertedBackground={false} inputPlaceholder="Enter your email for mystery box alerts" -- 2.49.1 From cf8515d92c6ccf52728a83f35000941aeb9ee0fd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:42:45 +0000 Subject: [PATCH 6/7] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 884a249..460b006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function HomePage() { description="Discover the ultimate collection of anime merchandise. From rare stickers and mystery packs to premium posters and bookmarks. Embrace your inner otaku with authentic, high-quality anime collectibles from Pakistan's premier anime shop." tag="🔴 DARK ANIME AESTHETIC" tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} testimonials={[ { name: "Anime Fan", @@ -116,7 +116,7 @@ export default function HomePage() { testimonial: "Best anime merchandise collection I've found! Premium quality and fast delivery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg", imageAlt: "happy customer anime fan", }, { @@ -125,7 +125,7 @@ export default function HomePage() { testimonial: "AG Store has the most unique anime items. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg", imageAlt: "excited anime collector fan", }, { @@ -134,7 +134,7 @@ export default function HomePage() { testimonial: "Finally found authentic anime merchandise in Pakistan. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg", imageAlt: "anime fan customer portrait", }, { @@ -143,7 +143,7 @@ export default function HomePage() { testimonial: "Amazing customer service and excellent packaging. Will buy again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg", imageAlt: "happy anime merchandise buyer", }, ]} @@ -159,7 +159,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-orange-lights_181624-23700.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-orange-lights_181624-23700.jpg" imageAlt="dark anime background futuristic aesthetic" useInvertedBackground={false} /> @@ -178,7 +178,7 @@ export default function HomePage() { name: "Exclusive Anime Sticker Pack", price: "PKR 599", variant: "40+ Designs", - imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg", imageAlt: "anime sticker pack colorful manga", }, { @@ -186,7 +186,7 @@ export default function HomePage() { name: "Mystery Anime Box", price: "PKR 1,299", variant: "Surprise Collection", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg", imageAlt: "mystery box anime surprise pack", }, { @@ -194,7 +194,7 @@ export default function HomePage() { name: "Premium Anime Bookmarks", price: "PKR 399", variant: "Set of 5", - imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg", imageAlt: "anime bookmark page marker design", }, ]} @@ -227,11 +227,11 @@ export default function HomePage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg", imageAlt: "anime stickers collection display", }, { - imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg", imageAlt: "anime stickers collection display", }, ], @@ -243,11 +243,11 @@ export default function HomePage() { icon: Gift, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", imageAlt: "mystery box anime collection", }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", imageAlt: "mystery box anime collection", }, ], @@ -259,11 +259,11 @@ export default function HomePage() { icon: Bookmark, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg", imageAlt: "anime bookmarks collection display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-still-life_23-2149854362.jpg", imageAlt: "anime bookmarks collection display", }, ], @@ -275,11 +275,11 @@ export default function HomePage() { icon: Frame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-poster-with-witch-s_23-2147697436.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-poster-with-witch-s_23-2147697436.jpg", imageAlt: "anime poster wall art display", }, { - imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-poster-with-witch-s_23-2147697436.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-poster-with-witch-s_23-2147697436.jpg", imageAlt: "anime poster wall art display", }, ], @@ -291,11 +291,11 @@ export default function HomePage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-poster-with-vampire-holding-pumpkin_23-2147570379.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-poster-with-vampire-holding-pumpkin_23-2147570379.jpg", imageAlt: "anime sticker poster wall art", }, { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-poster-with-vampire-holding-pumpkin_23-2147570379.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-poster-with-vampire-holding-pumpkin_23-2147570379.jpg", imageAlt: "anime sticker poster wall art", }, ], @@ -367,7 +367,7 @@ export default function HomePage() { role: "Anime Collector", testimonial: "AG Store is my go-to place for anime merchandise. The quality is exceptional and the prices are fair. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg", imageAlt: "happy customer anime fan", }, { @@ -376,7 +376,7 @@ export default function HomePage() { role: "Manga Enthusiast", testimonial: "Best anime stickers I've ever bought. The designs are unique and the packaging is premium. Will definitely order again!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg", imageAlt: "excited anime collector fan", }, { @@ -385,7 +385,7 @@ export default function HomePage() { role: "Collectibles Curator", testimonial: "Finally found a reliable source for authentic anime merchandise in Pakistan. AG Store has earned my trust and loyalty!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-through-neighborhood_23-2149410315.jpg", imageAlt: "anime fan customer portrait", }, { @@ -394,7 +394,7 @@ export default function HomePage() { role: "Studio Fan", testimonial: "Customer service is excellent! My mystery box arrived perfectly packed with amazing items. This is the real deal!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-invitation-proposal_23-2149096462.jpg", imageAlt: "happy anime merchandise buyer", }, { @@ -403,7 +403,7 @@ export default function HomePage() { role: "Otaku", testimonial: "The poster collection is stunning! Dark aesthetic, premium quality, and fast delivery. Five stars without hesitation!", - imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/man-handling-money-financial-duties_23-2151660740.jpg", imageAlt: "happy customer anime fan", }, { @@ -412,7 +412,7 @@ export default function HomePage() { role: "Anime Fan", testimonial: "AG Store understands what anime fans want. Quality products, fair prices, and a community that gets it. Keep it up!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-young-male-sport-clothes-with-yoga-mat_179666-26114.jpg", imageAlt: "excited anime collector fan", }, ]} @@ -476,7 +476,7 @@ export default function HomePage() { tag="📧 STAY CONNECTED" title="Join Our Anime Community" description="Subscribe to our newsletter and get exclusive deals, new product alerts, and insider updates about rare anime merchandise. Don't miss out on limited releases!" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaAnimation="slide-up" useInvertedBackground={false} inputPlaceholder="Enter your email address" -- 2.49.1 From 8ec0b6866e9507a6dfd43972081d16cfaedc27a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:42:46 +0000 Subject: [PATCH 7/7] Update src/app/stickers/page.tsx --- src/app/stickers/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/stickers/page.tsx b/src/app/stickers/page.tsx index dc5e482..d0bc278 100644 --- a/src/app/stickers/page.tsx +++ b/src/app/stickers/page.tsx @@ -101,7 +101,7 @@ export default function StickersPage() { name: "Shonen Heroes Sticker Pack", price: "PKR 699", variant: "32 Designs", - imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg", imageAlt: "shonen heroes anime sticker pack", }, { @@ -109,7 +109,7 @@ export default function StickersPage() { name: "Magical Girl Collection", price: "PKR 599", variant: "28 Designs", - imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg", imageAlt: "magical girl anime stickers", }, { @@ -117,7 +117,7 @@ export default function StickersPage() { name: "Dark Aesthetic Pack", price: "PKR 749", variant: "40+ Designs", - imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg", imageAlt: "dark aesthetic anime stickers", }, { @@ -125,7 +125,7 @@ export default function StickersPage() { name: "Studio Ghibli Tribute", price: "PKR 649", variant: "24 Designs", - imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg", imageAlt: "studio ghibli anime stickers", }, ]} @@ -158,11 +158,11 @@ export default function StickersPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg", imageAlt: "premium vinyl stickers", }, { - imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg?_wi=6", + imageSrc: "http://img.b2bpic.net/free-vector/grandparents-stickers-collection-with-fred-fox_23-2151342272.jpg", imageAlt: "premium vinyl stickers", }, ], @@ -174,11 +174,11 @@ export default function StickersPage() { icon: Gift, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg", imageAlt: "authentic anime character stickers", }, { - imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg", imageAlt: "authentic anime character stickers", }, ], @@ -190,11 +190,11 @@ export default function StickersPage() { icon: Bookmark, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", imageAlt: "bulk sticker orders", }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-vector/flat-boxing-day-sales-landing-page-template_23-2149846892.jpg", imageAlt: "bulk sticker orders", }, ], @@ -219,7 +219,7 @@ export default function StickersPage() { tag="📧 NEW STICKER ALERTS" title="Get Notified About New Sticker Designs" description="Subscribe to our newsletter and be the first to know about new sticker releases, restocks, and exclusive limited-edition designs. Join thousands of anime sticker collectors!" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaAnimation="slide-up" useInvertedBackground={false} inputPlaceholder="Enter your email for sticker alerts" -- 2.49.1