From 246c2f685745ce0b4aa5be81488536c04a8603a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:13:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28580fe..98db707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514926.jpg?_wi=1", imageAlt: "Exterior view of Quinta das Riscas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg?_wi=1", imageAlt: "Beautiful garden landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514926.jpg?_wi=2", imageAlt: "Vineyard landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg?_wi=2", imageAlt: "Historic courtyard architecture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514926.jpg?_wi=3", imageAlt: "Sunlight over the estate grounds", }, ]} @@ -147,7 +147,7 @@ export default function LandingPage() { role: "Wedding Guest", company: "Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg?_wi=1", }, { id: "2", @@ -179,7 +179,7 @@ export default function LandingPage() { role: "Photographer", company: "Studio Art", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg?_wi=2", }, ]} title="What Our Guests Say" -- 2.49.1