diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ba2c9c..7a9a1a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@sarahmlr", testimonial: "Transformed our backyard into a true organic sanctuary.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=1", imageAlt: "beautiful landscaped residential garden path", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@jcook", testimonial: "Exceptional organic landscaping knowledge and professionalism.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=1", imageAlt: "landscaper working in garden", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@arivera", testimonial: "I love how sustainable and beautiful the garden looks.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=1", imageAlt: "happy client portrait garden", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@mikeh", testimonial: "The best design team I have worked with for my property.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=1", imageAlt: "homeowner standing in garden", }, { @@ -91,11 +91,11 @@ export default function LandingPage() { handle: "@edavis", testimonial: "Professional, eco-friendly, and highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=1", imageAlt: "portrait elderly gardener happy", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", @@ -142,7 +142,7 @@ export default function LandingPage() { description: "Our methods conserve water and promote biodiversity in your local area.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -162,7 +162,7 @@ export default function LandingPage() { "design", "landscape", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=3", }, { id: "s2", @@ -173,7 +173,7 @@ export default function LandingPage() { "installation", "stone", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=4", }, { id: "s3", @@ -184,7 +184,7 @@ export default function LandingPage() { "organic", "soil", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=5", }, ]} title="Professional Landscaping Services" @@ -203,21 +203,21 @@ export default function LandingPage() { name: "Client 1", handle: "@user1", testimonial: "Amazing results on our patio project.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=2", }, { id: "t2", name: "Client 2", handle: "@user2", testimonial: "My plants have never been healthier.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=2", }, { id: "t3", name: "Client 3", handle: "@user3", testimonial: "Professional and courteous team throughout.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=2", }, { id: "t4", @@ -257,7 +257,7 @@ export default function LandingPage() {