From e2b6b87688abbe248945b39614484d81a2f09f30 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:05:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebd5cb7..6bde901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,7 +144,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarah_dev", testimonial: "The performance boost was instant. The red dashboard aesthetic is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096441.jpg"}, + id: "1", name: "Sarah Chen", handle: "@sarah_dev", testimonial: "The performance boost was instant. The red dashboard aesthetic is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096441.jpg?_wi=1"}, { id: "2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Finally, a platform that understands what developers actually need.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg"}, { @@ -152,7 +152,7 @@ export default function LandingPage() { { id: "4", name: "David Kim", handle: "@davidk", testimonial: "CrimsonFlow is the backbone of our entire tech stack.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19863.jpg"}, { - id: "5", name: "Jamie Lee", handle: "@jlee_arch", testimonial: "The most reliable infrastructure I have ever worked with, period.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096441.jpg"}, + id: "5", name: "Jamie Lee", handle: "@jlee_arch", testimonial: "The most reliable infrastructure I have ever worked with, period.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096441.jpg?_wi=2"}, ]} title="Loved by Developers" description="See why top teams trust our engine." -- 2.49.1