Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user