Update src/app/page.tsx

This commit is contained in:
2026-03-02 20:27:10 +00:00
parent 579eb12ec4
commit adee0a830e

View File

@@ -135,22 +135,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sofia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Martinez"
id: "1", name: "Sofia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sofia Martinez"
},
{
id: "2", name: "Carlos Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Rodriguez"
id: "2", name: "Carlos Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Carlos Rodriguez"
},
{
id: "3", name: "Maria Gonzalez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maria Gonzalez"
id: "3", name: "Maria Gonzalez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Maria Gonzalez"
},
{
id: "4", name: "Juan Fernandez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Juan Fernandez"
id: "4", name: "Juan Fernandez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Juan Fernandez"
},
{
id: "5", name: "Elena Sanchez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena Sanchez"
id: "5", name: "Elena Sanchez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Elena Sanchez"
},
{
id: "6", name: "Diego Perez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Diego Perez"
id: "6", name: "Diego Perez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Diego Perez"
}
]}
/>