From 457e13baef9ad28c275d393f57ea88f2bab2e37e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 08:11:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 241244e..79fc7d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,22 +45,22 @@ export default function LandingPage() { testimonials={[ { name: "Ren A.", handle: "@renanime", testimonial: "The best anime community I've joined!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cityscape-anime-inspired-urban-area_23-2151028632.jpg", imageAlt: "anime city background"}, + imageSrc: "http://img.b2bpic.net/free-photo/cityscape-anime-inspired-urban-area_23-2151028632.jpg?_wi=1", imageAlt: "anime city background"}, { name: "Sora K.", handle: "@sorax", testimonial: "Incredible features and stunning visuals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/magical-snowy-valley-with-pink-crystal-palace_23-2152016859.jpg", imageAlt: "anime characters fantasy style"}, + imageSrc: "http://img.b2bpic.net/free-photo/magical-snowy-valley-with-pink-crystal-palace_23-2152016859.jpg?_wi=1", imageAlt: "anime characters fantasy style"}, { name: "Miku H.", handle: "@mikuh", testimonial: "Everything an otaku needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/anime-eyes-illustration_23-2151660533.jpg", imageAlt: "anime character eye close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/anime-eyes-illustration_23-2151660533.jpg?_wi=1", imageAlt: "anime character eye close up"}, { name: "Kenji P.", handle: "@kenjip", testimonial: "Community is top-tier!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/galaxy-background-illustration_23-2151909869.jpg", imageAlt: "anime action motion effect"}, + imageSrc: "http://img.b2bpic.net/free-photo/galaxy-background-illustration_23-2151909869.jpg?_wi=1", imageAlt: "anime action motion effect"}, { name: "Yuki M.", handle: "@yukim", testimonial: "Love the weekly spotlights.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741505.jpg", imageAlt: "futuristic anime gadget"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741505.jpg?_wi=1", imageAlt: "futuristic anime gadget"}, ]} buttons={[{ text: "Explore Now", href: "#features" }]} - imageSrc="http://img.b2bpic.net/free-photo/cityscape-anime-inspired-urban-area_23-2151028632.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cityscape-anime-inspired-urban-area_23-2151028632.jpg?_wi=2" imageAlt="Anime cityscape" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839627.jpg", alt: "User 1" }, @@ -91,7 +91,7 @@ export default function LandingPage() { { title: "Art Appreciation", description: "Deep dives into animation styles." }, { title: "Community Events", description: "Interactive watch parties and more." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/magical-snowy-valley-with-pink-crystal-palace_23-2152016859.jpg" + imageSrc="http://img.b2bpic.net/free-photo/magical-snowy-valley-with-pink-crystal-palace_23-2152016859.jpg?_wi=2" imageAlt="Anime mission" mediaAnimation="slide-up" /> @@ -105,13 +105,13 @@ export default function LandingPage() { features={[ { id: "f1", title: "Curated Spotlights", descriptions: ["Hand-picked episodes and series."], - imageSrc: "http://img.b2bpic.net/free-photo/anime-eyes-illustration_23-2151660533.jpg", imageAlt: "Curated"}, + imageSrc: "http://img.b2bpic.net/free-photo/anime-eyes-illustration_23-2151660533.jpg?_wi=2", imageAlt: "Curated"}, { id: "f2", title: "Interactive Motion", descriptions: ["Animations that breathe life."], - imageSrc: "http://img.b2bpic.net/free-photo/galaxy-background-illustration_23-2151909869.jpg", imageAlt: "Motion"}, + imageSrc: "http://img.b2bpic.net/free-photo/galaxy-background-illustration_23-2151909869.jpg?_wi=2", imageAlt: "Motion"}, { id: "f3", title: "Advanced Insights", descriptions: ["Technical details on production."], - imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741505.jpg", imageAlt: "Insights"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741505.jpg?_wi=2", imageAlt: "Insights"}, ]} title="Unrivaled Experience" description="Dive deep into features built for true lovers of anime." @@ -129,7 +129,7 @@ export default function LandingPage() { { id: "t2", name: "Yoko", role: "Fan", testimonial: "Simply spectacular.", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-with-lit-torch_23-2151152172.jpg"}, { - id: "t3", name: "Ken", role: "Fan", testimonial: "Everything works perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-samurai-neon-city_23-2152007997.jpg"}, + id: "t3", name: "Ken", role: "Fan", testimonial: "Everything works perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-samurai-neon-city_23-2152007997.jpg?_wi=1"}, { id: "t4", name: "Maya", role: "Fan", testimonial: "Love the community vibe.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839651.jpg"}, { @@ -149,11 +149,11 @@ export default function LandingPage() { title="Exclusive Merchandise" description="Own a piece of the AnimeVerse with our limited edition collections." products={[ - { id: "p1", name: "Cyber Samurai Hoodie", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-samurai-neon-city_23-2152007997.jpg" }, - { id: "p2", name: "Neon City Poster", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-anime-inspired-urban-area_23-2151028632.jpg" }, - { id: "p3", name: "Fantasy Crystal Pin", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/magical-snowy-valley-with-pink-crystal-palace_23-2152016859.jpg" }, - { id: "p4", name: "Action Motion Tee", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/galaxy-background-illustration_23-2151909869.jpg" }, - { id: "p5", name: "Eye of Wisdom Print", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/anime-eyes-illustration_23-2151660533.jpg" }, + { id: "p1", name: "Cyber Samurai Hoodie", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-samurai-neon-city_23-2152007997.jpg?_wi=2" }, + { id: "p2", name: "Neon City Poster", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-anime-inspired-urban-area_23-2151028632.jpg?_wi=3" }, + { id: "p3", name: "Fantasy Crystal Pin", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/magical-snowy-valley-with-pink-crystal-palace_23-2152016859.jpg?_wi=3" }, + { id: "p4", name: "Action Motion Tee", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/galaxy-background-illustration_23-2151909869.jpg?_wi=3" }, + { id: "p5", name: "Eye of Wisdom Print", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/anime-eyes-illustration_23-2151660533.jpg?_wi=3" }, ]} /> -- 2.49.1