From f96911b1e0853c7cf0711d3580dd5bd0559cfff2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:55:04 +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 7623f8c..8c43d00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivers", handle: "@alexr", testimonial: "Transformative experience with the Faysitis team. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=1"}, { name: "Jordan Smith", handle: "@jsmith", testimonial: "Professional, reliable, and exceptionally insightful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=1"}, { name: "Sam Taylor", handle: "@styler", testimonial: "Incredible strategic vision that helped us scale 2x.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1"}, { name: "Casey Morgan", handle: "@cmorgan", testimonial: "The best consultants we've worked with in years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1"}, { name: "Jamie Lee", handle: "@jlee", testimonial: "Reliable partner for our long-term objectives.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6767.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6767.jpg?_wi=1"}, ]} buttons={[ { @@ -181,15 +181,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alice M.", handle: "@alice", testimonial: "Faysitis changed how we operate. Pure brilliance.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg"}, + id: "1", name: "Alice M.", handle: "@alice", testimonial: "Faysitis changed how we operate. Pure brilliance.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2"}, { - id: "2", name: "Bob D.", handle: "@bob", testimonial: "Highly efficient and very knowledgeable team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"}, + id: "2", name: "Bob D.", handle: "@bob", testimonial: "Highly efficient and very knowledgeable team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2"}, { - id: "3", name: "Carla F.", handle: "@carla", testimonial: "Unmatched dedication to our specific goals.", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg"}, + id: "3", name: "Carla F.", handle: "@carla", testimonial: "Unmatched dedication to our specific goals.", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2"}, { - id: "4", name: "David W.", handle: "@dave", testimonial: "A cornerstone for our yearly planning.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg"}, + id: "4", name: "David W.", handle: "@dave", testimonial: "A cornerstone for our yearly planning.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=2"}, { - id: "5", name: "Elena R.", handle: "@elena", testimonial: "Exceeded all our performance expectations.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6767.jpg"}, + id: "5", name: "Elena R.", handle: "@elena", testimonial: "Exceeded all our performance expectations.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6767.jpg?_wi=2"}, ]} title="What Our Clients Say" description="Authentic feedback from partners we value deeply." -- 2.49.1