From f3f3af9db7e169461bfa0ea6362466c5a769993a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:10:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d47fb1a..41ef272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,22 +73,22 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-by-railroad-bridge_1303-9560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-by-railroad-bridge_1303-9560.jpg?_wi=1", imageAlt: "Vista da cidade", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-bed_23-2147772855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-bed_23-2147772855.jpg?_wi=1", imageAlt: "Quarto", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg?_wi=1", imageAlt: "Quarto", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-milk-near-book-chocolate_23-2147888579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-milk-near-book-chocolate_23-2147888579.jpg?_wi=1", imageAlt: "Quarto", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-by-railroad-bridge_1303-9560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-by-railroad-bridge_1303-9560.jpg?_wi=2", imageAlt: "coimbra university view historic city", }, ]} @@ -237,7 +237,7 @@ export default function LandingPage() { handle: "@joao", testimonial: "Staff muito simpático", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-by-railroad-bridge_1303-9560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-by-railroad-bridge_1303-9560.jpg?_wi=3", imageAlt: "simple bedroom interior cozy", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { handle: "@maria", testimonial: "Simples mas funcional", rating: 3, - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-bed_23-2147772855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-bed_23-2147772855.jpg?_wi=2", imageAlt: "simple bedroom interior cozy", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { handle: "@pedro", testimonial: "Bom para estadias curtas", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg?_wi=2", imageAlt: "simple bedroom interior cozy", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { handle: "@sofia", testimonial: "Excelente custo-benefício", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-milk-near-book-chocolate_23-2147888579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-milk-near-book-chocolate_23-2147888579.jpg?_wi=2", imageAlt: "simple bedroom interior cozy", }, ]} -- 2.49.1