From b63e2eeed9f67b8e4e4b3d75f973af5b517f085d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:42:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7835e5c..e8a1574 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@amaradiallo", testimonial: "The atmosphere at Reva Place is incredible. The food reminds me of home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg?_wi=1", imageAlt: "luxurious resort exterior nature", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@kwamem", testimonial: "Absolutely the best traditional food I've had in years. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg?_wi=1", imageAlt: "luxurious resort exterior nature", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@sarahok", testimonial: "A quiet escape with amazing hospitality and authentic dishes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg?_wi=1", imageAlt: "luxurious resort exterior nature", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { imageAlt: "luxurious resort exterior nature", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/landscape-photography-cabin-near-forest_198169-401.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -170,7 +170,7 @@ export default function LandingPage() { description: "Our team ensures every guest feels at home from the moment they arrive.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -197,7 +197,7 @@ export default function LandingPage() { content: "Sample unique local delicacies prepared fresh for your dining experience.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1