From 29d9fa42f3ba9fa1b32c058f33451635be35b445 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 09:42:27 +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 48a82e4..244288b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Shop Collections", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-building-with-cartoon-style-architecture_23-2151154952.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-building-with-cartoon-style-architecture_23-2151154952.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Curated for Fans by Fans" description="At AnimeHaven, we believe every piece tells a story. From iconic shonen classics to the latest seinen hits, we bridge the gap between your favorite worlds and your home." - imageSrc="http://img.b2bpic.net/free-photo/cat-woman-looking-away_23-2147680260.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cat-woman-looking-away_23-2147680260.jpg?_wi=1" /> @@ -165,13 +165,13 @@ export default function LandingPage() { "20% off store-wide", "Early Access Drops", "Free Shipping"], button: { text: "Join Collector Tier"}, - imageSrc: "http://img.b2bpic.net/free-photo/view-building-with-cartoon-style-architecture_23-2151154952.jpg", imageAlt: "Young girl with pink hairs in street style outfits . "}, + imageSrc: "http://img.b2bpic.net/free-photo/view-building-with-cartoon-style-architecture_23-2151154952.jpg?_wi=2", imageAlt: "Young girl with pink hairs in street style outfits . "}, { id: "master", title: "Otaku Tier", price: "$50", period: "/mo", features: [ "30% off store-wide", "VIP Support", "Monthly Mystery Box"], button: { text: "Join Otaku Tier"}, - imageSrc: "http://img.b2bpic.net/free-photo/cat-woman-looking-away_23-2147680260.jpg", imageAlt: "Young girl with pink hairs in street style outfits . "}, + imageSrc: "http://img.b2bpic.net/free-photo/cat-woman-looking-away_23-2147680260.jpg?_wi=2", imageAlt: "Young girl with pink hairs in street style outfits . "}, ]} title="Subscription Tiers" description="Unlock monthly discounts and mystery surprises." -- 2.49.1