From c1afa14b7460359e937535105b9cdde4bb350cd5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:29:12 +0000 Subject: [PATCH] Update src/app/garden/page.tsx --- src/app/garden/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/garden/page.tsx b/src/app/garden/page.tsx index 087f8ae..1b33ed5 100644 --- a/src/app/garden/page.tsx +++ b/src/app/garden/page.tsx @@ -31,8 +31,8 @@ export default function GardenPage() { title="Our Garden Showcase" description="Stroll through our peaceful botanical sanctuary." features={[ - { title: "Rose Garden", description: "Blooming beauty.", imageSrc: "http://img.b2bpic.net/free-photo/nature-holiday-travel-relaxation-resort_1203-5032.jpg" }, - { title: "Zen Pond", description: "Tranquil waters.", imageSrc: "http://img.b2bpic.net/free-photo/nature-holiday-travel-relaxation-resort_1203-5032.jpg" } + { title: "Rose Garden", description: "Blooming beauty.", imageSrc: "http://img.b2bpic.net/free-photo/nature-holiday-travel-relaxation-resort_1203-5032.jpg?_wi=1" }, + { title: "Zen Pond", description: "Tranquil waters.", imageSrc: "http://img.b2bpic.net/free-photo/nature-holiday-travel-relaxation-resort_1203-5032.jpg?_wi=2" } ]} /> -- 2.49.1