From c99a98387b38f9b946c046fb872a0b43e0d3de8b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:14:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ac6abd..49dc299 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-near-sea_1157-8049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-near-sea_1157-8049.jpg?_wi=1", imageAlt: "cinematic coastal landscape black and white", }, { @@ -100,13 +100,13 @@ export default function LandingPage() { id: "1", name: "Horizonte Penthouse", price: "R$ 4.5M", - imageSrc: "http://img.b2bpic.net/free-photo/white-concrete-building-with-balconies_250224-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-concrete-building-with-balconies_250224-234.jpg?_wi=1", }, { id: "2", name: "Mampituba Manor", price: "R$ 3.8M", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-skyscraper-with-cloudy-sky_23-2148287786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-skyscraper-with-cloudy-sky_23-2148287786.jpg?_wi=1", }, { id: "3", @@ -155,7 +155,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/bridge-river-bare-trees_414077-5.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/girl-near-sea_1157-8049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-near-sea_1157-8049.jpg?_wi=2", imageAlt: "ilha dos lobos torres beach", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-seashore-near-hills-with-grassy-field-black-white_181624-22145.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/white-concrete-building-with-balconies_250224-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-concrete-building-with-balconies_250224-234.jpg?_wi=2", imageAlt: "ilha dos lobos torres beach", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-coastline-with-seascape-view-sunlight_181624-39790.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-skyscraper-with-cloudy-sky_23-2148287786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-skyscraper-with-cloudy-sky_23-2148287786.jpg?_wi=2", imageAlt: "ilha dos lobos torres beach", }, ]} -- 2.49.1