Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 21:34:55 +00:00

View File

@@ -50,10 +50,10 @@ export default function LandingPage() {
background={{ variant: "animated-grid" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/gamer-looking-internet-websites-gaming-guide-mockup-phone_482257-121625.jpg", imageAlt: "Roblox Bloodlines marketplace" },
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-halloween-element-collection_23-2148637501.jpg", imageAlt: "Rinnegan eye item" },
{ imageSrc: "http://img.b2bpic.net/free-vector/halloween-evil-eyes-background_1048-8756.jpg", imageAlt: "Sharingan eye item" },
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg", imageAlt: "Samehada schematic" },
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg", imageAlt: "Kusanagi schematic" }
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-halloween-element-collection_23-2148637501.jpg?_wi=1", imageAlt: "Rinnegan eye item" },
{ imageSrc: "http://img.b2bpic.net/free-vector/halloween-evil-eyes-background_1048-8756.jpg?_wi=1", imageAlt: "Sharingan eye item" },
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg?_wi=1", imageAlt: "Samehada schematic" },
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg?_wi=2", imageAlt: "Kusanagi schematic" }
]}
buttons={[
{ text: "Browse Items", href: "#items" },
@@ -72,7 +72,7 @@ export default function LandingPage() {
tag="Eyes Category"
tagIcon={Eye}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-halloween-element-collection_23-2148637501.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-halloween-element-collection_23-2148637501.jpg?_wi=2"
imageAlt="Eye collection showcase"
mediaAnimation="slide-up"
accordionItems={[
@@ -97,7 +97,7 @@ export default function LandingPage() {
tag="Schematics"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg"
imageSrc="http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg?_wi=3"
imageAlt="Weapon schematic showcase"
mediaAnimation="slide-up"
accordionItems={[
@@ -128,15 +128,15 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", brand: "ITEMS", name: "Life Fruit", price: "$2", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Life Fruit item" },
{ id: "2", brand: "ITEMS", name: "Spoon", price: "$3", rating: 4, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Spoon tool item" },
{ id: "3", brand: "ITEMS", name: "Scalpel", price: "$3", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Scalpel tool" },
{ id: "4", brand: "ITEMS", name: "Mastery Scrolls", price: "$2", rating: 5, reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Mastery scroll" },
{ id: "5", brand: "ITEMS", name: "Trait Scrolls", price: "$3", rating: 5, reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Trait scroll" },
{ id: "6", brand: "ITEMS", name: "Chakra Fruit", price: "$3", rating: 5, reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Chakra fruit" },
{ id: "7", brand: "ITEMS", name: "Surgical Kit", price: "$5", rating: 4, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Surgical kit" },
{ id: "8", brand: "ITEMS", name: "Shukaku Soul", price: "$10", rating: 5, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Shukaku soul" },
{ id: "9", brand: "ITEMS", name: "Matabi Soul", price: "$10", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Matabi soul" }
{ id: "1", brand: "ITEMS", name: "Life Fruit", price: "$2", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=1", imageAlt: "Life Fruit item" },
{ id: "2", brand: "ITEMS", name: "Spoon", price: "$3", rating: 4, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=2", imageAlt: "Spoon tool item" },
{ id: "3", brand: "ITEMS", name: "Scalpel", price: "$3", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=3", imageAlt: "Scalpel tool" },
{ id: "4", brand: "ITEMS", name: "Mastery Scrolls", price: "$2", rating: 5, reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=4", imageAlt: "Mastery scroll" },
{ id: "5", brand: "ITEMS", name: "Trait Scrolls", price: "$3", rating: 5, reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=5", imageAlt: "Trait scroll" },
{ id: "6", brand: "ITEMS", name: "Chakra Fruit", price: "$3", rating: 5, reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=6", imageAlt: "Chakra fruit" },
{ id: "7", brand: "ITEMS", name: "Surgical Kit", price: "$5", rating: 4, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=7", imageAlt: "Surgical kit" },
{ id: "8", brand: "ITEMS", name: "Shukaku Soul", price: "$10", rating: 5, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=8", imageAlt: "Shukaku soul" },
{ id: "9", brand: "ITEMS", name: "Matabi Soul", price: "$10", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=9", imageAlt: "Matabi soul" }
]}
buttons={[{ text: "View Full Catalog", href: "#items" }]}
buttonAnimation="slide-up"
@@ -156,23 +156,23 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "ayrui", title: "Ayrui Account", price: "$50", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-halloween-element-collection_23-2148637501.jpg", imageAlt: "Ayrui account", button: { text: "Purchase", href: "#contact" },
id: "ayrui", title: "Ayrui Account", price: "$50", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-halloween-element-collection_23-2148637501.jpg?_wi=3", imageAlt: "Ayrui account", button: { text: "Purchase", href: "#contact" },
features: ["Kunai, Lightning, Chakra, Stam abilities", "Obito MS eyes", "Jonin rank (Sorythia)"]
},
{
id: "lee", title: "Lee Account", price: "$45", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/halloween-evil-eyes-background_1048-8756.jpg", imageAlt: "Lee account", button: { text: "Purchase", href: "#contact" },
id: "lee", title: "Lee Account", price: "$45", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/halloween-evil-eyes-background_1048-8756.jpg?_wi=2", imageAlt: "Lee account", button: { text: "Purchase", href: "#contact" },
features: ["Taijutsu, Stam, Wind, Gen abilities", "Lee Armor equipped", "7th Gates unlocked"]
},
{
id: "akimichi", title: "Akimichi Account", price: "$15", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg", imageAlt: "Akimichi account", button: { text: "Purchase", href: "#contact" },
id: "akimichi", title: "Akimichi Account", price: "$15", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/fruits-icons-collection_98292-7223.jpg?_wi=10", imageAlt: "Akimichi account", button: { text: "Purchase", href: "#contact" },
features: ["Kunai, Gen, Stam, Food abilities", "Stage 2 Butterfly Mode", "Chunin rank (Rain village)"]
},
{
id: "senju", title: "Senju Account", price: "$75", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg", imageAlt: "Senju account", button: { text: "Purchase", href: "#contact" },
id: "senju", title: "Senju Account", price: "$75", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg?_wi=4", imageAlt: "Senju account", button: { text: "Purchase", href: "#contact" },
features: ["Wood, Sword, Stam abilities", "Jonin rank (Rain village)", "Matabi cloak + Obito MS + Deep forest"]
},
{
id: "uchiha", title: "Uchiha Account", price: "$50", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg", imageAlt: "Uchiha account", button: { text: "Purchase", href: "#contact" },
id: "uchiha", title: "Uchiha Account", price: "$50", period: "One-time", imageSrc: "http://img.b2bpic.net/free-vector/collection-ninja-weapons_23-2147896968.jpg?_wi=5", imageAlt: "Uchiha account", button: { text: "Purchase", href: "#contact" },
features: ["Sword, Fire, Chakra, Stam abilities", "3 Tomoe Sharingan", "MS method ready, A-rated"]
}
]}
@@ -210,12 +210,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
testimonials={[
{ id: "1", name: "ShadowGamer92", role: "Veteran Player", company: "Roblox Bloodlines", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageAlt: "ShadowGamer92 profile" },
{ id: "2", name: "KunaiCollector", role: "Item Enthusiast", company: "Trading Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "KunaiCollector profile" },
{ id: "3", name: "NovaStreamer", role: "Content Creator", company: "Gaming Platform", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageAlt: "NovaStreamer profile" },
{ id: "4", name: "RinneganFinder", role: "Rare Item Hunter", company: "Collectors Network", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageAlt: "RinneganFinder profile" },
{ id: "5", name: "JutsuMaster", role: "Power Seeker", company: "Bloodlines Elite", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageAlt: "JutsuMaster profile" },
{ id: "6", name: "VouchedTrader", role: "Trusted Member", company: "Trading Circle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "VouchedTrader profile" }
{ id: "1", name: "ShadowGamer92", role: "Veteran Player", company: "Roblox Bloodlines", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg?_wi=1", imageAlt: "ShadowGamer92 profile" },
{ id: "2", name: "KunaiCollector", role: "Item Enthusiast", company: "Trading Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=1", imageAlt: "KunaiCollector profile" },
{ id: "3", name: "NovaStreamer", role: "Content Creator", company: "Gaming Platform", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg?_wi=2", imageAlt: "NovaStreamer profile" },
{ id: "4", name: "RinneganFinder", role: "Rare Item Hunter", company: "Collectors Network", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg?_wi=3", imageAlt: "RinneganFinder profile" },
{ id: "5", name: "JutsuMaster", role: "Power Seeker", company: "Bloodlines Elite", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg?_wi=4", imageAlt: "JutsuMaster profile" },
{ id: "6", name: "VouchedTrader", role: "Trusted Member", company: "Trading Circle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=2", imageAlt: "VouchedTrader profile" }
]}
buttons={[{ text: "See More Reviews", href: "#testimonials" }]}
buttonAnimation="slide-up"