From ef6ef3973bae7952327f40d957e4cea57e2d41af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:11:00 +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 da98bd5..c59b70c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234833.jpg?_wi=1" 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" + 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" } ]} /> @@ -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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", imageAlt: "James Wilson", icon: Star } ]} animationType="slide-up" -- 2.49.1