From 7de1e74fdf78e5a6cfa97154aefb73fe3420ce8b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:19:21 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0e7ff1a..9a0f312 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { title: "Warm Atmosphere", description: "A welcoming space where family, friends, and travelers feel at home", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=2" imageAlt="Warm and welcoming restaurant interior" mediaAnimation="blur-reveal" imagePosition="left" -- 2.49.1 From 4cdff73fd0b3b054c1916f987104ccfed4683b2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:19:22 +0000 Subject: [PATCH 2/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 5d58afb..d5bda48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function HomePage() { "A welcoming space where family, friends, and travelers feel at home", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=1" imageAlt="Warm and welcoming restaurant interior" mediaAnimation="blur-reveal" imagePosition="left" -- 2.49.1