From cb6cc993d2ef6c202865c754d83dc7d8d41ce87f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 01:29:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aede778..f415cb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "cosplay-1", name: "Fantasy Warrior", price: "$45/month", imageSrc: "http://img.b2bpic.net/free-photo/front-view-medieval-soldier-posing-studio_23-2150542198.jpg", imageAlt: "Fantasy warrior cosplay" }, - { id: "cosplay-2", name: "Anime Character", price: "$50/month", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fabulous-drag-queen-with-blonde-wig_23-2149138206.jpg", imageAlt: "Anime character cosplay" }, - { id: "cosplay-3", name: "Sci-Fi Armor", price: "$55/month", imageSrc: "http://img.b2bpic.net/free-photo/viking-posing-against-ancient-interior-vikings_471681-22.jpg", imageAlt: "Sci-fi armor cosplay" } + { id: "cosplay-1", name: "Fantasy Warrior", price: "$45/month", imageSrc: "http://img.b2bpic.net/free-photo/front-view-medieval-soldier-posing-studio_23-2150542198.jpg?_wi=1", imageAlt: "Fantasy warrior cosplay" }, + { id: "cosplay-2", name: "Anime Character", price: "$50/month", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fabulous-drag-queen-with-blonde-wig_23-2149138206.jpg?_wi=1", imageAlt: "Anime character cosplay" }, + { id: "cosplay-3", name: "Sci-Fi Armor", price: "$55/month", imageSrc: "http://img.b2bpic.net/free-photo/viking-posing-against-ancient-interior-vikings_471681-22.jpg?_wi=1", imageAlt: "Sci-fi armor cosplay" } ]} /> @@ -133,15 +133,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Showcase Your Work", description: "Upload high-quality photos and videos of your costumes with detailed descriptions, process shots, and behind-the-scenes content.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-medieval-soldier-posing-studio_23-2150542198.jpg", imageAlt: "Showcase feature" + title: "Showcase Your Work", description: "Upload high-quality photos and videos of your costumes with detailed descriptions, process shots, and behind-the-scenes content.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-medieval-soldier-posing-studio_23-2150542198.jpg?_wi=2", imageAlt: "Showcase feature" }, { id: 2, - title: "Connect with Fans", description: "Engage directly with supporters through messages, live streams, and exclusive content. Build lasting relationships with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fabulous-drag-queen-with-blonde-wig_23-2149138206.jpg", imageAlt: "Connect feature" + title: "Connect with Fans", description: "Engage directly with supporters through messages, live streams, and exclusive content. Build lasting relationships with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fabulous-drag-queen-with-blonde-wig_23-2149138206.jpg?_wi=2", imageAlt: "Connect feature" }, { id: 3, - title: "Monetize Your Talent", description: "Earn through subscriptions, tips, exclusive content, and merchandise sales. Keep more of what you create.", imageSrc: "http://img.b2bpic.net/free-photo/viking-posing-against-ancient-interior-vikings_471681-22.jpg", imageAlt: "Monetize feature" + title: "Monetize Your Talent", description: "Earn through subscriptions, tips, exclusive content, and merchandise sales. Keep more of what you create.", imageSrc: "http://img.b2bpic.net/free-photo/viking-posing-against-ancient-interior-vikings_471681-22.jpg?_wi=2", imageAlt: "Monetize feature" } ]} />