From 7e371695acd867c1dc850f8075e6de8d0f9b519f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:32:34 +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 d89a1c3..4a9cfd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,10 +142,10 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="uniform-all-items-equal" testimonials={[ - { id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "portrait professional woman headshot business" }, - { id: "2", name: "Marcus Johnson", role: "Creative Director", company: "Design Studios Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional man headshot business" }, - { id: "3", name: "Elena Rodriguez", role: "Product Manager", company: "Global Innovations", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "portrait professional woman headshot business" }, - { id: "4", name: "David Park", role: "Founder", company: "StartupHub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional man headshot business" } + { id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "portrait professional woman headshot business" }, + { id: "2", name: "Marcus Johnson", role: "Creative Director", company: "Design Studios Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait professional man headshot business" }, + { id: "3", name: "Elena Rodriguez", role: "Product Manager", company: "Global Innovations", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "portrait professional woman headshot business" }, + { id: "4", name: "David Park", role: "Founder", company: "StartupHub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "portrait professional man headshot business" } ]} ariaLabel="Testimonials section" /> -- 2.49.1