diff --git a/src/app/page.tsx b/src/app/page.tsx index ca3e50b..8461e33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Preguntas Frecuentes" description="Soluciones técnicas rápidas para tu tranquilidad." - imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=1" mediaAnimation="blur-reveal" faqsAnimation="slide-up" faqs={[ diff --git a/src/app/sectores/page.tsx b/src/app/sectores/page.tsx index d4215a7..b697dda 100644 --- a/src/app/sectores/page.tsx +++ b/src/app/sectores/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { description="Expertos listos para tu operación." members={[ { - id: "m1", name: "Juan Pérez", role: "Especialista OTR", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg"}, + id: "m1", name: "Juan Pérez", role: "Especialista OTR", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=2"}, { id: "m2", name: "Maria Silva", role: "Coordinadora Logística", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-jeans-jacket-head-scarf-tire-fitting-zone_627829-9509.jpg"}, ]}