diff --git a/src/app/page.tsx b/src/app/page.tsx index c42ef9a..7625041 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Exceptional service, my lawn has never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg?_wi=1", imageAlt: "professional landscaping garden design", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@sarahsmith", testimonial: "Very professional and affordable landscaping solutions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg?_wi=1", imageAlt: "professional landscaping garden design", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@markw", testimonial: "Great attention to detail, highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30893.jpg?_wi=1", imageAlt: "professional landscaping garden design", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@emmab", testimonial: "Transformed our backyard, very happy with results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg?_wi=1", imageAlt: "professional landscaping garden design", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@davidl", testimonial: "Reliable and quality work every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500467.jpg?_wi=1", imageAlt: "professional landscaping garden design", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg?_wi=2" imageAlt="Professional landscaping project by Freddy Landscaping" mediaAnimation="slide-up" avatars={[ @@ -163,7 +163,7 @@ export default function LandingPage() { description="We believe every property deserves a landscape that reflects its full potential. Our mission is to provide high-quality, affordable landscaping services that enhance curb appeal and value." subdescription="With years of experience, our crew delivers exceptional craftsmanship, ensuring your outdoor vision comes to life with precision and care." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -206,7 +206,7 @@ export default function LandingPage() { role: "Homeowner", company: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30893.jpg?_wi=2", }, { id: "2", @@ -214,7 +214,7 @@ export default function LandingPage() { role: "Homeowner", company: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg?_wi=2", }, { id: "3", @@ -222,7 +222,7 @@ export default function LandingPage() { role: "Business Owner", company: "Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500467.jpg?_wi=2", }, { id: "4",