From 4d90c36fca079d93c6c1b7a87f332d9c693ef7ee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:52:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a2c9d8..9eea7fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,14 @@ export default function LandingPage() { title="The Friendly Neighborhood Legend" description="Witness the transformation of an ordinary teenager into an iconic wall-crawling guardian. A story of responsibility, sacrifice, and the enduring power of hope." testimonials={[ - { name: "Daily Bugle", handle: "@BugleDaily", testimonial: "The definitive hero of our city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fantasy-whale-sky_23-2151446006.jpg", imageAlt: "cinematic superhero swinging 3d render" }, + { name: "Daily Bugle", handle: "@BugleDaily", testimonial: "The definitive hero of our city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fantasy-whale-sky_23-2151446006.jpg?_wi=1", imageAlt: "cinematic superhero swinging 3d render" }, { name: "City Police", handle: "@NYPD_Official", testimonial: "Often a nuisance, but saves more lives than anyone.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/low-key-portrait-modern-business-person_158595-4814.jpg", imageAlt: "cinematic superhero swinging 3d render" }, { name: "Local Citizen", handle: "@QueensResident", testimonial: "He's just a kid, but he's our hero.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/superhero-flying_1368-8285.jpg", imageAlt: "cinematic superhero swinging 3d render" }, - { name: "The Vigilante", handle: "@NightWatch", testimonial: "A silent guardian in the darkness.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/terrifying-texture-cobweb_23-2151841020.jpg", imageAlt: "cinematic superhero swinging 3d render" }, + { name: "The Vigilante", handle: "@NightWatch", testimonial: "A silent guardian in the darkness.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/terrifying-texture-cobweb_23-2151841020.jpg?_wi=1", imageAlt: "cinematic superhero swinging 3d render" }, { name: "Scientist", handle: "@LabNotes", testimonial: "Remarkable physical capabilities.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170120.jpg", imageAlt: "cinematic superhero swinging 3d render" } ]} buttons={[{ text: "Begin Story", href: "#about" }]} - imageSrc="http://img.b2bpic.net/free-photo/fantasy-whale-sky_23-2151446006.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fantasy-whale-sky_23-2151446006.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/multi-dimensional-urban-space-exotic-concepts-digital-painting_456031-82.jpg", alt: "Multi-dimensional urban space" }, @@ -89,7 +89,7 @@ export default function LandingPage() { { id: "f2", title: "Web-Spinning Technology", content: "Synthetic webbing providing incredible tensile strength and diverse tactical applications." }, { id: "f3", title: "Spider-Sense", content: "An advanced precognitive danger sense, alerting to threats before they manifest physically." } ]} - imageSrc="http://img.b2bpic.net/free-photo/terrifying-texture-cobweb_23-2151841020.jpg" + imageSrc="http://img.b2bpic.net/free-photo/terrifying-texture-cobweb_23-2151841020.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1