diff --git a/src/app/page.tsx b/src/app/page.tsx index 92db590..6eb4d10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,15 +173,15 @@ export default function LandingPage() { cardTitle="What My Clients Say" testimonials={[ { - name: "Alex R.", handle: "@alexr", testimonial: "Aman's work ethic and design solutions are exceptional. He delivered a flawless user experience.", rating: 5, + name: "Alex R.", testimonial: "Aman's work ethic and design solutions are exceptional. He delivered a flawless user experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-modern-man-being-thoughtful_23-2148728927.jpg", imageAlt: "Alex R." }, { - name: "Maria K.", handle: "@mariak", testimonial: "Highly recommend Aman for complex full-stack projects. His expertise is truly valuable.", rating: 5, + name: "Maria K.", testimonial: "Highly recommend Aman for complex full-stack projects. His expertise is truly valuable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-spectacles-watches-grey-jacket-holding-his-coffee-cup-along-with-plant-white_140725-14756.jpg", imageAlt: "Maria K." }, { - name: "Sam L.", handle: "@saml", testimonial: "Aman transformed our outdated platform into a modern, high-performing application.", rating: 5, + name: "Sam L.", testimonial: "Aman transformed our outdated platform into a modern, high-performing application.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/enjoying-nice-day-portrait-cheerful-attractive-bearded-hipster-good-mood-having-rest-indoors-sitting-against-grey-concrete-wall-modern-cafe-feeling-relaxed-carefree_273609-358.jpg", imageAlt: "Sam L." }, ]}