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" } ]} />