From ee65e9ecb65d8cd6228929a037a9b653607dfba3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:50:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4fa709..5ce735e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", imageAlt: "Luxury mansion with stunning architecture" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg?_wi=1", imageAlt: "Luxury mansion with stunning architecture" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg?_wi=1", imageAlt: "Modern villa with contemporary design" -- 2.49.1 From 2784b5827fe0e01113800d0d43254c2101813fcd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:50:36 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 655cd80..9ab59cf 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -46,7 +46,7 @@ export default function ProductsPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", imageAlt: "Premium product showcase" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg?_wi=2", imageAlt: "Premium product showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg?_wi=1", imageAlt: "Luxury collection display" -- 2.49.1