Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:10:09 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplit
title="The Amazing Spider-Man Universe"
description="Dive into the complete chronicles of your friendly neighborhood Spider-Man. Explore his origins, epic battles, legendary villains, and the stories that made him a global icon."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
tag="Your Ultimate Reference"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "View Timeline", href: "#features" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234833.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234833.jpg"
imageAlt="Spider-Man in action"
mediaAnimation="slide-up"
imagePosition="right"
@@ -96,7 +96,7 @@ export default function LandingPage() {
},
{
id: 3,
title: "The Legend", description: "Over decades of adventure, Spider-Man faces countless enemies and proves that with great power comes great responsibility, inspiring generations of heroes.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234833.jpg?_wi=2"
title: "The Legend", description: "Over decades of adventure, Spider-Man faces countless enemies and proves that with great power comes great responsibility, inspiring generations of heroes.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234833.jpg"
}
]}
/>
@@ -141,16 +141,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "Comic Book Collector", testimonial: "Spider-Man taught me that anyone can be a hero. His journey from an ordinary teenager to a legendary icon is genuinely inspiring.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=1", imageAlt: "Sarah Martinez", icon: Star
id: "1", name: "Sarah Martinez", role: "Comic Book Collector", testimonial: "Spider-Man taught me that anyone can be a hero. His journey from an ordinary teenager to a legendary icon is genuinely inspiring.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Sarah Martinez", icon: Star
},
{
id: "2", name: "Michael Chen", role: "Marvel Fan", testimonial: "The complexity of Peter Parker's character is unmatched. Balancing personal struggles with saving the world resonates deeply with me.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=2", imageAlt: "Michael Chen", icon: Star
id: "2", name: "Michael Chen", role: "Marvel Fan", testimonial: "The complexity of Peter Parker's character is unmatched. Balancing personal struggles with saving the world resonates deeply with me.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Michael Chen", icon: Star
},
{
id: "3", name: "Emma Rodriguez", role: "Superhero Enthusiast", testimonial: "Spider-Man's wit and humor make him unique. He proves that heroes don't need to be dark and brooding to be powerful.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=3", imageAlt: "Emma Rodriguez", icon: Star
id: "3", name: "Emma Rodriguez", role: "Superhero Enthusiast", testimonial: "Spider-Man's wit and humor make him unique. He proves that heroes don't need to be dark and brooding to be powerful.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Emma Rodriguez", icon: Star
},
{
id: "4", name: "James Wilson", role: "Animation Fan", testimonial: "Every interpretation of Spider-Man brings something fresh. From comics to films, the character continues to evolve and inspire.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=4", imageAlt: "James Wilson", icon: Star
id: "4", name: "James Wilson", role: "Animation Fan", testimonial: "Every interpretation of Spider-Man brings something fresh. From comics to films, the character continues to evolve and inspire.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "James Wilson", icon: Star
}
]}
animationType="slide-up"