diff --git a/src/app/page.tsx b/src/app/page.tsx index f6e56e2..4dc06a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-proud-himself_1368-6300.jpg", imageAlt: "Spider-Man in iconic red suit" + imageSrc: "http://img.b2bpic.net/free-photo/man-proud-himself_1368-6300.jpg?_wi=1", imageAlt: "Spider-Man in iconic red suit" }, { - imageSrc: "http://img.b2bpic.net/free-psd/comics-style-party-poster-template_23-2149558262.jpg", imageAlt: "Spider-Man origin story" + imageSrc: "http://img.b2bpic.net/free-psd/comics-style-party-poster-template_23-2149558262.jpg?_wi=1", imageAlt: "Spider-Man origin story" }, { - imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg", imageAlt: "Spider-Man facts and trivia" + imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg?_wi=1", imageAlt: "Spider-Man facts and trivia" } ]} buttons={[ @@ -75,7 +75,7 @@ export default function LandingPage() { { value: "60+", title: "Years of History" }, { value: "Infinite", title: "Web-Slinging Adventures" } ]} - imageSrc="http://img.b2bpic.net/free-psd/comics-style-party-poster-template_23-2149558262.jpg" + imageSrc="http://img.b2bpic.net/free-psd/comics-style-party-poster-template_23-2149558262.jpg?_wi=2" imageAlt="Spider-Man character origin" useInvertedBackground={false} mediaAnimation="slide-up" @@ -96,19 +96,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Superhuman Strength", description: "Spider-Man possesses the strength of a human capable of lifting up to 10 tons, combined with his incredible agility and reflexes.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg", imageAlt: "Spider-Man superhuman abilities" + title: "Superhuman Strength", description: "Spider-Man possesses the strength of a human capable of lifting up to 10 tons, combined with his incredible agility and reflexes.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg?_wi=2", imageAlt: "Spider-Man superhuman abilities" }, { id: 2, - title: "Web-Slinging Genius", description: "Peter Parker invented web-shooters using his scientific knowledge. These mechanical devices are powered by a special adhesive formula he created.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg", imageAlt: "Web-shooter technology" + title: "Web-Slinging Genius", description: "Peter Parker invented web-shooters using his scientific knowledge. These mechanical devices are powered by a special adhesive formula he created.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg?_wi=3", imageAlt: "Web-shooter technology" }, { id: 3, - title: "Spider-Sense", description: "Spider-Man's most important power is his sixth sense - an early warning system that alerts him to danger before it strikes.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg", imageAlt: "Spider-sense warning system" + title: "Spider-Sense", description: "Spider-Man's most important power is his sixth sense - an early warning system that alerts him to danger before it strikes.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg?_wi=4", imageAlt: "Spider-sense warning system" }, { id: 4, - title: "Wall-Crawling Master", description: "With adhesive grip capabilities, Spider-Man can climb any surface and stick to walls, making him a master of urban parkour.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg", imageAlt: "Spider-Man wall climbing" + title: "Wall-Crawling Master", description: "With adhesive grip capabilities, Spider-Man can climb any surface and stick to walls, making him a master of urban parkour.", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-showing-clipboard-with-blank-pages-looking-it-intrigued_141793-55373.jpg?_wi=5", imageAlt: "Spider-Man wall climbing" } ]} /> @@ -135,7 +135,7 @@ export default function LandingPage() {