From f05a028f59237468b3552b9032ab6685ba94ab0e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:51:14 +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 cf2c1c7..5918b8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,19 +56,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Jenkins", handle: "@jenkinssarah", testimonial: "Increased our organic traffic by 200% within the first 3 months.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=1"}, { name: "David Thorne", handle: "@thornetech", testimonial: "Finally, an SEO agency that speaks the language of real ROI.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1"}, { name: "Lisa Wang", handle: "@wangcreative", testimonial: "The monthly reporting is best-in-class for agency transparency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg?_wi=1"}, { name: "Mark Evans", handle: "@marke", testimonial: "Incredible communication and rapid results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg?_wi=1"}, { name: "Emily Chen", handle: "@emilyc", testimonial: "Data-backed SEO that actually drives revenue.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1"}, ]} buttons={[ { @@ -217,19 +217,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Incredible results, very professional approach.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=2"}, { id: "2", name: "David Thorne", handle: "@davidt", testimonial: "Transformed our search visibility overnight.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2"}, { id: "3", name: "Lisa Wang", handle: "@lisaw", testimonial: "They know technical SEO like nobody else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg?_wi=2"}, { id: "4", name: "Mark Evans", handle: "@marke", testimonial: "Starberry is a true partner in our growth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg?_wi=2"}, { id: "5", name: "Emily Chen", handle: "@emilyc", testimonial: "Transparent and data-backed performance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2"}, ]} showRating={true} title="Client Success Stories" -- 2.49.1