From cf84944cf495a82761ddfa9e8ca373e0f84e2ce7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:27: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 927f220..667aa2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { { text: "Ver exemplos", href: "#features" }, ]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-employee-texting-sending-reading-messages-break-standing-business-office-late-night-businesswoman-using-modern-technology-network-wireless-overworking-midnight_482257-13466.jpg", imageAlt: "Mobile App UI" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-laptop-executives-discussing-strategies_482257-123425.jpg", imageAlt: "Laptop Web UI" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-employee-texting-sending-reading-messages-break-standing-business-office-late-night-businesswoman-using-modern-technology-network-wireless-overworking-midnight_482257-13466.jpg?_wi=1", imageAlt: "Mobile App UI" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-laptop-executives-discussing-strategies_482257-123425.jpg?_wi=1", imageAlt: "Laptop Web UI" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg", imageAlt: "Digital Network" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-business-template-design_23-2151076706.jpg", imageAlt: "Typography Layout" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg", imageAlt: "Communication Interface" }, @@ -82,7 +82,7 @@ export default function LandingPage() { features={[ { title: "Sites modernos", description: "Design profissional adaptado para celular e computador.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-employee-texting-sending-reading-messages-break-standing-business-office-late-night-businesswoman-using-modern-technology-network-wireless-overworking-midnight_482257-13466.jpg", imageAlt: "Design moderno"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-employee-texting-sending-reading-messages-break-standing-business-office-late-night-businesswoman-using-modern-technology-network-wireless-overworking-midnight_482257-13466.jpg?_wi=2", imageAlt: "Design moderno"}, items: [ { icon: CheckCircle, text: "Layout responsivo" }, { icon: CheckCircle, text: "UI de ponta" }, @@ -91,7 +91,7 @@ export default function LandingPage() { }, { title: "Entrega rápida", description: "Seu site pode ficar pronto em poucos dias.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-laptop-executives-discussing-strategies_482257-123425.jpg", imageAlt: "Entrega ágil"}, + imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-laptop-executives-discussing-strategies_482257-123425.jpg?_wi=2", imageAlt: "Entrega ágil"}, items: [ { icon: Zap, text: "Prazos reduzidos" }, { icon: CheckCircle, text: "Suporte constante" }, -- 2.49.1