From facd48ca7fd0e2d758013fe1defdc2e775a7a936 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:57:33 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4417b3f..3c44104 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -98,7 +98,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-sandy-beach-with-tourists-swimming_335224-705.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-sandy-beach-with-tourists-swimming_335224-705.jpg?_wi=2" /> -- 2.49.1 From b120dad18cd79b96724325ab0eba89dafcb7db36 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:57:34 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5e9808f..dd5be1e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -26,7 +26,7 @@ export default function HomePage() { text: "Explore Resort", href: "#about", }} - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-sandy-beach-with-tourists-swimming_335224-705.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-sandy-beach-with-tourists-swimming_335224-705.jpg?_wi=1" /> -- 2.49.1