From c6a347f78c85892f5570cb9e74d5903745a4de90 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:48:37 +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 a72f166..38eb327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,7 @@ export default function LandingPage() { description: "Envie sua receita e receba seu orçamento.", bentoComponent: "reveal-icon", icon: Mail, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg?_wi=1", imageAlt: "happy customer portrait professional", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { description: "Receba com segurança e agilidade.", bentoComponent: "reveal-icon", icon: Truck, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg?_wi=1", imageAlt: "middle aged man smiling portrait", }, ]} @@ -199,7 +199,7 @@ export default function LandingPage() { role: "Cliente", company: "Curitiba", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg?_wi=2", }, { id: "2", @@ -207,7 +207,7 @@ export default function LandingPage() { role: "Cliente", company: "Curitiba", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg?_wi=2", }, { id: "3", -- 2.49.1