From 1e9f465777434e68982ddd3437b8f26378f5dcde Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:01:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc6c341..5b5da35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/people-avatars-collection_1333-49.jpg", imageAlt: "Anime community showcase 1"}, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-japanese-restaurant-horizontal-sale-banner-template_23-2149425904.jpg", imageAlt: "Anime community showcase 2"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-japanese-restaurant-horizontal-sale-banner-template_23-2149425904.jpg?_wi=1", imageAlt: "Anime community showcase 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-dream-catcher_1321-1600.jpg", imageAlt: "Anime community showcase 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-dream-catcher_1321-1600.jpg?_wi=1", imageAlt: "Anime community showcase 3"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -70,9 +70,9 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Demon Slayer: Kimetsu no Yaiba", price: "Trending", variant: "Action • Adventure • Supernatural", imageSrc: "http://img.b2bpic.net/free-vector/gradient-japanese-restaurant-horizontal-sale-banner-template_23-2149425904.jpg", imageAlt: "Demon Slayer anime cover"}, + id: "1", name: "Demon Slayer: Kimetsu no Yaiba", price: "Trending", variant: "Action • Adventure • Supernatural", imageSrc: "http://img.b2bpic.net/free-vector/gradient-japanese-restaurant-horizontal-sale-banner-template_23-2149425904.jpg?_wi=2", imageAlt: "Demon Slayer anime cover"}, { - id: "2", name: "Attack on Titan", price: "Classic", variant: "Action • Dark Fantasy • Mystery", imageSrc: "http://img.b2bpic.net/free-photo/girl-dream-catcher_1321-1600.jpg", imageAlt: "Attack on Titan anime cover"}, + id: "2", name: "Attack on Titan", price: "Classic", variant: "Action • Dark Fantasy • Mystery", imageSrc: "http://img.b2bpic.net/free-photo/girl-dream-catcher_1321-1600.jpg?_wi=2", imageAlt: "Attack on Titan anime cover"}, { id: "3", name: "My Hero Academia", price: "Popular", variant: "Superhero • School • Action", imageSrc: "http://img.b2bpic.net/free-vector/superhero-costumes-set-comic-book-heroes-with-capes-posing-blue-sky-background_575670-68.jpg", imageAlt: "My Hero Academia anime cover"}, ]} -- 2.49.1