Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-07 11:16:07 +00:00

View File

@@ -51,19 +51,19 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-new-york-city-sunset_23-2148287811.jpg", imageAlt: "Batman dark knight silhouette"
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-new-york-city-sunset_23-2148287811.jpg?_wi=1", imageAlt: "Batman dark knight silhouette"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg", imageAlt: "Bruce Wayne billionaire"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg?_wi=1", imageAlt: "Bruce Wayne billionaire"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/smart-technology-concept-composition_1284-34716.jpg", imageAlt: "Batman advanced technology"
imageSrc: "http://img.b2bpic.net/free-vector/smart-technology-concept-composition_1284-34716.jpg?_wi=1", imageAlt: "Batman advanced technology"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-afroamerican-boxer_171337-9196.jpg", imageAlt: "Batman combat training"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-afroamerican-boxer_171337-9196.jpg?_wi=1", imageAlt: "Batman combat training"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/firefighter-with-safety-suit-station_23-2149206381.jpg", imageAlt: "Batman detective skills"
imageSrc: "http://img.b2bpic.net/free-photo/firefighter-with-safety-suit-station_23-2149206381.jpg?_wi=1", imageAlt: "Batman detective skills"
},
]}
buttons={[
@@ -94,15 +94,15 @@ export default function LandingPage() {
description="Master of detection, combat, psychology, and technology. The Dark Knight's extraordinary abilities make him one of Earth's finest heroes."
features={[
{
title: "Master Detective", description: "Unparalleled forensic analysis and crime-solving prowess. Batman's detective skills have solved the world's most complex cases.", imageSrc: "http://img.b2bpic.net/free-photo/firefighter-with-safety-suit-station_23-2149206381.jpg", imageAlt: "Detective skills investigation", buttonIcon: Search,
title: "Master Detective", description: "Unparalleled forensic analysis and crime-solving prowess. Batman's detective skills have solved the world's most complex cases.", imageSrc: "http://img.b2bpic.net/free-photo/firefighter-with-safety-suit-station_23-2149206381.jpg?_wi=2", imageAlt: "Detective skills investigation", buttonIcon: Search,
buttonHref: "#features"
},
{
title: "Combat Mastery", description: "Expert in 127 martial arts styles. Batman's combat training makes him capable of facing superhuman opponents.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-afroamerican-boxer_171337-9196.jpg", imageAlt: "Martial arts combat training", buttonIcon: Shield,
title: "Combat Mastery", description: "Expert in 127 martial arts styles. Batman's combat training makes him capable of facing superhuman opponents.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-afroamerican-boxer_171337-9196.jpg?_wi=2", imageAlt: "Martial arts combat training", buttonIcon: Shield,
buttonHref: "#features"
},
{
title: "Advanced Technology", description: "Cutting-edge gadgets and surveillance systems. Batman's tech innovations give him the edge in crime-fighting.", imageSrc: "http://img.b2bpic.net/free-vector/smart-technology-concept-composition_1284-34716.jpg", imageAlt: "Batman technology gadgets", buttonIcon: Cpu,
title: "Advanced Technology", description: "Cutting-edge gadgets and surveillance systems. Batman's tech innovations give him the edge in crime-fighting.", imageSrc: "http://img.b2bpic.net/free-vector/smart-technology-concept-composition_1284-34716.jpg?_wi=2", imageAlt: "Batman technology gadgets", buttonIcon: Cpu,
buttonHref: "#features"
},
{
@@ -110,11 +110,11 @@ export default function LandingPage() {
buttonHref: "#features"
},
{
title: "Stealth Operations", description: "Invisible in the night. Batman's stealth abilities allow him to strike from the shadows undetected.", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-new-york-city-sunset_23-2148287811.jpg", imageAlt: "Batman stealth silhouette", buttonIcon: EyeOff,
title: "Stealth Operations", description: "Invisible in the night. Batman's stealth abilities allow him to strike from the shadows undetected.", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-new-york-city-sunset_23-2148287811.jpg?_wi=2", imageAlt: "Batman stealth silhouette", buttonIcon: EyeOff,
buttonHref: "#features"
},
{
title: "Strategic Leadership", description: "Leader of heroes. Batman's tactical brilliance unites the world's greatest heroes against darkness.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg", imageAlt: "Strategic leadership planning", buttonIcon: Users,
title: "Strategic Leadership", description: "Leader of heroes. Batman's tactical brilliance unites the world's greatest heroes against darkness.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg?_wi=2", imageAlt: "Strategic leadership planning", buttonIcon: Users,
buttonHref: "#features"
},
]}