Update src/app/page.tsx

This commit is contained in:
2026-06-03 17:49:59 +00:00
parent 4338de1d1a
commit c9dd6c785f

View File

@@ -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."
},
]}