From b09265253b4a2a23dfff05d7e4531a8fb1c58334 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:29:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a2083d..4a62a1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,19 +174,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahdesigns", testimonial: "Antigravity transformed how I showcase my work. The automated generation saved me hours, and the result looks incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "2", name: "Marcus Johnson", handle: "@mjdev", testimonial: "Finally, a portfolio generator that respects my technical choices. The Python backend and Jinja2 templates are exactly what I needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "3", name: "Emma Rodriguez", handle: "@emmadev", testimonial: "The neon glassmorphism design is stunning. My clients are impressed, and it's fully responsive on every device.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=3", imageAlt: "Emma Rodriguez" }, { id: "4", name: "Alex Patterson", handle: "@alexpatdev", testimonial: "Deploying to GitHub Pages was seamless. Antigravity handles all the complexity so I can focus on my projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Alex Patterson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=4", imageAlt: "Alex Patterson" }, ]} className="py-20" -- 2.49.1