diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bfa4c1..54689a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,16 +50,13 @@ export default function FuturamaPage() { ]} slides={[ { - imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", - imageAlt: "Futuristic robot and cityscape" + imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", imageAlt: "Futuristic robot and cityscape" }, { - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", - imageAlt: "Neon retro-futuristic city" + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", imageAlt: "Neon retro-futuristic city" }, { - imageSrc: "https://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837606.jpg", - imageAlt: "Space adventure scene" + imageSrc: "https://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837606.jpg", imageAlt: "Space adventure scene" } ]} autoplayDelay={4000} @@ -71,9 +68,7 @@ export default function FuturamaPage() {