diff --git a/src/app/page.tsx b/src/app/page.tsx index c6c48b0..e565987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg", imageAlt: "AI Dashboard" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg", imageAlt: "Neural Network" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2390.jpg", imageAlt: "Holographic Interface" }, + { imageSrc: "http://img.b2bpic.net/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2390.jpg", imageAlt: "Holographic Interface" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-sound-waves-digital-technology-background_1048-13247.jpg", imageAlt: "Data Flow" }, { imageSrc: "http://img.b2bpic.net/free-photo/rpa-concept-with-geometric-shapes-bright-light_23-2149311908.jpg", imageAlt: "Processing" }, { imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template-with-flat-design_23-2147868153.jpg", imageAlt: "Metrics" }, @@ -68,7 +68,7 @@ export default function LandingPage() { { type: "image", src: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128041.jpg", alt: "AI Processor" }, { type: "text", content: "para tu crecimiento." }, ]} - buttons={[{ text: "Conócenos más" }]} + buttons={[{ text: "Conócenos más" }] /> @@ -150,7 +150,7 @@ export default function LandingPage() { @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file