From 38220013e20bcc09e6a4a700e0cb4ec28c2456a7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:33:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c860e1a..527b1a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-traveling-mountains_23-2149063212.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-traveling-mountains_23-2149063212.jpg?_wi=1" imageAlt="peaceful farmhouse landscape view" /> @@ -72,7 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Roots in Tradition" description="For generations, Fazenda Sengha has been a sanctuary of peace. We prioritize sustainable agriculture, traditional cultivation methods, and sharing the simple joys of country life with our guests." - imageSrc="http://img.b2bpic.net/free-photo/young-girl-sitting-grass-side-view_23-2148617157.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-girl-sitting-grass-side-view_23-2148617157.jpg?_wi=1" imageAlt="smiling farmer at sunset" /> @@ -142,7 +142,7 @@ export default function LandingPage() { price: "View", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-outdoors_23-2148970131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-outdoors_23-2148970131.jpg?_wi=1", }, { id: "p3", @@ -151,7 +151,7 @@ export default function LandingPage() { price: "View", rating: 4, reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-wood-sticks-standing-middle-field_181624-7495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-wood-sticks-standing-middle-field_181624-7495.jpg?_wi=1", }, { id: "p4", @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "The most peaceful place I have ever visited. Truly rejuvenating.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-outdoors_23-2149615142.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-traveling-mountains_23-2149063212.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-traveling-mountains_23-2149063212.jpg?_wi=2", imageAlt: "portrait smiling woman nature", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "Learned so much about organic farming in just one day. Highly recommended.", tag: "Workshop Participant", avatarSrc: "http://img.b2bpic.net/free-photo/young-casual-couple-enjoy-each-other-green-tree_613910-267.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-grass-side-view_23-2148617157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-grass-side-view_23-2148617157.jpg?_wi=2", imageAlt: "portrait smiling woman nature", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { quote: "The food was fresh, local, and delicious. Everything was perfect.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-backpack-traveling_23-2148622522.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/landscape-field-with-oilseed-rape_329181-1402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/landscape-field-with-oilseed-rape_329181-1402.jpg?_wi=1", imageAlt: "portrait smiling woman nature", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "I felt at home immediately. Such a lovely, quiet atmosphere.", tag: "Solo Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-landscape-autumn_181624-28789.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-outdoors_23-2148970131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-outdoors_23-2148970131.jpg?_wi=2", imageAlt: "portrait smiling woman nature", }, ]} @@ -287,7 +287,7 @@ export default function LandingPage() { title="Plan Your Visit" description="Frequently asked questions to help you prepare." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-wood-sticks-standing-middle-field_181624-7495.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-wood-sticks-standing-middle-field_181624-7495.jpg?_wi=2" imageAlt="peaceful farmhouse landscape view" /> @@ -301,7 +301,7 @@ export default function LandingPage() { tag="Get in touch" title="Start your journey" description="Leave your email to get our seasonal guide and booking availability updates." - imageSrc="http://img.b2bpic.net/free-photo/landscape-field-with-oilseed-rape_329181-1402.jpg" + imageSrc="http://img.b2bpic.net/free-photo/landscape-field-with-oilseed-rape_329181-1402.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1